Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (cf61482c5ba6bda95c27987d1788939f61543db5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (cf61482c5ba6bda95c27987d1788939f61543db5)
  • Date: Sun, 4 Apr 2010 05:50:39 -0500

GIT changes to master grimoire by Arwed von Merkatz <v.merkatz AT gmx.net>:

gnome2-libs/gnome-python-extras/BUILD | 2 +-
gnome2-libs/gnome-python-extras/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit cf61482c5ba6bda95c27987d1788939f61543db5
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

gnome-python-extras: make GECKO dependency work for current xulrunner

diff --git a/gnome2-libs/gnome-python-extras/BUILD
b/gnome2-libs/gnome-python-extras/BUILD
index 8c22db5..4dd0064 100755
--- a/gnome2-libs/gnome-python-extras/BUILD
+++ b/gnome2-libs/gnome-python-extras/BUILD
@@ -3,7 +3,7 @@ if test "$(get_spell_provider $SPELL GECKO)" = firefox; then
elif test "$(get_spell_provider $SPELL GECKO)" = seamonkey; then
OPTS="$OPTS --with-gtkmozembed=seamonkey"
elif test "$(get_spell_provider $SPELL GECKO)" = xulrunner; then
- OPTS="$OPTS --with-gtkmozembed=xulrunner"
+ OPTS="$OPTS --with-gtkmozembed=mozilla"
else
OPTS="$OPTS --with-gtkmozembed=mozilla"
fi &&
diff --git a/gnome2-libs/gnome-python-extras/HISTORY
b/gnome2-libs/gnome-python-extras/HISTORY
index 110ac95..83fc2f3 100644
--- a/gnome2-libs/gnome-python-extras/HISTORY
+++ b/gnome2-libs/gnome-python-extras/HISTORY
@@ -1,3 +1,7 @@
+2010-04-04 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * BUILD: pass --with-gtkmozembed=mozilla to configure for xulrunner so
+ it actually picks it up correctly
+
2009-12-18 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: actually do something with the enabled/disabled
dependencies




  • [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (cf61482c5ba6bda95c27987d1788939f61543db5), Arwed von Merkatz, 04/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page