New commits:
commit 1df0a2bf3765ad50f957ec761302ca6e546b6b93
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
firefox: Few cleanups including patch to remove extra glyph in
title bar.
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index df2e447..607205f 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -7,11 +7,13 @@
Added optional for wireless tools and alsa-lib
* INSTALL: Removed ln -s for xulrunnerplugins
* PRE_BUILD: Added curl patch and options to setup .mozconfig file
+ Added glyph.patch
* curl.patch: Added patch for curl-7.21.7
* mozconfig3: Removed old file
* mozconfig4: Removed old file
* mozconfig5: Updated and added new .mozconfig file
* firefox-xulrunner.patch: Removed un-needed patch
+ * glyph.patch: Fedora patch to removed char in title bar
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 9a5a1af..735c7a5 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -7,6 +7,10 @@ cd mozilla* &&
# https://bug673072.bugzilla.mozilla.org/attachment.cgi?id=547353
patch -p0 < $SPELL_DIRECTORY/curl.patch &&