[arch-commits] CVS update of extra/gnome/gconf (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Mar 23 16:06:41 UTC 2008


    Date: Sunday, March 23, 2008 @ 12:06:41
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gconf

Modified: PKGBUILD (1.32 -> 1.33)

upgpkg: gconf 2.22.0-1
    Relibtoolize, fixes build with new libtool


----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Index: extra/gnome/gconf/PKGBUILD
diff -u extra/gnome/gconf/PKGBUILD:1.32 extra/gnome/gconf/PKGBUILD:1.33
--- extra/gnome/gconf/PKGBUILD:1.32	Mon Mar 10 19:04:25 2008
+++ extra/gnome/gconf/PKGBUILD	Sun Mar 23 12:06:41 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.32 2008/03/10 23:04:25 jgc Exp $
+# $Id: PKGBUILD,v 1.33 2008/03/23 16:06:41 jgc Exp $
 # Maintainer:  Jan de Groot <jan at archlinux.org>
 
 pkgname=gconf
@@ -24,6 +24,7 @@
 build() {
   cd ${startdir}/src/GConf-${pkgver}
   patch -Np1 -i ${startdir}/src/gconf-reload.patch || return 1
+  libtoolize --force --copy || return 1
   aclocal || return 1
   autoconf || return 1
   automake || return 1




More information about the arch-commits mailing list