summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2009-08-02 12:00:44 +0400
committerVlad Glagolev2009-08-02 12:00:44 +0400
commit53e483f55f4993e6886ec83d84ef34057af63513 (patch)
tree90cd6d183cd92fe104317ff35afc058835638c43
parentacdabac60489f81b46fa576c37e8ee5786da47e2 (diff)
midori: => 0.1.9
-rwxr-xr-xhttp/midori/DEPENDS1
-rwxr-xr-xhttp/midori/DETAILS7
-rw-r--r--http/midori/HISTORY3
-rwxr-xr-xhttp/midori/INSTALL2
4 files changed, 9 insertions, 4 deletions
diff --git a/http/midori/DEPENDS b/http/midori/DEPENDS
index 66d20f8fe2..31c70b9a10 100755
--- a/http/midori/DEPENDS
+++ b/http/midori/DEPENDS
@@ -2,6 +2,7 @@ depends gtk+2 &&
depends webkitgtk &&
depends libxml2 &&
depends python &&
+
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" &&
diff --git a/http/midori/DETAILS b/http/midori/DETAILS
index 1367058175..3909a2d807 100755
--- a/http/midori/DETAILS
+++ b/http/midori/DETAILS
@@ -10,10 +10,11 @@ if [[ $MIDORI_VCS == y ]]; then
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.1.8
+ VERSION=0.1.9
+ BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE
- SOURCE_HASH=sha512:8310f12942295bfae8675085f85af812673436a5f967cb55c968ccba96ad81b2a73985ae6b7a153affc7e560d1c9fad5e2a44b42a2cc4969667077f109900b86
+ SOURCE_URL[0]=http://archive.xfce.org/src/apps/$SPELL/$BRANCH/$SOURCE
+ SOURCE_HASH=sha512:6395ef39abfbd084b69086329907390cf60a3cf09ecdd37b24ecb0a1cd0e3642199885ba8912112f8fac5ed9438adfc0e1c10176a58c3e0377189227208a6325
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 e9158bbc1e..5f29f14e66 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,3 +1,6 @@
+2009-08-02 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.1.9; fixed SOURCE_URL[0]
+
2009-07-20 George Sherwood <gsherwood@sourcemage.org>
* DETAILS: Updated to version 0.1.8
diff --git a/http/midori/INSTALL b/http/midori/INSTALL
index aded922c92..d0ab8dd03e 100755
--- a/http/midori/INSTALL
+++ b/http/midori/INSTALL
@@ -1,4 +1,4 @@
- ./waf install &&
+./waf install &&
cp -v "$SPELL_DIRECTORY/midori.sh" "$INSTALL_ROOT/etc/profile.d" &&