Date: Monday, December 19, 2016 @ 16:46:40 Author: heftig Revision: 284321
2.36.1+31+gecea71eb6-1 Modified: gdk-pixbuf2/trunk/PKGBUILD ----------+ PKGBUILD | 46 ++++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 20 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-19 12:21:24 UTC (rev 284320) +++ PKGBUILD 2016-12-19 16:46:40 UTC (rev 284321) @@ -1,17 +1,18 @@ # $Id$ -# Maintainer: Ionut Biru <[email protected]> +# Contributor: Ionut Biru <[email protected]> pkgname=gdk-pixbuf2 -pkgver=2.36.1+27+g5dcc1b8da +pkgver=2.36.1+31+gecea71eb6 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' 'git') +arch=(i686 x86_64) +url="https://wiki.gnome.org/Projects/GdkPixbuf" +license=(LGPL2.1) +depends=(glib2 libpng libtiff libjpeg libx11 jasper) +makedepends=(gtk-doc gobject-introspection git docbook-utils) +checkdepends=(shared-mime-info) install=gdk-pixbuf2.install -_commit=5dcc1b8da70d191a2570c0460a7f0d53abee52cd # master +_commit=ecea71eb64944f141d4ce001d2d12bb86b35b053 # master source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit" gdk-pixbuf-query-loaders.hook) sha256sums=('SKIP' @@ -28,20 +29,25 @@ } build() { - cd gdk-pixbuf - ./configure --prefix=/usr \ - --with-x11 \ - --with-libjasper \ - --with-included-loaders=png \ - --enable-gtk-doc - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make + cd gdk-pixbuf + ./configure --prefix=/usr \ + --with-x11 \ + --with-libjasper \ + --with-included-loaders=png \ + --enable-gtk-doc + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make } +check() { + cd gdk-pixbuf + make check +} + package() { - cd gdk-pixbuf - make DESTDIR="$pkgdir" install - install -Dm644 ../gdk-pixbuf-query-loaders.hook "$pkgdir/usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook" + cd gdk-pixbuf + make DESTDIR="$pkgdir" install + install -Dm644 ../gdk-pixbuf-query-loaders.hook "$pkgdir/usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook" } -# vim:set et sw=4: +# vim:set et sw=2:
