Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (663c1657254be9e9ac869d924c97c05f62683efc)
  • Date: Sat, 20 Sep 2008 09:42:35 -0500

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




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (663c1657254be9e9ac869d924c97c05f62683efc), Arjan Bouter, 09/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page