summaryrefslogtreecommitdiff
path: root/extra/gconf/PKGBUILD
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/PKGBUILD
parent7a89bde7057dae1b2a87ff0906dc797ebb4b2fc3 (diff)
Fri Oct 4 01:57:28 PDT 2013
Diffstat (limited to 'extra/gconf/PKGBUILD')
-rw-r--r--extra/gconf/PKGBUILD8
1 files changed, 4 insertions, 4 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