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

Jan de Groot jgc at nymeria.archlinux.org
Thu Oct 3 19:08:11 UTC 2013


    Date: Thursday, October 3, 2013 @ 21:08:11
  Author: jgc
Revision: 195891

upgpkg: gconf 3.2.6-3

drop gtk dependency (FS#37163)

Modified:
  gconf/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-03 17:07:56 UTC (rev 195890)
+++ PKGBUILD	2013-10-03 19:08:11 UTC (rev 195891)
@@ -3,11 +3,11 @@
 
 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 @@
 
   ./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




More information about the arch-commits mailing list