Skip to Content.
Sympa Menu

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

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 (b2f2e6251aba6fcd94ae0758ac60cb4a12b1436c)
  • Date: Sun, 24 Feb 2008 02:06:06 -0600

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

http/midori/BUILD | 4 ++++
http/midori/DETAILS | 14 ++++++++++++++
http/midori/HISTORY | 5 +++++
http/midori/PREPARE | 7 +++++++
4 files changed, 30 insertions(+)

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

midori: Add git verison

diff --git a/http/midori/BUILD b/http/midori/BUILD
index c6d9efa..0e8dddc 100755
--- a/http/midori/BUILD
+++ b/http/midori/BUILD
@@ -1,3 +1,7 @@
+if [ "$MIDORI_VCS" == "y" ]; then
+ ./autogen.sh
+fi &&
+
CPPFLAGS="$CPPFLAGS -I$INSTALL_ROOT/usr/include/WebKit/webkit"

sed -i "s:WebKitGtk:webkit-1.0:g" configure &&
diff --git a/http/midori/DETAILS b/http/midori/DETAILS
index bc48946..cbf3fbb 100755
--- a/http/midori/DETAILS
+++ b/http/midori/DETAILS
@@ -1,8 +1,22 @@
SPELL=midori
+if [[ $MIDORI_VCS == y ]]
+then
+ if [[ $MIDOTRI_VCS_AUTOUPDATE == y ]]
+ then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=git
+ fi
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=git_http://software.twotoasts.de/media/midori.git:$SPELL
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+else
VERSION=0.0.17
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://software.twotoasts.de/media/$SPELL/$SOURCE

SOURCE_HASH=sha512:c2b0076e44a1fccf632a911a795e03cdfd03366c5506beaab260749ab63c282b8d59c7efaf7bd7eeb80b9b24abcee5e67976b7691e920ea7d79e2f3c11654069
+fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://software.twotoasts.de/?page=midori
LICENSE[0]=GPL
diff --git a/http/midori/HISTORY b/http/midori/HISTORY
index 8dc1a10..e1c8f97 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,3 +1,8 @@
+2008-02-24 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Added git version
+ * PREPARE: Add query's for git version
+ * BUILD: Need to run autogen.sh for git version
+
2008-02-06 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: fixed the check against new WebKitGtk version

diff --git a/http/midori/PREPARE b/http/midori/PREPARE
new file mode 100755
index 0000000..b0a87a2
--- /dev/null
+++ b/http/midori/PREPARE
@@ -0,0 +1,7 @@
+config_query MIDORI_VCS "Build latest version from development tree?" n
&&
+
+if [[ $MIDORI_VCS == y ]]
+then
+ config_query MIDORI_VCS_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (b2f2e6251aba6fcd94ae0758ac60cb4a12b1436c), George Sherwood, 02/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page