[arch-commits] Commit in gconf/repos/gnome-i686 (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Aug 23 13:56:32 UTC 2008


    Date: Saturday, August 23, 2008 @ 09:56:31
  Author: jgc
Revision: 10040

GConf 2.23.2 - GNOME 2.23.90

Modified:
  gconf/repos/gnome-i686/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-23 13:42:22 UTC (rev 10039)
+++ PKGBUILD	2008-08-23 13:56:31 UTC (rev 10040)
@@ -2,21 +2,21 @@
 # Maintainer:  Jan de Groot <jan at archlinux.org>
 
 pkgname=gconf
-pkgver=2.22.0
+pkgver=2.23.2
 pkgrel=1
 pkgdesc="A configuration database system"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('orbit2>=2.14.12' 'gtk2>=2.12.8-2' 'libxml2>=2.6.30')
-makedepends=('pkgconfig' 'intltool>=0.37.1' 'gtk-doc>=1.9' 'libtool')
+depends=('orbit2>=2.14.14' 'gtk2>=2.13.7' 'libxml2>=2.6.32' 'policykit>=0.9' 'libldap>=2.3.40')
+makedepends=('pkgconfig' 'intltool>=0.40.3' 'gtk-doc>=1.10')
 options=('!libtool')
 install=gconf.install
 url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/GConf/2.22/GConf-${pkgver}.tar.bz2
+source=(http://ftp.gnome.org/pub/gnome/sources/GConf/2.23/GConf-${pkgver}.tar.bz2
 	gconf-merge-schema
 	gconfpkg
 	gconf-reload.patch)
-md5sums=('a56c043afeb1052abaf45407409b0331'
+md5sums=('e43e125e4ee84205d5e9215d91c3229d'
          '1412bafb06f7d8a9601c8f1c4d72cc06'
          '0a43077786fe85ee10002b753752379a'
          'cfcc8e15be7b8a48de4aa34336ff6090')
@@ -28,7 +28,7 @@
   aclocal || return 1
   autoconf || return 1
   automake --add-missing || return 1
-  sed -i -e 's/@LDAP_SUPPORT_TRUE@/#/' backends/Makefile.in
+  #sed -i -e 's/@LDAP_SUPPORT_TRUE@/#/' backends/Makefile.in
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var --libexecdir=/usr/lib/GConf \
 	      --disable-static || return 1




More information about the arch-commits mailing list