Skip to Content.
Sympa Menu

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

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 (8718ea44dae8617247dab0de04bc57f5fbad0a73)
  • Date: Sat, 23 Aug 2008 21:41:07 -0500

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

http/midori/BUILD | 12 ------------
http/midori/DETAILS | 6 +++---
http/midori/HISTORY | 5 +++++
http/midori/INSTALL | 4 ----
4 files changed, 8 insertions(+), 19 deletions(-)

New commits:
commit 8718ea44dae8617247dab0de04bc57f5fbad0a73
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

midori Updated to version 0.0.20. Updated SOURCE_URL.
Now use ./waf for configure/build/install for all versions.

diff --git a/http/midori/BUILD b/http/midori/BUILD
index e447bd4..27e176d 100755
--- a/http/midori/BUILD
+++ b/http/midori/BUILD
@@ -1,14 +1,2 @@
-if [[ $MIDORI_VCS == y ]]; then
./waf --prefix=${INSTALL_ROOT}/usr configure &&
./waf build
-else
- OPTS="--prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- --infodir=${INSTALL_ROOT}/usr/share/info \
- $OPTS" &&
-
- ./autogen.sh $OPTS &&
- make
-fi
diff --git a/http/midori/DETAILS b/http/midori/DETAILS
index 4dbd09e..7fcb4a9 100755
--- a/http/midori/DETAILS
+++ b/http/midori/DETAILS
@@ -10,10 +10,10 @@ if [[ $MIDORI_VCS == y ]]; then
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.0.19
+ VERSION=0.0.20
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://software.twotoasts.de/media/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:f517fb101474a935fc50e6ee9c2e75a0c00ef576c9aa5486316a663d017b79b0e3c9e3d315ba3d75f3aba42801b8a24229f3d63ba26dfe71d7c5c843fbdd35ab
+ SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:5110c643ca7758128636a5517c61745b26b6a1294366cecbdb9df186404783162a30fc3cbfa7da2433bcebf3e39764c40ec21d7f46dbb6faa351cea710920ae4
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 6c2e6ba..79a3517 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,3 +1,8 @@
+2008-08-23 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 0.0.20. Updated SOURCE_URL[0]
+ * BUILD: Use waf for configure/build
+ * INSTALL: Use waf for install
+
2008-08-23 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* BUILD, INSTALL: fixed git build
* DEPENDS: added python (required by build scripts)
diff --git a/http/midori/INSTALL b/http/midori/INSTALL
index 9a2e9d9..0ba76dc 100755
--- a/http/midori/INSTALL
+++ b/http/midori/INSTALL
@@ -1,5 +1 @@
-if [[ $MIDORI_VCS == y ]]; then
./waf install
-else
- default_install
-fi



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (8718ea44dae8617247dab0de04bc57f5fbad0a73), George Sherwood, 08/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page