Skip to Content.
Sympa Menu

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

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 (cbcbc3bea5e360ab6ea0e7aca43247ecb3642226)
  • Date: Tue, 21 Oct 2008 12:10:59 -0500

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

http/galeon/BUILD | 11 -----------
http/galeon/DEPENDS | 2 +-
http/galeon/HISTORY | 5 +++++
3 files changed, 6 insertions(+), 12 deletions(-)

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

galeon: only supports seamonkey for now

diff --git a/http/galeon/BUILD b/http/galeon/BUILD
deleted file mode 100755
index a745253..0000000
--- a/http/galeon/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-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 &&
-
-default_build
diff --git a/http/galeon/DEPENDS b/http/galeon/DEPENDS
index c8f03cf..b951914 100755
--- a/http/galeon/DEPENDS
+++ b/http/galeon/DEPENDS
@@ -5,7 +5,7 @@ depends gconf2 &&
depends libxml2 &&
depends intltool &&
depends rarian &&
-depends GECKO &&
+depends seamonkey '--with-mozilla=seamonkey' &&

if [ "$GALEON_CVS" == "y" ]; then
depends cvs
diff --git a/http/galeon/HISTORY b/http/galeon/HISTORY
index 3cc0e10..22209c9 100644
--- a/http/galeon/HISTORY
+++ b/http/galeon/HISTORY
@@ -1,3 +1,8 @@
+2008-10-21 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS: removed GECKO, added seamonkey, that's the only one working
+ right now
+ * BUILD: removed, only necessary for GECKO detection
+
2007-12-17 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: updated to 2.0.4




  • [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (cbcbc3bea5e360ab6ea0e7aca43247ecb3642226), Arwed von Merkatz, 10/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page