Skip to Content.
Sympa Menu

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

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 (9973a49e84c6436e2936f2d80e41533894e0d59b)
  • Date: Thu, 19 Apr 2007 17:29:50 -0500

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

libs/sdl_pango/HISTORY | 5 +++++
libs/sdl_pango/PRE_SUB_DEPENDS | 5 +++++
libs/sdl_pango/SUB_DEPENDS | 7 +++++++
3 files changed, 17 insertions(+)

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

sdl_pango: frozen-bubble depends on this being built with the pango patch

diff --git a/libs/sdl_pango/HISTORY b/libs/sdl_pango/HISTORY
index 0e440f1..895822b 100644
--- a/libs/sdl_pango/HISTORY
+++ b/libs/sdl_pango/HISTORY
@@ -1,2 +1,7 @@
+2007-04-19 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_SUB_DEPENDS, SUB_DEPENDS: frozen-bubble requires the
+ Pango patch to be applied
+
2006-10-27 Philippe "Puppet_Master" Caseiro <caseiro.philippe AT gmail.com>
* Initial spell
+
diff --git a/libs/sdl_pango/PRE_SUB_DEPENDS b/libs/sdl_pango/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..0851042
--- /dev/null
+++ b/libs/sdl_pango/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ FROZEN_BUBBLE_PANGO) [[ "$FB_PATCH" == y ]] && return 0;;
+esac
+
+return 1
diff --git a/libs/sdl_pango/SUB_DEPENDS b/libs/sdl_pango/SUB_DEPENDS
new file mode 100755
index 0000000..8212315
--- /dev/null
+++ b/libs/sdl_pango/SUB_DEPENDS
@@ -0,0 +1,7 @@
+case $THIS_SUB_DEPENDS in
+ FROZEN_BUBBLE_PANGO) echo "Frozen Bubble 2.0 patch requested: forcing
FB_PATCH=y"
+ FB_PATCH=y
+ persistent_add FB_PATCH;;
+ *) echo "Unknown sub-dependency: $THIS_SUB_DEPENDS"
+ return 1;;
+esac



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9973a49e84c6436e2936f2d80e41533894e0d59b), Eric Sandall, 04/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page