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

Jan Steffens heftig at archlinux.org
Thu Feb 20 12:37:46 UTC 2020


    Date: Thursday, February 20, 2020 @ 12:37:46
  Author: heftig
Revision: 375915

2.40.0-2: FS#65567 drop jasper

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-20 10:40:08 UTC (rev 375914)
+++ PKGBUILD	2020-02-20 12:37:46 UTC (rev 375915)
@@ -3,13 +3,13 @@
 
 pkgname=gdk-pixbuf2
 pkgver=2.40.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An image loading library"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/GdkPixbuf"
 license=(LGPL2.1)
-depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
-makedepends=(gtk-doc gobject-introspection git docbook-xsl meson)
+depends=(glib2 libpng libtiff libjpeg libx11 shared-mime-info)
+makedepends=(gtk-doc gobject-introspection git meson)
 install=gdk-pixbuf2.install
 _commit=c01d7ba433d6160767e51d928c81379746667544  # tags/2.40.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit"
@@ -28,7 +28,6 @@
 
 build() {
   arch-meson gdk-pixbuf build \
-    -D jasper=true \
     -D docs=true \
     -D installed_tests=false
   ninja -C build



More information about the arch-commits mailing list