[SM-Commit] GIT changes to master grimoire by Arjan Bouter (663c1657254be9e9ac869d924c97c05f62683efc)

Arjan Bouter scm at sourcemage.org
Sat Sep 20 10:42:35 EDT 2008


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

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

New commits:
commit 663c1657254be9e9ac869d924c97c05f62683efc
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    midori: fixed typo and missing optional_depends on lua

diff --git a/http/midori/CONFIGURE b/http/midori/CONFIGURE
index 26af001..b2b974b 100755
--- a/http/midori/CONFIGURE
+++ b/http/midori/CONFIGURE
@@ -1 +1 @@
-config_query MIDORI_WAF "Do you want to use waf to configure midori? (recommenden, requires python)" y
+config_query MIDORI_WAF "Do you want to use waf to configure midori? (recommended, requires python)" y
diff --git a/http/midori/DEPENDS b/http/midori/DEPENDS
index 86fe2d7..df2cc73 100755
--- a/http/midori/DEPENDS
+++ b/http/midori/DEPENDS
@@ -11,4 +11,5 @@ else
 fi &&
 
 optional_depends gnome-icon-theme "" "" "for all the icons" &&
-optional_depends gtksourceview "" "" "enable view source"
+optional_depends gtksourceview "" "" "enable view source" &&
+optional_depends lua "" "" "To use lua scripts"
diff --git a/http/midori/HISTORY b/http/midori/HISTORY
index 55c88bf..d0d7ed3 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,3 +1,7 @@
+2008-09-20 Arjan Bouter <abouter at sourcemage.org>
+	* DEPENDS: added lua, for the lua script support
+	* CONFIGURE: recommended
+
 2008-08-31 George Sherwood <gsherwood at sourcemage.org>
 	* DETAILS: Updated to version 0.0.21
 



More information about the SM-Commit mailing list