summaryrefslogtreecommitdiffstats
path: root/abs/core/gdk-pixbuf2
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-01 19:07:28 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-01 19:07:28 (GMT)
commit2e5058f72dd07d252ca5167b393e11da38567bc2 (patch)
tree31f1997c0e1998b40ebb9f9e22e2df0356311178 /abs/core/gdk-pixbuf2
parent47370d32cc936953ca5121de009eebb297b1c8db (diff)
downloadlinhes_pkgbuild-2e5058f72dd07d252ca5167b393e11da38567bc2.zip
linhes_pkgbuild-2e5058f72dd07d252ca5167b393e11da38567bc2.tar.gz
linhes_pkgbuild-2e5058f72dd07d252ca5167b393e11da38567bc2.tar.bz2
gdk-pixbuf2: update to 2.31.1. dep of gtk3
Diffstat (limited to 'abs/core/gdk-pixbuf2')
-rw-r--r--abs/core/gdk-pixbuf2/PKGBUILD19
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
}