[arch-commits] Commit in marco/repos (8 files)

Martin Wimpress flexiondotorg at archlinux.org
Tue Oct 27 10:33:57 UTC 2015


    Date: Tuesday, October 27, 2015 @ 11:33:56
  Author: flexiondotorg
Revision: 145089

archrelease: copy trunk to community-i686, community-x86_64

Added:
  marco/repos/community-i686/PKGBUILD
    (from rev 145088, marco/trunk/PKGBUILD)
  marco/repos/community-i686/marco.install
    (from rev 145088, marco/trunk/marco.install)
  marco/repos/community-x86_64/PKGBUILD
    (from rev 145088, marco/trunk/PKGBUILD)
  marco/repos/community-x86_64/marco.install
    (from rev 145088, marco/trunk/marco.install)
Deleted:
  marco/repos/community-i686/PKGBUILD
  marco/repos/community-i686/marco.install
  marco/repos/community-x86_64/PKGBUILD
  marco/repos/community-x86_64/marco.install

--------------------------------+
 /PKGBUILD                      |   74 +++++++++++++++++++++++++++++++++++++++
 /marco.install                 |   22 +++++++++++
 community-i686/PKGBUILD        |   37 -------------------
 community-i686/marco.install   |   11 -----
 community-x86_64/PKGBUILD      |   37 -------------------
 community-x86_64/marco.install |   11 -----
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-10-27 10:33:46 UTC (rev 145088)
+++ community-i686/PKGBUILD	2015-10-27 10:33:56 UTC (rev 145089)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-_pkgbase=marco
-pkgname=(${_pkgbase})
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc="A window manager for MATE (GTK2 version)"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
-         'mate-desktop>=1.10' 'startup-notification' 'zenity')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('673091c4ff251012cb9322f2a0c48c93db19df1b')
-install=${_pkgbase}.install
-
-build() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --with-gtk=2.0 \
-        --enable-startup-notification \
-        --disable-static
-    make
-}
-
-package() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-i686/PKGBUILD (from rev 145088, marco/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-27 10:33:56 UTC (rev 145089)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=marco
+pkgname=(${_pkgbase})
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc="A window manager for MATE (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
+         'mate-desktop>=1.10' 'startup-notification' 'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('1e0dcf116f363f59ec080938e43548ea6653ddb4')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --with-gtk=2.0 \
+        --enable-startup-notification \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/marco.install
===================================================================
--- community-i686/marco.install	2015-10-27 10:33:46 UTC (rev 145088)
+++ community-i686/marco.install	2015-10-27 10:33:56 UTC (rev 145089)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: marco/repos/community-i686/marco.install (from rev 145088, marco/trunk/marco.install)
===================================================================
--- community-i686/marco.install	                        (rev 0)
+++ community-i686/marco.install	2015-10-27 10:33:56 UTC (rev 145089)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-10-27 10:33:46 UTC (rev 145088)
+++ community-x86_64/PKGBUILD	2015-10-27 10:33:56 UTC (rev 145089)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-_pkgbase=marco
-pkgname=(${_pkgbase})
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc="A window manager for MATE (GTK2 version)"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
-         'mate-desktop>=1.10' 'startup-notification' 'zenity')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('673091c4ff251012cb9322f2a0c48c93db19df1b')
-install=${_pkgbase}.install
-
-build() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --with-gtk=2.0 \
-        --enable-startup-notification \
-        --disable-static
-    make
-}
-
-package() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-x86_64/PKGBUILD (from rev 145088, marco/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-27 10:33:56 UTC (rev 145089)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=marco
+pkgname=(${_pkgbase})
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc="A window manager for MATE (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
+         'mate-desktop>=1.10' 'startup-notification' 'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('1e0dcf116f363f59ec080938e43548ea6653ddb4')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --with-gtk=2.0 \
+        --enable-startup-notification \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/marco.install
===================================================================
--- community-x86_64/marco.install	2015-10-27 10:33:46 UTC (rev 145088)
+++ community-x86_64/marco.install	2015-10-27 10:33:56 UTC (rev 145089)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: marco/repos/community-x86_64/marco.install (from rev 145088, marco/trunk/marco.install)
===================================================================
--- community-x86_64/marco.install	                        (rev 0)
+++ community-x86_64/marco.install	2015-10-27 10:33:56 UTC (rev 145089)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list