Date: Sunday, January 17, 2010 @ 18:27:59
  Author: andrea
Revision: 63580

upgpkg: gdk-pixbuf 0.22.0-7
    libpng rebuild

Modified:
  gdk-pixbuf/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-01-17 23:18:11 UTC (rev 63579)
+++ PKGBUILD    2010-01-17 23:27:59 UTC (rev 63580)
@@ -1,25 +1,28 @@
 # $Id$
-# Maintainer: dorphell <[email protected]>
-# Committer: Judd Vinet <[email protected]>
+# Maintainer:
+# Contributor: dorphell <[email protected]>
+# Contributor: Judd Vinet <[email protected]>
 
 pkgname=gdk-pixbuf
 pkgver=0.22.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Image loading and manipulation library"
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/";
 license=('GPL' 'LGPL')
-depends=('gtk' 'libtiff>=3.8.2-5' 'libpng')
+depends=('gtk' 'libtiff' 'libpng')
 makedepends=('libxt')
 options=('!libtool')
 
source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.22/${pkgname}-${pkgver}.tar.bz2
        gdk-pixbuf-0.22.0-bmp_reject_corrupt.patch
        gdk-pixbuf-0.22.0-bmp_secure.patch
        gdk-pixbuf-0.22.0-loaders.patch
-        gdk-pixbuf-0.22.0.patch )
-md5sums=('05fcb68ceaa338614ab650c775efc2f2' 'd1fb93f1ae994875158a7e0c108c36f8'\
-         '5f59d5772b1482d885a180dbc581cf84' '3cf31ae0509747f72ac27a9fd96109c2'\
-         'e0f5f301ce958b7cea0be631ed7b8e56')
+        gdk-pixbuf-0.22.0.patch)
+md5sums=('05fcb68ceaa338614ab650c775efc2f2'
+       'd1fb93f1ae994875158a7e0c108c36f8'
+       '5f59d5772b1482d885a180dbc581cf84'
+       '3cf31ae0509747f72ac27a9fd96109c2'
+       'e0f5f301ce958b7cea0be631ed7b8e56')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -35,4 +38,3 @@
   make DESTDIR=${pkgdir} install || return 1
   rm -rf ${pkgdir}/usr/share/gnome
 }
-

Reply via email to