Skip to Content.
Sympa Menu

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

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 (27b525a94cb2b3708ac2aa60acf6e80d6fff57a3)
  • Date: Fri, 28 Nov 2008 16:58:36 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

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

New commits:
commit 27b525a94cb2b3708ac2aa60acf6e80d6fff57a3
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

midori: Added optional_depends for libsoup in the waf build

diff --git a/http/midori/DEPENDS b/http/midori/DEPENDS
index df2cc73..d375534 100755
--- a/http/midori/DEPENDS
+++ b/http/midori/DEPENDS
@@ -3,7 +3,8 @@ depends webkitgtk &&
depends libsexy &&
depends libxml2 &&
if [ "$MIDORI_WAF" = 'y' ]; then
- depends python
+ depends python &&
+ optional_depends libsoup "" "" "provides save as and view source functions"
else
depends libtool &&
depends xml-parser-expat &&
diff --git a/http/midori/HISTORY b/http/midori/HISTORY
index d139a10..62860a0 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,3 +1,6 @@
+2008-11-28 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Added optional_depends libsoup for waf build
+
2008-10-18 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.1.0




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (27b525a94cb2b3708ac2aa60acf6e80d6fff57a3), George Sherwood, 11/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page