[SM-Commit] GIT changes to master grimoire by George Sherwood (8ed81fc74e64b421fb3963116987f8b3b1a176df)
George Sherwood
scm at sourcemage.org
Tue Sep 4 11:42:11 EDT 2007
GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:
http/seamonkey/DEPENDS | 4 +++-
http/seamonkey/HISTORY | 4 ++++
2 files changed, 7 insertions(+), 1 deletion(-)
New commits:
commit 8ed81fc74e64b421fb3963116987f8b3b1a176df
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>
seamonkey: Use check_if_xorg_modular_libs to ensure all cases
are covered. Bug #13976
diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index de26e51..26f276c 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -1,3 +1,5 @@
+source $GRIMOIRE/FUNCTIONS &&
+
depends gtk+2 '--enable-default-toolkit=gtk2 --enable-xft --disable-freetype2' &&
depends jpeg '--with-system-jpeg' &&
depends libpng '--with-system-png' &&
@@ -9,7 +11,7 @@ depends X11-LIBS '--with-x' &&
depends zip &&
depends zlib '--with-system-zlib' &&
-if [ "$(get_spell_provider $SPELL X11-LIBS)" == "xorg-server" ]; then
+if check_if_xorg_modular_libs; then
depends libxft
fi &&
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index 7a4d6c5..4b022c1 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,7 @@
+2007-09-04 George Sherwood <george at beernabeer.com>
+ * DEPENDS: Changed to check_if_xorg_modular_libs to cover all cases
+ Bug #13976
+
2007-08-16 George Sherwood <george at beernabeer.com>
* DETAILS: Updated to version 1.1.4. SECURITY_PATCH++
http://www.mozilla.org/projects/security/
More information about the SM-Commit
mailing list