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

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


    Date: Saturday, August 6, 2016 @ 21:24:10
  Author: bgyorgy
Revision: 185714

upgpkg: mate-utils-gtk3 1.14.0-1

Update to new version

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-06 21:21:47 UTC (rev 185713)
+++ PKGBUILD	2016-08-06 21:24:10 UTC (rev 185714)
@@ -1,23 +1,21 @@
-# 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}-gtk3)
 pkgver=${_ver}.0
 pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK3 version [EXPERIMENTAL])"
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK3 version)"
 url="http://mate-desktop.org"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'libcanberra' 'libgtop' 'libsm' 'zlib')
-makedepends=('mate-common' 'mate-panel-gtk3>=1.12' 'rarian' 'yelp-tools')
-optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel'
-            'yelp: for reading MATE help documents')
+depends=('gtk3' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
+optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel')
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 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=3.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:21:47 UTC (rev 185713)
+++ mate-utils.install	2016-08-06 21:24:10 UTC (rev 185714)
@@ -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