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" &&