[arch-commits] CVS update of arch/build/lib/glib2 (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Aug 4 20:08:08 UTC 2007


    Date: Saturday, August 4, 2007 @ 16:08:08
  Author: jgc
    Path: /home/cvs-arch/arch/build/lib/glib2

Modified: PKGBUILD (1.53 -> 1.54)

upgpkg: glib2 2.14.0-1


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


Index: arch/build/lib/glib2/PKGBUILD
diff -u arch/build/lib/glib2/PKGBUILD:1.53 arch/build/lib/glib2/PKGBUILD:1.54
--- arch/build/lib/glib2/PKGBUILD:1.53	Mon Jul 16 16:51:37 2007
+++ arch/build/lib/glib2/PKGBUILD	Sat Aug  4 16:08:08 2007
@@ -1,25 +1,25 @@
-# $Id: PKGBUILD,v 1.53 2007/07/16 20:51:37 jgc Exp $
+# $Id: PKGBUILD,v 1.54 2007/08/04 20:08:08 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=glib2
-pkgver=2.12.13
+pkgver=2.14.0
 pkgrel=1
 pkgdesc="Common C routines used by GTK+ 2.4 and other libs"
 url="http://www.gtk.org/"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('glibc')
+depends=('pcre>=7.2')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/glib/2.12/glib-${pkgver}.tar.bz2
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/glib/2.14/glib-${pkgver}.tar.bz2
 	glib2.sh
 	glib2.csh)
-md5sums=('d76124236e4e216e8c0861341e967a76' '803017b365bd35dc20b092ce43b8c8c5'\
+md5sums=('6fabf21f68631043bc6924e01398e3af' '803017b365bd35dc20b092ce43b8c8c5'\
          '90c7b830bef4baf225c2eb8b7ead0cab')
 
 build() {
   cd ${startdir}/src/glib-${pkgver}
-  ./configure --prefix=/usr --enable-static --enable-shared
+  ./configure --prefix=/usr --enable-static --enable-shared --with-pcre=system
   make || return 1
   make DESTDIR=${startdir}/pkg install
 




More information about the arch-commits mailing list