[SM-Commit] GIT changes to master grimoire by George Sherwood (838de755c22da4b9c8fbb9fed3555b6b1513be92)

George Sherwood scm at sourcemage.org
Mon Aug 16 21:44:50 EDT 2010


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

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

New commits:
commit 838de755c22da4b9c8fbb9fed3555b6b1513be92
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    midori: Clean-up DEPENDS. Now depends sqlite and since webkitgtk
    depends libsoup removing that.

diff --git a/http/midori/DEPENDS b/http/midori/DEPENDS
index 4b158c0..8887e6f 100755
--- a/http/midori/DEPENDS
+++ b/http/midori/DEPENDS
@@ -3,10 +3,10 @@ depends webkitgtk &&
 depends libxml2 &&
 depends python  &&
 depends libnotify &&
+depends sqlite &&
+
 
 optional_depends unique  "" "" "provide libUnique support" &&
-optional_depends sqlite  "" "" "enable save history between sessions" &&
-optional_depends libsoup "" "" "enable icons, save as and view source functions" &&
 optional_depends gnome-icon-theme "" "" "for all the icons" &&
 optional_depends vala "--enable-vala"  \
                       "--disable-vala" \
diff --git a/http/midori/HISTORY b/http/midori/HISTORY
index 9316372..2cef223 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,6 +1,8 @@
 2010-08-16 George Sherwood <gsherwood at sourcemage.org>
 	* DETAILS: Updated to version 0.2.7
-	* DEPENDS: Added optional_depends on vala
+	* DEPENDS: depends sqlite, 
+	  Removing optional_depends libsoup since webkitgtk depends libsoup 
+	  Added optional_depends on vala
 
 2010-05-26 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 0.2.6



More information about the SM-Commit mailing list