diff options
| -rw-r--r-- | abs/core/gdk-pixbuf2/PKGBUILD | 19 | 
1 files changed, 9 insertions, 10 deletions
diff --git a/abs/core/gdk-pixbuf2/PKGBUILD b/abs/core/gdk-pixbuf2/PKGBUILD index d281834..8f712d4 100644 --- a/abs/core/gdk-pixbuf2/PKGBUILD +++ b/abs/core/gdk-pixbuf2/PKGBUILD @@ -1,32 +1,31 @@ -# $Id: PKGBUILD 156774 2012-04-23 09:05:18Z ibiru $ +# $Id$  # Maintainer: Ionut Biru <ibiru@archlinux.org>  pkgname=gdk-pixbuf2 -pkgver=2.26.1 +pkgver=2.31.1  pkgrel=1  pkgdesc="An image loading library"  arch=('i686' 'x86_64')  url="http://www.gtk.org/" -license=('GPL2') -depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11') +license=('LGPL2.1') +depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')  makedepends=('gtk-doc' 'gobject-introspection') -options=('!libtool')  install=gdk-pixbuf2.install -source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz) -sha256sums=('a60af12b58d9cc15ba4c680c6730ce5d38e8d664af1d575a379385b94b4ec7ba') +source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz) +sha256sums=('25a75e3c61dac11e6ff6416ad846951ccafac6486b1c6a1bfb0b213b99db52cd')  build() { -  cd "gdk-pixbuf-$pkgver" +  cd gdk-pixbuf-$pkgver    ./configure --prefix=/usr \ -    --without-libjasper \      --with-x11 \ +    --with-libjasper \      --with-included-loaders=png    make  }  package() { -  cd "gdk-pixbuf-$pkgver" +  cd gdk-pixbuf-$pkgver    make DESTDIR="$pkgdir" install  }  | 
