Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (8ed81fc74e64b421fb3963116987f8b3b1a176df)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (8ed81fc74e64b421fb3963116987f8b3b1a176df)
  • Date: Tue, 4 Sep 2007 10:42:11 -0500

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/



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (8ed81fc74e64b421fb3963116987f8b3b1a176df), George Sherwood, 09/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page