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

Jan Steffens heftig at archlinux.org
Wed Apr 18 22:45:36 UTC 2018


    Date: Wednesday, April 18, 2018 @ 22:45:30
  Author: heftig
Revision: 322193

3.2.6+11+g07808097-3

Modified:
  gconf/trunk/PKGBUILD
  gconf/trunk/gconf.install

---------------+
 PKGBUILD      |    4 ++--
 gconf.install |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-18 20:39:33 UTC (rev 322192)
+++ PKGBUILD	2018-04-18 22:45:30 UTC (rev 322193)
@@ -3,7 +3,7 @@
 
 pkgname=gconf
 pkgver=3.2.6+11+g07808097
-pkgrel=2
+pkgrel=3
 pkgdesc="A configuration database system"
 url="https://projects-old.gnome.org/gconf/"
 arch=(x86_64)
@@ -51,7 +51,7 @@
     --localstatedir=/var \
     --libexecdir=/usr/lib \
     --enable-defaults-service \
-    --enable-gtk-doc \
+    --disable-gtk-doc \
     --disable-static \
     --disable-orbit
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool

Modified: gconf.install
===================================================================
--- gconf.install	2018-04-18 20:39:33 UTC (rev 322192)
+++ gconf.install	2018-04-18 22:45:30 UTC (rev 322193)
@@ -1,7 +1,7 @@
 post_upgrade() {
   if (( $(vercmp $1 3.2.6+11+g07808097-1) < 0 )); then
-    pkill /usr/lib/GConf/gconfd-2 || :
+    pkill -fx /usr/lib/GConf/gconfd-2 || :
   else
-    pkill /usr/lib/gconfd-2 || :
+    pkill -fx /usr/lib/gconfd-2 || :
   fi
 }



More information about the arch-commits mailing list