From 571b5c1bfbabb68fb95202fabcc6203a0e0894b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 1 Feb 2021 14:25:09 -0300 Subject: [PATCH] gimp: fix launch failure. For some reason, gegl doesn't report the gegl:introspect operation as available unless graphviz is installed. Since gegl:introspect isn't necessarily required by other gegl dependants, add graphviz as a gimp dependency instead. Without this, if the user doesn't have graphviz installed, gimp will fail to launch and complain that gegl doesn't support gegl:introspect. --- srcpkgs/gimp/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gimp/template b/srcpkgs/gimp/template index 332fb0b12e4..0378ad139c6 100644 --- a/srcpkgs/gimp/template +++ b/srcpkgs/gimp/template @@ -1,7 +1,7 @@ # Template file for 'gimp' pkgname=gimp version=2.10.22 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-check-update --datadir=/usr/share" hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool @@ -12,7 +12,8 @@ makedepends="aalib-devel alsa-lib-devel babl-devel dbus-glib-devel gegl-devel libopenexr-devel librsvg-devel libwmf-devel mypaint-brushes1 poppler-glib-devel pygtk-devel glib-networking libwebp-devel libheif-devel libopenjpeg2-devel x265-devel" -depends="desktop-file-utils hicolor-icon-theme iso-codes mypaint-brushes1" +# graphviz is necessary to enable gegl:introspect +depends="desktop-file-utils hicolor-icon-theme iso-codes mypaint-brushes1 graphviz" short_desc="GNU image manipulation program" conf_files="/etc/gimp/${version%%.*}.0/*" maintainer="fosslinux "