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

Christian Hesse eworm at archlinux.org
Tue Mar 17 12:48:29 UTC 2020


    Date: Tuesday, March 17, 2020 @ 12:48:29
  Author: eworm
Revision: 377813

upgpkg: gimp 2.10.18-3

disable python support drop dependency on PyGTK

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-17 11:12:54 UTC (rev 377812)
+++ PKGBUILD	2020-03-17 12:48:29 UTC (rev 377813)
@@ -3,7 +3,7 @@
 
 pkgname=gimp
 pkgver=2.10.18
-pkgrel=2
+pkgrel=3
 pkgdesc='GNU Image Manipulation Program'
 url='https://www.gimp.org/'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL')
 depends=('babl' 'dbus-glib' 'desktop-file-utils' 'gegl' 'glib-networking' 'hicolor-icon-theme'
          'jasper' 'lcms2' 'libheif' 'libexif' 'libgudev' 'libmng' 'libmypaint' 'librsvg' 'libwebp'
-         'libwmf' 'libxmu' 'libxpm' 'mypaint-brushes1' 'openexr' 'poppler-data' 'pygtk')
+         'libwmf' 'libxmu' 'libxpm' 'mypaint-brushes1' 'openexr' 'poppler-data' 'gtk2')
 makedepends=('alsa-lib' 'curl' 'ghostscript' 'gtk-doc' 'intltool' 'iso-codes' 'poppler-glib')
 optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
             'poppler-glib: for pdf support'
@@ -43,9 +43,9 @@
     --libexecdir=/usr/bin \
     --enable-mp \
     --enable-gimp-console \
-    --enable-python \
     --enable-gtk-doc \
     --disable-check-update \
+    --disable-python \
     --with-bug-report-url='https://bugs.archlinux.org/?string=gimp' \
     --with-openexr \
     --without-aa



More information about the arch-commits mailing list