[arch-commits] Commit in mate-utils/trunk (PKGBUILD mate-utils.install)

Balló György bgyorgy at archlinux.org
Sat Aug 6 21:21:42 UTC 2016


    Date: Saturday, August 6, 2016 @ 21:21:42
  Author: bgyorgy
Revision: 185712

upgpkg: mate-utils 1.14.0-1

Update to new version

Modified:
  mate-utils/trunk/PKGBUILD
Deleted:
  mate-utils/trunk/mate-utils.install

--------------------+
 PKGBUILD           |   22 +++++++++++-----------
 mate-utils.install |   12 ------------
 2 files changed, 11 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-06 21:08:30 UTC (rev 185711)
+++ PKGBUILD	2016-08-06 21:21:42 UTC (rev 185712)
@@ -1,6 +1,6 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Martin Wimpress <code at flexion.org>
 
-_ver=1.12
+_ver=1.14
 _pkgbase=mate-utils
 pkgname=(${_pkgbase})
 pkgver=${_ver}.0
@@ -9,15 +9,13 @@
 url="http://mate-desktop.org"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
-makedepends=('mate-common' 'mate-panel>=1.12' 'rarian' 'yelp-tools')
-optdepends=('mate-panel: Look up words in dictionaries from the panel'
-            'yelp: for reading MATE help documents')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('577692e34fee8e79f59804bf314c5375a8482af1')
-install=${_pkgbase}.install
+sha1sums=('4a6f4803432204b74d6d48e4a4325b7b9e1ea4d5')
 
 build() {
     cd "${srcdir}/${_pkgbase}-${pkgver}"
@@ -26,9 +24,11 @@
         --libexecdir=/usr/lib/${_pkgbase} \
         --with-gtk=2.0 \
         --sysconfdir=/etc \
-        --enable-deprecated \
-        --disable-maintainer-flags \
-        --disable-static
+        --disable-maintainer-flags
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
     make
 }
 

Deleted: mate-utils.install
===================================================================
--- mate-utils.install	2016-08-06 21:08:30 UTC (rev 185711)
+++ mate-utils.install	2016-08-06 21:21:42 UTC (rev 185712)
@@ -1,12 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list