Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (85f69bcc029b332e3583ece8de4c1251e97fc405)

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 master grimoire by Vlad Glagolev (85f69bcc029b332e3583ece8de4c1251e97fc405)
  • Date: Thu, 21 Jan 2010 08:10:49 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/xulrunner/DEPENDS | 4 ++++
http/xulrunner/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit 85f69bcc029b332e3583ece8de4c1251e97fc405
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xulrunner: added missing dependency

diff --git a/http/xulrunner/DEPENDS b/http/xulrunner/DEPENDS
index 8b35174..edd3dcd 100755
--- a/http/xulrunner/DEPENDS
+++ b/http/xulrunner/DEPENDS
@@ -12,14 +12,18 @@ depends python &&
depends libxt '--with-x' &&
depends zip &&
depends zlib &&
+depends libnotify &&
+
optional_depends openldap \
'--enable-ldap' \
'--disable-ldap' \
'LDAP support' &&
+
optional_depends gnome-vfs2 \
"--enable-gnomevfs" \
"--disable-gnomevfs" \
"for smb:// url support (if enabled in gnome-vfs)" &&
+
optional_depends libgnomeui \
"--enable-gnomeui" \
"--disable-gnomeui" \
diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index 358e17b..1b56cdb 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,6 @@
+2010-01-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: corrected dependencies -- added libnotify (required)
+
2010-01-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.9.2, FFVERSION=3.6
* PRE_BUILD, BUILD, INSTALL: 1.9.1 -> $VERSION



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (85f69bcc029b332e3583ece8de4c1251e97fc405), Vlad Glagolev, 01/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page