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

Jan Steffens heftig at archlinux.org
Sat Oct 27 16:42:15 UTC 2018


    Date: Saturday, October 27, 2018 @ 16:42:15
  Author: heftig
Revision: 337394

3.2.6+11+g07808097-4: FS#60488

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-27 16:29:39 UTC (rev 337393)
+++ PKGBUILD	2018-10-27 16:42:15 UTC (rev 337394)
@@ -1,17 +1,17 @@
-# Maintainer:  Jan de Groot <jan at archlinux.org>
+# Maintainer: Jan de Groot <jan at archlinux.org>
 
 pkgname=gconf
 pkgver=3.2.6+11+g07808097
-pkgrel=3
-pkgdesc="A configuration database system"
+pkgrel=4
+pkgdesc="An obsolete configuration database system"
 url="https://projects-old.gnome.org/gconf/"
 arch=(x86_64)
 license=(LGPL)
-depends=(libxml2 polkit libldap dbus-glib)
+depends=(libxml2 polkit libldap dbus-glib python2)
 makedepends=(intltool gtk-doc gobject-introspection git gnome-common)
 install=gconf.install
 _commit=0780809731c8ab1c364202b1900d3df106b28626  # master
-source=("git+https://git.gnome.org/browse/gconf#commit=$_commit"
+source=("git+https://gitlab.gnome.org/Archive/gconf.git#commit=$_commit"
         01_xml-gettext-domain.patch gconf-reload.patch
         gconf-merge-schema gconfpkg gconf-{install,remove}.hook)
 sha256sums=('SKIP'

Modified: gconf.install
===================================================================
--- gconf.install	2018-10-27 16:29:39 UTC (rev 337393)
+++ gconf.install	2018-10-27 16:42:15 UTC (rev 337394)
@@ -1,7 +1,3 @@
 post_upgrade() {
-  if (( $(vercmp $1 3.2.6+11+g07808097-1) < 0 )); then
-    pkill -fx /usr/lib/GConf/gconfd-2 || :
-  else
-    pkill -fx /usr/lib/gconfd-2 || :
-  fi
+  pkill -fx /usr/lib/gconfd-2 || :
 }



More information about the arch-commits mailing list