[arch-commits] Commit in mate-menus/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Aug 6 16:55:19 UTC 2016


    Date: Saturday, August 6, 2016 @ 16:55:19
  Author: bgyorgy
Revision: 185643

upgpkg: mate-menus 1.14.0-1

Update to new version

Modified:
  mate-menus/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-06 16:50:01 UTC (rev 185642)
+++ PKGBUILD	2016-08-06 16:55:19 UTC (rev 185643)
@@ -1,6 +1,6 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Martin Wimpress <code at flexion.org>
 
-_ver=1.12
+_ver=1.14
 pkgname=mate-menus
 pkgver=${_ver}.0
 pkgrel=1
@@ -7,12 +7,13 @@
 pkgdesc="MATE menu specifications"
 url="http://mate-desktop.org"
 arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glib2' 'python2')
-makedepends=('gobject-introspection' 'mate-common')
+license=('GPL' 'LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'intltool' 'python2')
+optdepends=('python2: python2 bindings')
 groups=('mate' 'mate-gtk3')
 source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('a52eacac8cd912b866c085bc4a20e866572f96d6')
+sha1sums=('e626d775635e39cbacc13db6235a1ab0c0288f5a')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,8 +21,11 @@
         --prefix=/usr \
         --sysconfdir=/etc \
         --localstatedir=/var \
-        --enable-python \
-        --disable-static
+        --enable-python
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
     make
 }
 



More information about the arch-commits mailing list