Skip to Content.
Sympa Menu

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

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 (1bf11ea154f8ac33d2c72463cd1a9d95a9c77994)
  • Date: Mon, 16 Aug 2010 20:15:22 -0500

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

http/midori/BUILD | 2 +-
http/midori/DEPENDS | 1 +
http/midori/DETAILS | 4 ++--
http/midori/HISTORY | 4 ++++
4 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 1bf11ea154f8ac33d2c72463cd1a9d95a9c77994
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

midori: Updated to version 0.2.7. Added optional_depends vala.
Will provide a better description once I get info from upstream.

diff --git a/http/midori/BUILD b/http/midori/BUILD
index 65c8900..d31f4a9 100755
--- a/http/midori/BUILD
+++ b/http/midori/BUILD
@@ -1,2 +1,2 @@
-./waf --prefix=${INSTALL_ROOT}/usr configure &&
+./waf --prefix=${INSTALL_ROOT}/usr $OPTS configure &&
./waf build
diff --git a/http/midori/DEPENDS b/http/midori/DEPENDS
index db9d4e1..ff1798b 100755
--- a/http/midori/DEPENDS
+++ b/http/midori/DEPENDS
@@ -8,4 +8,5 @@ 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" "enable vala support"
&&
optional_depends docutils "" "" "enable user manual"
diff --git a/http/midori/DETAILS b/http/midori/DETAILS
index c1b9acf..37489c5 100755
--- a/http/midori/DETAILS
+++ b/http/midori/DETAILS
@@ -10,11 +10,11 @@ if [[ $MIDORI_VCS == y ]]; then
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.2.6
+ VERSION=0.2.7
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://archive.xfce.org/src/apps/$SPELL/$BRANCH/$SOURCE
-
SOURCE_HASH=sha512:32ab1ae037814068fc258e6ed29a2cddac654658548ffbbad4dca3634c1d385875434bcf525e76cc9809b08b54ead243fce2a3fe0098e0435b9453f2c409a129
+
SOURCE_HASH=sha512:1ae050fead749e29205c81f56c79f3cc68f3213c674ff92b288c99c844eddc3bf61d743ea9a8ecb07a1fe2aa591937c5105639602381d00aa94ef6d3fb562e61
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://software.twotoasts.de/?page=midori
diff --git a/http/midori/HISTORY b/http/midori/HISTORY
index 4bda52f..9316372 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,3 +1,7 @@
+2010-08-16 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 0.2.7
+ * DEPENDS: Added optional_depends on vala
+
2010-05-26 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.2.6




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (1bf11ea154f8ac33d2c72463cd1a9d95a9c77994), George Sherwood, 08/16/2010

Archive powered by MHonArc 2.6.24.

Top of Page