summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xx11-toolkits/gtk+3/DEPENDS11
-rw-r--r--x11-toolkits/gtk+3/HISTORY3
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-toolkits/gtk+3/DEPENDS b/x11-toolkits/gtk+3/DEPENDS
index 0b465e97ae..95752704c5 100755
--- a/x11-toolkits/gtk+3/DEPENDS
+++ b/x11-toolkits/gtk+3/DEPENDS
@@ -20,12 +20,11 @@ else
"to enable introspection support"
fi
-depends gdk-pixbuf2 &&
-simple_version_check_force_depends gdk-pixbuf2 226 3 &&
-depends atk &&
-simple_version_check_force_depends atk 253 3 &&
-depends pango &&
-simple_version_check_force_depends pango 130 3 &&
+vdepends << ! &&
+ gdk-pixbuf2 >= 2.30
+ atk >= 2.15
+ pango >= 1.41
+!
depends at-spi2-atk &&
depends libsm &&
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index 6c49e42b5b..4cb2bb1ce3 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,4 +1,7 @@
2020-04-04 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: replaced simple_version_check_force_depends with vdepends
+
+2020-04-04 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 3.24.17
2020-03-28 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>