summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorFlorian Franzmann2021-04-02 15:47:36 +0200
committerFlorian Franzmann2021-04-02 15:47:36 +0200
commit152aa9d34dcba18866e48d8fa76f2f96245e2d7a (patch)
treed5a62280075be3503eb2ace9fe92a79a88d7924c /graphics
parentd360ec70dc9a443ae6176c2419576cf4778bd60a (diff)
graphics/gimp: version 2.10.24
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/gimp/DEPENDS3
-rwxr-xr-xgraphics/gimp/DETAILS4
-rw-r--r--graphics/gimp/HISTORY4
3 files changed, 9 insertions, 2 deletions
diff --git a/graphics/gimp/DEPENDS b/graphics/gimp/DEPENDS
index 9c9189cd3a..a9e28ccd88 100755
--- a/graphics/gimp/DEPENDS
+++ b/graphics/gimp/DEPENDS
@@ -48,6 +48,9 @@ optional_depends pygtk2 \
"--enable-python" \
"--disable-python" \
"for python support" &&
+if is_depends_enabled $SPELL pygtk2; then
+ depends pycairo
+fi &&
optional_depends hal \
"--with-hal" \
diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS
index dc9123b264..7184fe42b7 100755
--- a/graphics/gimp/DETAILS
+++ b/graphics/gimp/DETAILS
@@ -1,9 +1,9 @@
SPELL=gimp
#if [[ $GIMP_DEVEL == y ]]; then
#else
- VERSION=2.10.22
+ VERSION=2.10.24
SECURITY_PATCH=2
- SOURCE_HASH=sha512:13841ac4a186df47e4155095ca888a903b2db9e25a73fbb834fe981ccf915cb67a3e08506e5c13b6c5f35e27b1de24befbccf871e438b1a35f67f069bebd8fd0
+ SOURCE_HASH=sha512:828350ad5c53b8409463c24693821d78a1940f18c221249ae7b864ad9db5cf01ab41d6ec5bbefd96115f0e91809ecdc61451d71881b56b07920c442f4a514936
#fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index 2bfae126de..16d1b33e3e 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,7 @@
+2021-04-02 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.10.24
+ * DEPENDS: depend on pycairo if optional dependency on pygtk2 is enabled
+
2021-02-19 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: version 2.10.22 (un-break with current glib)