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

Christian Hesse eworm at gemini.archlinux.org
Sat Apr 23 22:05:46 UTC 2022


    Date: Saturday, April 23, 2022 @ 22:05:45
  Author: eworm
Revision: 443861

make gvfs an optional dependency

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 21:33:47 UTC (rev 443860)
+++ PKGBUILD	2022-04-23 22:05:45 UTC (rev 443861)
@@ -8,7 +8,7 @@
 url='https://www.gimp.org/'
 arch=('x86_64')
 license=('GPL' 'LGPL')
-depends=('babl' 'dbus-glib' 'desktop-file-utils' 'gegl' 'glib-networking' 'gvfs' 'hicolor-icon-theme'
+depends=('babl' 'dbus-glib' 'desktop-file-utils' 'gegl' 'glib-networking' 'hicolor-icon-theme'
          'openjpeg2' 'lcms2' 'libheif' 'libexif' 'libgudev' 'libmng' 'libmypaint' 'librsvg' 'libwebp'
          'libwmf' 'libxmu' 'libxpm' 'mypaint-brushes1' 'openexr' 'poppler-data' 'gtk2' 'graphviz')
 makedepends=('alsa-lib' 'curl' 'ghostscript' 'gtk-doc' 'intltool' 'iso-codes' 'poppler-glib')
@@ -16,7 +16,8 @@
             'poppler-glib: for pdf support'
             'alsa-lib: for MIDI event controller module'
             'curl: for URI support'
-            'ghostscript: for postscript support')
+            'ghostscript: for postscript support'
+            'gvfs: for HTTP/S support (and many other schemes)')
 conflicts=('gimp-plugin-wavelet-decompose')
 replaces=('gimp-plugin-wavelet-decompose')
 options=('debug')



More information about the arch-commits mailing list