Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b3cc054438c50166cd23d54ab725bf77a84f567f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b3cc054438c50166cd23d54ab725bf77a84f567f)
  • Date: Sun, 18 Sep 2022 00:29:12 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

x11-toolkits/gtk+3/DEPENDS | 2 +-
x11-toolkits/gtk+3/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit b3cc054438c50166cd23d54ab725bf77a84f567f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

x11-toolkits/gtk+3: tweaked at-spi2-core version condition in DEPENDS

diff --git a/x11-toolkits/gtk+3/DEPENDS b/x11-toolkits/gtk+3/DEPENDS
index fc83e33..9615eb6 100755
--- a/x11-toolkits/gtk+3/DEPENDS
+++ b/x11-toolkits/gtk+3/DEPENDS
@@ -14,7 +14,7 @@ vdepends << ! &&
!

if spell_ok at-spi2-core &&
- is_version_less "2.45.1" "$(installed_version at-spi2-core)"; then
+ is_version_less "2.45.0" "$(installed_version at-spi2-core)"; then
depends at-spi2-core
else
vdepends <<< 'atk >= 2.15'
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index 094ee35..2d4a38e 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,3 +1,6 @@
+2022-09-17 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: tweaked at-spi2-core version condition
+
2022-07-31 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Bash doesn't like this "!" magic with vdepends and ifs




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b3cc054438c50166cd23d54ab725bf77a84f567f), Pavel Vinogradov, 09/17/2022

Archive powered by MHonArc 2.6.24.

Top of Page