Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (c13d5a6fe6d918561ced095871d59f505d68a2e8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (c13d5a6fe6d918561ced095871d59f505d68a2e8)
  • Date: Thu, 9 Oct 2008 18:47:51 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-apps/epiphany-extensions/BUILD | 10 +---------
gnome2-apps/epiphany-extensions/DEPENDS | 2 +-
gnome2-apps/epiphany-extensions/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 10 deletions(-)

New commits:
commit c13d5a6fe6d918561ced095871d59f505d68a2e8
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

epiphany-extensions: Updated to work with xulrunner 1.9.x

diff --git a/gnome2-apps/epiphany-extensions/BUILD
b/gnome2-apps/epiphany-extensions/BUILD
index a2b2750..1b8639a 100755
--- a/gnome2-apps/epiphany-extensions/BUILD
+++ b/gnome2-apps/epiphany-extensions/BUILD
@@ -1,12 +1,4 @@
-if test "$(get_spell_provider $SPELL GECKO)" = "firefox"; then
- OPTS="$OPTS --with-mozilla=firefox"
-elif test "$(get_spell_provider $SPELL GECKO)" = "seamonkey"; then
- OPTS="$OPTS --with-mozilla=seamonkey"
-elif test "$(get_spell_provider $SPELL GECKO)" = "xulrunner"; then
- OPTS="$OPTS --with-mozilla=xulrunner"
-else
- OPTS="$OPTS --with-mozilla=mozilla"
-fi &&
+OPTS="${OPTS} --with-gecko=libxul-embedding" &&

OPTS="${OPTS} --with-extensions="
if [ "${EPIPHANY_ACTIONS}" == "y" ]; then
diff --git a/gnome2-apps/epiphany-extensions/DEPENDS
b/gnome2-apps/epiphany-extensions/DEPENDS
index 14e61e3..030ce65 100755
--- a/gnome2-apps/epiphany-extensions/DEPENDS
+++ b/gnome2-apps/epiphany-extensions/DEPENDS
@@ -1,5 +1,5 @@
depends epiphany &&
-depends GECKO &&
+depends xulrunner &&
depends pcre &&

if [[ "${EPIPHANY_FAVICON}" == "y" || "${EPIPHANY_PYCON}" == "y" ||
"${EPIPHANY_SAMPLEPY}" == "y" ]]; then
diff --git a/gnome2-apps/epiphany-extensions/HISTORY
b/gnome2-apps/epiphany-extensions/HISTORY
index 8e026d7..0ce646e 100644
--- a/gnome2-apps/epiphany-extensions/HISTORY
+++ b/gnome2-apps/epiphany-extensions/HISTORY
@@ -1,3 +1,7 @@
+2008-10-09 George Sherwood <george AT beernabeer.com>
+ * DEPENDS: depends xulrunner vice GECKO
+ * BUILD: Added correct option for xulrunner 1.9.x
+
2008-09-29 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated VERSION to 2.24.0




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (c13d5a6fe6d918561ced095871d59f505d68a2e8), George Sherwood, 10/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page