Skip to Content.
Sympa Menu

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

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 (8c7bfa10e0c77212a15c4f2d0302ca2dd90e9881)
  • Date: Wed, 29 Apr 2009 21:34:25 -0500

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

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

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

webkitgtk: Updated nightly version to r43000. This keeps it close
feature wise to stable version. Nightly version requires gtk-doc
for autogen.sh

diff --git a/http/webkitgtk/DEPENDS b/http/webkitgtk/DEPENDS
index f1e152f..3b6f86e 100755
--- a/http/webkitgtk/DEPENDS
+++ b/http/webkitgtk/DEPENDS
@@ -13,6 +13,10 @@ depends sqlite &&
depends libxslt &&
depends libsoup &&

+if [[ $WEBKITGTK_NIGHT == "y" ]]; then
+ depends gtk-doc
+fi &&
+
if [[ $WEBKIT_FONT_BE == freetype2 ]]; then
depends freetype2
else
diff --git a/http/webkitgtk/DETAILS b/http/webkitgtk/DETAILS
index 048ac30..d811093 100755
--- a/http/webkitgtk/DETAILS
+++ b/http/webkitgtk/DETAILS
@@ -1,9 +1,9 @@
SPELL=webkitgtk
if [[ $WEBKITGTK_NIGHT == "y" ]]; then
- VERSION=r42075
+ VERSION=r43000
SOURCE=WebKit-$VERSION.tar.bz2
SOURCE_URL[0]=http://nightly.webkit.org/files/trunk/src/$SOURCE
-
SOURCE_HASH=sha512:d3ec452c3c4c25db403fbbc1e67b7527ff49343ffe7247577bdaf3763f322f65bf02d17fa8ef2ccf5036a9b8ce06de5e34b05c55fc71df7a560d49a5a5c0032f
+
SOURCE_HASH=sha512:ef82c7788c9547ea71ee57951dd71250a52b395d3fa3eb316f8b3a37426c7836942c934844267dd48adc1520b7ae463c6baecd5b1659225d994f4c50a932df21
SOURCE_DIRECTORY="$BUILD_DIRECTORY/WebKit-$VERSION"
else
VERSION=1.1.6
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index bcb54ed..5032321 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,6 +1,8 @@
2009-04-29 George Sherwood <gsherwood AT sourcemage.org>
* DEPENDS: optional_depends enchant
+ devel depends on gtk-doc
* DETAILS: Updated stable to version 1.1.6
+ Updated evel to version r43000

2009-04-16 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated stable to version 1.1.5



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (8c7bfa10e0c77212a15c4f2d0302ca2dd90e9881), George Sherwood, 04/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page