Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (b598c820439b10854654bcb8e67b4a238e689e5e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (b598c820439b10854654bcb8e67b4a238e689e5e)
  • Date: Sun, 31 Jul 2022 08:06:11 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

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

New commits:
commit b598c820439b10854654bcb8e67b4a238e689e5e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gtk+3 Bash doesn't like this "!" magic with vdepends and ifs

gtk+3 checking dependencies...
/var/lib/sorcery/codex/test/x11-toolkits/gtk+3/DEPENDS: line 23: syntax
error near unexpected token `fi'
/var/lib/sorcery/codex/test/x11-toolkits/gtk+3/DEPENDS: line 23: `fi &&'
Removing dependees of gtk+3

diff --git a/x11-toolkits/gtk+3/DEPENDS b/x11-toolkits/gtk+3/DEPENDS
index 9a2ac19..fc83e33 100755
--- a/x11-toolkits/gtk+3/DEPENDS
+++ b/x11-toolkits/gtk+3/DEPENDS
@@ -17,9 +17,7 @@ if spell_ok at-spi2-core
&&
is_version_less "2.45.1" "$(installed_version at-spi2-core)"; then
depends at-spi2-core
else
- vdepends << ! &&
- atk >= 2.15
-!
+ vdepends <<< 'atk >= 2.15'
fi &&
depends at-spi2-atk &&
depends libsm &&
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index 3c259ed..094ee35 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,3 +1,6 @@
+2022-07-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Bash doesn't like this "!" magic with vdepends and ifs
+
2022-07-13 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: only depends on atk if old at-spi2-core




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b598c820439b10854654bcb8e67b4a238e689e5e), Eric Sandall, 07/31/2022

Archive powered by MHonArc 2.6.24.

Top of Page