Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (53c21920f74248e67ebcbda812ada52280ef8cd2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (53c21920f74248e67ebcbda812ada52280ef8cd2)
  • Date: Sat, 10 Dec 2011 22:09:13 -0600

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

http/seamonkey/DEPENDS | 3 +++
http/seamonkey/HISTORY | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 08c84b84369352d931928c6dd531771ff873605a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

seamonkey: corrected usage of system cairo

diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index db0ef86..090e253 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -13,6 +13,9 @@ depends libffi &&
depends libevent &&

if list_find "$SEAMONKEY_OPTS" "--enable-system-cairo"; then
+ list_add "SEAMONKEY_OPTS" "--enable-system-pixman" &&
+
+ depends pixman &&
depends cairo
fi &&

diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index a053c52..432f8ed 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -2,7 +2,7 @@
* BUILD: switched to MOZCONFIG var, corrected multijob build; added
missing configure options (pthreads support)
* CONFIGURE: added missing options, message about non-working setup
- * DEPENDS: made dbus support optional
+ * DEPENDS: made dbus support optional; corrected usage of system cairo
* mailnews.patch: updated, for correct detection of a var

2011-12-10 Vlad Glagolev <stealth AT sourcemage.org>



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (53c21920f74248e67ebcbda812ada52280ef8cd2), Vlad Glagolev, 12/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page