New commits:
commit ad681541c6ec83ca14d9e78abc595c3c9c14a133
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
http/firefox-esr: only depends on atk if old at-spi2-core
commit 8e92681a649359b05a7bbe800b9934ccd0248d1a
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
http/firefox: only depends on atk if old at-spi2-core
commit 46fd0c4eff53bad1cac8b385b7152641aa15e8be
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
x11-toolkits/gtk+4: only depends on atk if old at-spi2-core
commit 5369ce885445581ee10e9b738c825d1eb3645345
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
x11-toolkits/gtk+3: only depends on atk if old at-spi2-core
commit 6a1cfa0e8d1147a3f2f496fbc63ede0a78f9569e
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
gnome2-libs/at-spi2-atk: only needs atk if old at-spi2-core
commit f2b0fd91af8282579ec7ccf101ba1404f289bee7
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
gnome2-libs/atk: self dispel if newer at-spi2-core is found
commit 33ecb99f9e70afc1090b270339340362228d1362
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
gnome2-libs/at-spi2-core: added devel version 2.45.1
diff --git a/gnome2-libs/at-spi2-atk/DEPENDS b/gnome2-libs/at-spi2-atk/DEPENDS
index f2bf559..31fe78c 100755
--- a/gnome2-libs/at-spi2-atk/DEPENDS
+++ b/gnome2-libs/at-spi2-atk/DEPENDS
@@ -1,8 +1,7 @@
. "${GRIMOIRE}/MESON_DEPENDS" &&
depends at-spi2-core &&
-if [[ "${AT_SPI2_ATK_BRANCH}" == "devel" ]]; then
- depends -sub "ATK_DEVEL" atk
-else
+if spell_ok at-spi2-core &&
+ is_version_less "$(installed_version at-spi2-core)" "2.45.1"; then
depends atk
fi &&
depends dbus &&
diff --git a/gnome2-libs/at-spi2-atk/HISTORY b/gnome2-libs/at-spi2-atk/HISTORY
index fa103dd..3ac7fc1 100644
--- a/gnome2-libs/at-spi2-atk/HISTORY
+++ b/gnome2-libs/at-spi2-atk/HISTORY
@@ -1,3 +1,6 @@
+2022-07-13 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: only depends on atk if old at-spi2-core
+
2022-04-01 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: use grimoire-wide MESON_DEPENDS