Skip to Content.
Sympa Menu

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

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 (99000aca99dbfcab3590cec91370386c98e843c6)
  • Date: Sat, 16 Jan 2010 16:28:10 -0600

GIT changes to master grimoire by George Sherwood <george AT beernabeer.com>:

http/webkitgtk/DEPENDS | 8 +++++++-
http/webkitgtk/DETAILS | 4 ++--
http/webkitgtk/HISTORY | 4 ++++
3 files changed, 13 insertions(+), 3 deletions(-)

New commits:
commit 99000aca99dbfcab3590cec91370386c98e843c6
Author: George Sherwood <george AT beernabeer.com>
Commit: George Sherwood <george AT beernabeer.com>

webkitgtk: Updated devel to version 1.1.18.
Devel version required devel libsoup

diff --git a/http/webkitgtk/DEPENDS b/http/webkitgtk/DEPENDS
index c39ec50..9c72aa5 100755
--- a/http/webkitgtk/DEPENDS
+++ b/http/webkitgtk/DEPENDS
@@ -10,7 +10,13 @@ depends jpeg &&
depends bison &&
depends flex &&
depends sqlite &&
-depends libsoup &&
+
+if [[ "$WEBKITGTK_NIGHT" == "n" ]]; then
+ depends libsoup
+else
+ depends -sub SOUP_DEVEL libsoup
+fi
+
depends enchant &&

optional_depends cairo '--enable-svg' \
diff --git a/http/webkitgtk/DETAILS b/http/webkitgtk/DETAILS
index ef05d3c..2a9d8f2 100755
--- a/http/webkitgtk/DETAILS
+++ b/http/webkitgtk/DETAILS
@@ -1,9 +1,9 @@
SPELL=webkitgtk
if [[ $WEBKITGTK_NIGHT == "y" ]]; then
- VERSION=1.1.17
+ VERSION=1.1.18
SOURCE=webkit-$VERSION.tar.gz
SOURCE_URL[0]=http://www.webkitgtk.org/$SOURCE
-
SOURCE_HASH=sha512:aca23757c70a470ba1c841843892841657c9fe8fb9c2551e7ef7c05ebb8b4f141c5a6d9717cc5f7986086f06d5d5c98bac9d8e622b5af9cecc5a2da135c5de78
+
SOURCE_HASH=sha512:106c75957dca4674fa95fcc8a7024055bf2f9d00451f78957f85249e1f2c452194d20f7b207e8d0eb375a08505d54662aeab90d8633e636281c4c5479f7d088f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/webkit-$VERSION"
else
VERSION=1.1.15.4
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index 005570d..b01c371 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,7 @@
+2010-01-16 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to 1.1.18
+ * DEPENDS: Devel version needs devel version of libsoup
+
2009-12-20 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: made gtk-doc and libxslt optional,
moved svg query to an optional dep.



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (99000aca99dbfcab3590cec91370386c98e843c6), George Sherwood, 01/16/2010

Archive powered by MHonArc 2.6.24.

Top of Page