Date: Tuesday, September 4, 2018 @ 17:17:29 Author: heftig Revision: 333306
2.38.0-1 Modified: gdk-pixbuf2/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-04 16:55:38 UTC (rev 333305) +++ PKGBUILD 2018-09-04 17:17:29 UTC (rev 333306) @@ -1,8 +1,8 @@ -# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgname=gdk-pixbuf2 -pkgver=2.36.12 +pkgver=2.38.0 pkgrel=1 pkgdesc="An image loading library" arch=(x86_64) @@ -11,8 +11,8 @@ depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info) makedepends=(gtk-doc gobject-introspection git docbook-xsl meson) install=gdk-pixbuf2.install -_commit=12aa6f9264514c62781124a7287c2e997d3ea482 # tags/2.36.12^0 -source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit" +_commit=0b1eab312e77701c20b07fb8e38119009f8b34c3 # tags/2.38.0^0 +source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit" gdk-pixbuf-query-loaders.hook) sha256sums=('SKIP' '963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2') @@ -27,7 +27,10 @@ } build() { - arch-meson gdk-pixbuf build -D jasper=true -D docs=true + arch-meson gdk-pixbuf build \ + -D jasper=true \ + -D docs=true \ + -D installed_tests=false ninja -C build } @@ -38,8 +41,7 @@ } package() { - DESTDIR="$pkgdir" ninja -C build install - rm -rf "$pkgdir"/usr/{lib,share}/installed-tests + DESTDIR="$pkgdir" meson install -C build install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook } Property changes on: gdk-pixbuf2/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
