[arch-commits] Commit in gdk-pixbuf2/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Mar 23 20:48:46 UTC 2021


    Date: Tuesday, March 23, 2021 @ 20:48:45
  Author: heftig
Revision: 410795

2.42.4-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-23 20:38:32 UTC (rev 410794)
+++ PKGBUILD	2021-03-23 20:48:45 UTC (rev 410795)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gdk-pixbuf2
-pkgver=2.42.2
+pkgver=2.42.4
 pkgrel=1
 pkgdesc="An image loading library"
 arch=(x86_64)
@@ -9,10 +9,10 @@
 url="https://wiki.gnome.org/Projects/GdkPixbuf"
 license=(LGPL)
 depends=(glib2 libpng libtiff libjpeg shared-mime-info)
-makedepends=(gtk-doc gobject-introspection git meson)
+makedepends=(gobject-introspection git meson gi-docgen docbook-xsl)
 provides=(libgdk_pixbuf-2.0.so)
 install=gdk-pixbuf2.install
-_commit=2518a6817c2b076cdde1d3cc26beb9269a59d725  # tags/2.42.2^0
+_commit=88260c7794f60b5fee2127305d0b4bcfae0e8697  # tags/2.42.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit"
         gdk-pixbuf-query-loaders.hook)
 sha256sums=('SKIP'
@@ -29,7 +29,8 @@
 
 build() {
   arch-meson gdk-pixbuf build \
-    -D docs=true \
+    -D builtin_loaders=all \
+    -D gtk_doc=true \
     -D installed_tests=false
   meson compile -C build
 }



More information about the arch-commits mailing list