[arch-commits] Commit in mate-menus/repos (4 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 22:05:07 UTC 2014


    Date: Wednesday, March 5, 2014 @ 23:05:07
  Author: flexiondotorg
Revision: 106577

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

Added:
  mate-menus/repos/community-staging-i686/
  mate-menus/repos/community-staging-i686/PKGBUILD
    (from rev 106576, mate-menus/trunk/PKGBUILD)
  mate-menus/repos/community-staging-x86_64/
  mate-menus/repos/community-staging-x86_64/PKGBUILD
    (from rev 106576, mate-menus/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: mate-menus/repos/community-staging-i686/PKGBUILD (from rev 106576, mate-menus/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-05 22:05:07 UTC (rev 106577)
@@ -0,0 +1,31 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-menus
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="MATE menu specifications"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glib2' 'python2')
+makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e2c3eda5123da8ff30dcd5f86c4ad9426e34a7b5')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --enable-python \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-menus/repos/community-staging-x86_64/PKGBUILD (from rev 106576, mate-menus/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 22:05:07 UTC (rev 106577)
@@ -0,0 +1,31 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-menus
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="MATE menu specifications"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glib2' 'python2')
+makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e2c3eda5123da8ff30dcd5f86c4ad9426e34a7b5')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --enable-python \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list