summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorIsmael Luceno2020-04-04 20:24:03 +0200
committerIsmael Luceno2020-04-04 20:33:09 +0200
commit36b4e242d25dec2b9dabe674e2ef970bd1cdff6f (patch)
tree2063feef5b712b855dcf55da5adafbc35d131755 /x11-toolkits
parent5e972bbad34aeff123263347bdb07d0658881f3e (diff)
gtk+3: Replace simple_version_check_force_depends
Diffstat (limited to 'x11-toolkits')
-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>