[arch-commits] Commit in glib2/repos (core-x86_64 core-x86_64/PKGBUILD)

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


    Date: Sunday, October 11, 2009 @ 15:46:16
  Author: jgc
Revision: 54834

Merged revisions 50680,54830 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/glib2/trunk

........
  r50680 | jgc | 2009-08-31 12:21:02 +0200 (Mon, 31 Aug 2009) | 1 line
  
  Prepare for update to 2.20.5 - this is a test commit to test the new dev box
........
  r54830 | jgc | 2009-10-11 21:45:16 +0200 (Sun, 11 Oct 2009) | 1 line
  
  Merge gnome-unstable
........

Modified:
  glib2/repos/core-x86_64/	(properties)
  glib2/repos/core-x86_64/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)


Property changes on: glib2/repos/core-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /glib2/trunk:1-43662
   + /glib2/trunk:1-54832

Modified: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2009-10-11 19:46:09 UTC (rev 54833)
+++ core-x86_64/PKGBUILD	2009-10-11 19:46:16 UTC (rev 54834)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=glib2
-pkgver=2.20.4
+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
-	glib2.sh
-	glib2.csh)
-md5sums=('346916673c0eab72191cf44b4afe535f'
-         '803017b365bd35dc20b092ce43b8c8c5'
-         '90c7b830bef4baf225c2eb8b7ead0cab')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.22/glib-${pkgver}.tar.bz2
+        glib2.sh
+        glib2.csh)
+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