Date: Thursday, September 30, 2010 @ 16:46:17 Author: ibiru Revision: 92766
upgpkg: gdk-pixbuf2 2.22.0-2 add missing dependency to compile the support for xlib Modified: gdk-pixbuf2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-30 20:06:49 UTC (rev 92765) +++ PKGBUILD 2010-09-30 20:46:17 UTC (rev 92766) @@ -2,12 +2,12 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=gdk-pixbuf2 pkgver=2.22.0 -pkgrel=1 +pkgrel=2 pkgdesc="An image loading library for gtk2" arch=('i686' 'x86_64') url="http://www.gtk.org/" license=('GPL2') -depends=('glib2>=2.25.15' 'libpng>=1.4.3' 'libtiff>=3.9.4' 'libjpeg>=8.0.2') +depends=('glib2>=2.25.15' 'libpng>=1.4.3' 'libtiff>=3.9.4' 'libjpeg>=8.0.2' 'libx11') makedepends=('gtk-doc' 'gobject-introspection') options=('!libtool') install=gdk-pixbuf2.install
