[arch-commits] Commit in gtk2/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jul 19 13:28:32 UTC 2009


    Date: Sunday, July 19, 2009 @ 09:28:32
  Author: jgc
Revision: 46646

upgpkg: gtk2 2.16.5-1

Modified:
  gtk2/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-19 13:11:42 UTC (rev 46645)
+++ PKGBUILD	2009-07-19 13:28:32 UTC (rev 46646)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gtk2
-pkgver=2.16.4
-pkgrel=2
+pkgver=2.16.5
+pkgrel=1
 pkgdesc="The GTK+ Toolkit (v2)"
 arch=(i686 x86_64)
 url="http://www.gtk.org/"
@@ -18,17 +18,17 @@
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.16/gtk+-${pkgver}.tar.bz2
         libjpeg-7.patch)
-md5sums=('d666f9f5a544e9d4d45804d88b1b5c4d'
+md5sums=('8d1ea0b9b0400224d25b0cc2750b438d'
          'f2cc0629ceefea0de42333ffe3a1b6ea')
 
 build() {
   cd "${srcdir}/gtk+-${pkgver}"
-  patch -Np1 -i $srcdir/libjpeg-7.patch
+  patch -Np1 -i "${srcdir}/libjpeg-7.patch" || return 1
   
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --with-xinput=yes \
-	      --without-libjasper \
-	      --with-included-loaders=png || return 1
+      --localstatedir=/var --with-xinput=yes \
+      --without-libjasper \
+      --with-included-loaders=png || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list