[Lunar-commits] <moonbase> webkit: version bumped to 1.8.1
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Thu May 3 21:44:13 CEST 2012
commit 196e75683a1fc9c9a2eca45e3dd687f3d87691a5
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Wed May 2 11:36:38 2012 +0200
webkit: version bumped to 1.8.1
The removed configuration options no longer exist.
---
web/webkit/BUILD | 4 ----
web/webkit/CONFIGURE | 1 -
web/webkit/DETAILS | 8 ++++----
3 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/web/webkit/BUILD b/web/webkit/BUILD
index abb41c1..7ff09d3 100644
--- a/web/webkit/BUILD
+++ b/web/webkit/BUILD
@@ -5,11 +5,7 @@
--with-unicode-backend=icu \
--with-font-backend=freetype \
--enable-xslt \
- --enable-svg \
- --enable-svg-animation \
--enable-svg-fonts \
- --enable-svg-foreign-object \
- --enable-svg-as-image \
--enable-optimizations \
--disable-gtk-doc-html" &&
diff --git a/web/webkit/CONFIGURE b/web/webkit/CONFIGURE
index 3b975ad..0e6abca 100644
--- a/web/webkit/CONFIGURE
+++ b/web/webkit/CONFIGURE
@@ -1,6 +1,5 @@
mquery WEBSOCKETS "Enable web socket support?" y "--enable-web-sockets" "--disable-web-sockets"
mquery ENABLE_SPELL "Enable support for spellcheck?" n "--enable-spellcheck" "--disable-spellcheck"
-mquery ENABLE_3D "Enable support for 3D transforms" n "--enable-3d-transforms" "--disable-3d-transforms"
mquery ENABLE_WEBGL "Enable support for WebGL (experimental)?" n "--enable-webgl" "--disable-webgl"
mquery ENABLE_GRID "Enable HTML5 datagrid support?" n "--enable-datagrid" "--disable-datagrid"
mquery ENABLE_TRANSFER "Enable HTML5 data transfer items support?" n "--enable-data-transfer-items" "--disable-data-transfer-items"
diff --git a/web/webkit/DETAILS b/web/webkit/DETAILS
index eab70ba..2e3a4be 100644
--- a/web/webkit/DETAILS
+++ b/web/webkit/DETAILS
@@ -1,11 +1,11 @@
MODULE=webkit
- VERSION=1.6.3
+ VERSION=1.8.1
SOURCE=$MODULE-$VERSION.tar.xz
- SOURCE_URL=http://www.webkitgtk.org/
- SOURCE_VFY=sha1:7df69608ef2ce9dd7328353b4ee34f69271cd43b
+ SOURCE_URL=http://www.webkitgtk.org/releases/
+ SOURCE_VFY=sha1:d26543baace03c31aa3de82bc24f06f14c6b3052
WEB_SITE=http://www.webkit.org
ENTERED=20070919
- UPDATED=20120203
+ UPDATED=20120502
SHORT="gtk+ web rendering engine"
PSAFE=no
More information about the Lunar-commits
mailing list