Skip to Content.
Sympa Menu

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

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 (68d086e0cfe95974677c7ac8263280a367866df5)
  • Date: Fri, 28 Nov 2008 17:11:06 -0600

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

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

New commits:
commit 68d086e0cfe95974677c7ac8263280a367866df5
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

midori: Just chatting with the midori dev and getting our
depends correct.

diff --git a/http/midori/DEPENDS b/http/midori/DEPENDS
index d375534..dd79d13 100755
--- a/http/midori/DEPENDS
+++ b/http/midori/DEPENDS
@@ -4,7 +4,8 @@ depends libsexy &&
depends libxml2 &&
if [ "$MIDORI_WAF" = 'y' ]; then
depends python &&
- optional_depends libsoup "" "" "provides save as and view source functions"
+ optional_depends unique "" "" "provide libUnique support" &&
+ optional_depends libsoup "" "" "enable icons, save as and view source
functions"
else
depends libtool &&
depends xml-parser-expat &&
@@ -12,5 +13,4 @@ else
fi &&

optional_depends gnome-icon-theme "" "" "for all the icons" &&
-optional_depends gtksourceview "" "" "enable view source" &&
optional_depends lua "" "" "To use lua scripts"
diff --git a/http/midori/HISTORY b/http/midori/HISTORY
index 62860a0..00dc057 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,5 +1,7 @@
2008-11-28 George Sherwood <gsherwood AT sourcemage.org>
* DEPENDS: Added optional_depends libsoup for waf build
+ Added optional_depends unique for waf build
+ Removed optional_depends gtksourceview. Not needed anymore.

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 (68d086e0cfe95974677c7ac8263280a367866df5), George Sherwood, 11/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page