# $Id: PKGBUILD 214072 2014-06-03 08:48:30Z jgc $ # Maintainer: Ionut Biru pkgname=gdk-pixbuf2 pkgver=2.30.8 pkgrel=1 pkgdesc="An image loading library" arch=('i686' 'x86_64') url="http://www.gtk.org/" license=('LGPL2.1') depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper') makedepends=('gtk-doc' 'gobject-introspection') install=gdk-pixbuf2.install source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz) sha256sums=('4853830616113db4435837992c0aebd94cbb993c44dc55063cee7f72a7bef8be') build() { cd gdk-pixbuf-$pkgver ./configure --prefix=/usr \ --with-x11 \ --with-libjasper \ --with-included-loaders=png make } package() { cd gdk-pixbuf-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: