[arch-commits] Commit in glib2 (gnome-unstable trunk/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Oct 11 19:45:16 UTC 2009


    Date: Sunday, October 11, 2009 @ 15:45:16
  Author: jgc
Revision: 54830

Merge gnome-unstable

Modified:
  glib2/trunk/PKGBUILD
Deleted:
  glib2/gnome-unstable/

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-10-11 19:43:49 UTC (rev 54829)
+++ trunk/PKGBUILD	2009-10-11 19:45:16 UTC (rev 54830)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=glib2
-pkgver=2.20.5
+pkgver=2.22.2
 pkgrel=1
 pkgdesc="Common C routines used by GTK+ 2.4 and other libs"
 url="http://www.gtk.org/"
@@ -11,16 +11,17 @@
 depends=('pcre>=7.9')
 makedepends=('pkgconfig')
 options=('!libtool' '!docs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.20/glib-${pkgver}.tar.bz2
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.22/glib-${pkgver}.tar.bz2
         glib2.sh
         glib2.csh)
-sha256sums=('88f092769df5ce9f784c1068a3055ede00ada503317653984101d5393de63655'
+sha256sums=('a4a41d02fc2d3f5effa1fc3466918e0b3ab60e9eb0a08139b997f2649cbacca3'
             '9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
             '8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
 
 build() {
   cd "${srcdir}/glib-${pkgver}"
-  ./configure --prefix=/usr --enable-static --enable-shared --with-pcre=system --disable-fam || return 1
+  ./configure --prefix=/usr --enable-static --enable-shared \
+      --with-pcre=system --disable-fam || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list