summaryrefslogtreecommitdiff
path: root/extra/gconf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-04 01:59:50 -0700
committerroot <root@rshg054.dnsready.net>2013-10-04 01:59:50 -0700
commita1e8649c27451ac75f05b9b520d52b78e9f2913d (patch)
treeb71006b065dc0cd0a033f59b261db038c27e0e4b /extra/gconf
parent7a89bde7057dae1b2a87ff0906dc797ebb4b2fc3 (diff)
Fri Oct 4 01:57:28 PDT 2013
Diffstat (limited to 'extra/gconf')
-rw-r--r--extra/gconf/PKGBUILD8
-rw-r--r--extra/gconf/gconf.install5
2 files changed, 5 insertions, 8 deletions
diff --git a/extra/gconf/PKGBUILD b/extra/gconf/PKGBUILD
index f26385c19..040c3978d 100644
--- a/extra/gconf/PKGBUILD
+++ b/extra/gconf/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 187058 2013-06-03 11:16:33Z allan $
+# $Id: PKGBUILD 195892 2013-10-03 19:08:22Z jgc $
# Maintainer: Jan de Groot <jan@archlinux.org>
pkgname=gconf
pkgver=3.2.6
-pkgrel=2
+pkgrel=3
pkgdesc="A configuration database system"
arch=(i686 x86_64)
license=('LGPL')
-depends=('libxml2' 'polkit' 'libldap' 'dbus-glib' 'gtk3')
+depends=('libxml2' 'polkit' 'libldap' 'dbus-glib')
makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
options=('!libtool')
install=gconf.install
@@ -40,7 +40,7 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --libexecdir=/usr/lib/GConf \
- --disable-static --enable-defaults-service --with-gtk=3.0 \
+ --disable-static --enable-defaults-service \
--disable-orbit
make pkglibdir=/usr/lib/GConf
diff --git a/extra/gconf/gconf.install b/extra/gconf/gconf.install
index f7945d165..a5ea777a5 100644
--- a/extra/gconf/gconf.install
+++ b/extra/gconf/gconf.install
@@ -9,10 +9,7 @@ post_upgrade() {
chmod 755 etc/gconf/gconf.xml.system
usr/bin/gio-querymodules usr/lib/gio/modules
- PID=`pidof gconfd-2`
- if [ ! -z "${PID}" ]; then
- kill ${PID}
- fi
+ pkill /usr/lib/GConf/gconfd-2 || return 0
}
post_remove() {