gimp: update to 2.10.24

graphviz is now optional, see
f83fd22c4b
This commit is contained in:
FollieHiyuki 2021-05-13 22:04:50 +03:00 committed by Érico Nogueira Rolim
parent 473850aa8e
commit ddc3c4c7fa
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'gimp' # Template file for 'gimp'
pkgname=gimp pkgname=gimp
version=2.10.22 version=2.10.24
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-check-update --datadir=/usr/share" configure_args="--disable-check-update --datadir=/usr/share"
hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool
@ -12,15 +12,14 @@ makedepends="aalib-devel alsa-lib-devel babl-devel dbus-glib-devel gegl-devel
libopenexr-devel librsvg-devel libwmf-devel mypaint-brushes1 libopenexr-devel librsvg-devel libwmf-devel mypaint-brushes1
poppler-glib-devel pygtk-devel glib-networking libwebp-devel poppler-glib-devel pygtk-devel glib-networking libwebp-devel
libheif-devel libopenjpeg2-devel x265-devel" libheif-devel libopenjpeg2-devel x265-devel"
# graphviz is necessary to enable gegl:introspect depends="desktop-file-utils hicolor-icon-theme iso-codes mypaint-brushes1"
depends="desktop-file-utils hicolor-icon-theme iso-codes mypaint-brushes1 graphviz"
short_desc="GNU image manipulation program" short_desc="GNU image manipulation program"
conf_files="/etc/gimp/${version%%.*}.0/*" conf_files="/etc/gimp/${version%%.*}.0/*"
maintainer="fosslinux <fosslinux@aussies.space>" maintainer="fosslinux <fosslinux@aussies.space>"
license="GPL-3.0-only" license="GPL-3.0-only"
homepage="https://www.gimp.org" homepage="https://www.gimp.org"
distfiles="https://download.gimp.org/pub/gimp/v${version%.*}/gimp-${version}.tar.bz2" distfiles="https://download.gimp.org/pub/gimp/v${version%.*}/gimp-${version}.tar.bz2"
checksum=2db84b57f3778d80b3466d7c21a21d22e315c7b062de2883cbaaeda9a0f618bb checksum=bd1bb762368c0dd3175cf05006812dd676949c3707e21f4e6857435cb435989e
python_version=2 python_version=2
lib32disabled=yes lib32disabled=yes
no_generic_pkgconfig_link=yes no_generic_pkgconfig_link=yes