Date: Tuesday, October 8, 2019 @ 11:54:35 Author: heftig Revision: 514218
2.40.0-1 Modified: lib32-gdk-pixbuf2/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-08 11:22:15 UTC (rev 514217) +++ PKGBUILD 2019-10-08 11:54:35 UTC (rev 514218) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=lib32-gdk-pixbuf2 -pkgver=2.38.2 +pkgver=2.40.0 pkgrel=1 pkgdesc="An image loading library (32-bit)" arch=(x86_64) @@ -9,9 +9,9 @@ url="https://wiki.gnome.org/Projects/GdkPixbuf" license=(LGPL2.1) depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11 gdk-pixbuf2) -makedepends=(gtk-doc gobject-introspection git docbook-xsl meson) +makedepends=(git meson) install=lib32-gdk-pixbuf2.install -_commit=ab27f7c5b8a0d2fb899130082dcd3ec310478222 # tags/2.38.2^0 +_commit=c01d7ba433d6160767e51d928c81379746667544 # tags/2.40.0^0 source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit" gdk-pixbuf-query-loaders-32.hook) sha256sums=('SKIP' @@ -29,19 +29,17 @@ build() { export CC="gcc -m32" export CXX="g++ -m32" - export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" - export CFLAGS="-I/usr/include/libtiff32 $CFLAGS" + export PKG_CONFIG="i686-pc-linux-gnu-pkg-config" arch-meson gdk-pixbuf build \ --libdir /usr/lib32 \ + -D gir=false \ -D installed_tests=false ninja -C build } check() { - cd build - # pixbuf-randomly-modified fails randomly - meson test -t 3 || : + meson test -C build --print-errorlogs } package() {
