summaryrefslogtreecommitdiff
path: root/extra/gdk-pixbuf2/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-18 21:17:06 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-18 21:17:06 -0300
commit02ffd41dca71e92f0105e37751e37c7332a9d447 (patch)
tree149d2e97e51dbab3f8f4dd6e4286dd5c42ba033d /extra/gdk-pixbuf2/PKGBUILD
parentcc66c2ff866631ece4d699b041f83444988e8ad2 (diff)
parentd8fd24a96ae712b2de3e9b05d937b135f41d016d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/kadu/PKGBUILD extra/libgsf/PKGBUILD libre/linux-libre/PKGBUILD staging/kdelibs/PKGBUILD testing/glibc/PKGBUILD
Diffstat (limited to 'extra/gdk-pixbuf2/PKGBUILD')
-rw-r--r--extra/gdk-pixbuf2/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/extra/gdk-pixbuf2/PKGBUILD b/extra/gdk-pixbuf2/PKGBUILD
index 4aacf4e32..7452d0fd5 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' 'mips64el')
@@ -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: