diff options
author | root <root@rshg054.dnsready.net> | 2011-12-18 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-18 23:14:50 +0000 |
commit | d8fd24a96ae712b2de3e9b05d937b135f41d016d (patch) | |
tree | d7720f7ed4640d7aff2d5c472aeabcfad87df24f /extra/gdk-pixbuf2/PKGBUILD | |
parent | 146025aa1c838c12fa7b4873414da73816bfb6bd (diff) |
Sun Dec 18 23:14:50 UTC 2011
Diffstat (limited to 'extra/gdk-pixbuf2/PKGBUILD')
-rw-r--r-- | extra/gdk-pixbuf2/PKGBUILD | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/extra/gdk-pixbuf2/PKGBUILD b/extra/gdk-pixbuf2/PKGBUILD index 4e225659c..633a78da7 100644 --- a/extra/gdk-pixbuf2/PKGBUILD +++ b/extra/gdk-pixbuf2/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 136355 2011-08-27 09:31:43Z ibiru $ +# $Id: PKGBUILD 145133 2011-12-17 10:30:04Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gdk-pixbuf2 -pkgver=2.24.0 +pkgver=2.24.1 pkgrel=1 pkgdesc="An image loading library" arch=('i686' 'x86_64') @@ -11,22 +11,23 @@ depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11') makedepends=('gtk-doc' 'gobject-introspection') options=('!libtool') install=gdk-pixbuf2.install -source=(http://download.gnome.org/sources/gdk-pixbuf/2.24/gdk-pixbuf-${pkgver}.tar.xz) -sha256sums=('67c11d3aa40441c1cea42c365bf2d6a9a9dd52fae2d359a707ad5e8abb4d28a7') +source=(http://download.gnome.org/sources/gdk-pixbuf/2.24/gdk-pixbuf-$pkgver.tar.xz) +sha256sums=('da7a3f00db360913716368e19e336402755cafa93769f3cfa28a969303e4bee1') build() { - cd "${srcdir}/gdk-pixbuf-${pkgver}" + cd "$srcdir/gdk-pixbuf-$pkgver" ./configure --prefix=/usr \ --without-libjasper \ + --with-x11 \ --with-included-loaders=png make } package() { - cd "${srcdir}/gdk-pixbuf-${pkgver}" + cd "$srcdir/gdk-pixbuf-$pkgver" - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: |