Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.7 grimoire by Jeremy Blosser (55c4dc2506b0350a9c3b24593123692b82f17ac4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.7 grimoire by Jeremy Blosser (55c4dc2506b0350a9c3b24593123692b82f17ac4)
  • Date: Sun, 18 Feb 2007 17:08:41 -0600

GIT changes to stable-0.7 grimoire by Jeremy Blosser
<jblosser-smgl AT firinn.org>:

http/firefox/DEPENDS | 22 ++++++++++------------
http/firefox/HISTORY | 3 +++
2 files changed, 13 insertions(+), 12 deletions(-)

New commits:
commit 55c4dc2506b0350a9c3b24593123692b82f17ac4
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

firefox: removed obsolete gtk version conditional
(cherry picked from commit 73b76543e7b10e5eed355ef3565454fc110308e4)

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 429983f..39fdabe 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -10,21 +10,19 @@ depends zip &
depends zlib '--with-system-zlib' &&
depends nss &&

+# These were the GTK+2 option in the GTK version conditional, perhaps
+# the flags need a closer look.
+depends gtk+2 '--enable-default-toolkit=gtk2 --enable-xft
--disable-freetype2' &&
+depends libidl &&
+
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+ #need this bad boy to rebuild the ./configure so it works
+ depends autoconf-2.13
+fi &&
+
suggest_depends_2 firefox-smglwiki '' '' \
'to enable searching the SMGL Wiki from the Search Bar' &&

-if [ "$FIREFOX_GTK" == "2.x" ]; then
- depends gtk+2 \
- '--enable-default-toolkit=gtk2 --enable-xft --disable-freetype2' &&
- depends libidl
-else
-#
-# Else FIREFOX_GTK="1.x"
-#
- depends gtk+ '--enable-default-toolkit=gtk' &&
- depends orbit
-fi &&
-
if [ "$FIREFOX_CVS" == "y" ]; then
depends CVS
fi &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 31c0e80..70ff66a 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2007-02-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Removed GTK version conditional, only GTK+2 used now.
+
2007-01-21 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 2.0.0.1
* PREPARE: Removed choice for gtk. Only could test with gtk+2



  • [SM-Commit] GIT changes to stable-0.7 grimoire by Jeremy Blosser (55c4dc2506b0350a9c3b24593123692b82f17ac4), Jeremy Blosser, 02/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page