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

Antonio Rojas arojas at archlinux.org
Fri Mar 17 20:50:57 UTC 2017


    Date: Friday, March 17, 2017 @ 20:50:56
  Author: arojas
Revision: 216978

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 216977, mate-menus/trunk/PKGBUILD)
  mate-menus/repos/community-staging-x86_64/
  mate-menus/repos/community-staging-x86_64/PKGBUILD
    (from rev 216977, mate-menus/trunk/PKGBUILD)

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

Copied: mate-menus/repos/community-staging-i686/PKGBUILD (from rev 216977, mate-menus/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-17 20:50:56 UTC (rev 216978)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-menus
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE menu specifications"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'intltool' 'python2')
+optdepends=('python2: python2 bindings')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('c21b23b8cb2899de1a50d9bf50ca17a2148ba3fb')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --enable-python
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-menus/repos/community-staging-x86_64/PKGBUILD (from rev 216977, mate-menus/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-17 20:50:56 UTC (rev 216978)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-menus
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE menu specifications"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'intltool' 'python2')
+optdepends=('python2: python2 bindings')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('c21b23b8cb2899de1a50d9bf50ca17a2148ba3fb')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --enable-python
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list