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
[SM-Commit] GIT changes to master grimoire by Arjan Bouter (663c1657254be9e9ac869d924c97c05f62683efc),
Arjan Bouter, 09/20/2008