wok-4.x rev 3981
Upgrade: webkit (1.1.11 to 1.1.13)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu Aug 27 16:01:14 2009 +0000 (2009-08-27) |
parents | c787db5ab577 |
children | d2ab4b7df4b6 |
files | libwebkit-dev/receipt libwebkit/receipt webkit-web-inspector/receipt |
line diff
1.1 --- a/libwebkit-dev/receipt Thu Aug 27 11:19:09 2009 +0000 1.2 +++ b/libwebkit-dev/receipt Thu Aug 27 16:01:14 2009 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="libwebkit-dev" 1.6 SOURCE="webkit" 1.7 -VERSION="1.1.11" 1.8 +VERSION="1.1.13" 1.9 CATEGORY="network" 1.10 SHORT_DESC="xHTML render library." 1.11 WANTED="libwebkit"
2.1 --- a/libwebkit/receipt Thu Aug 27 11:19:09 2009 +0000 2.2 +++ b/libwebkit/receipt Thu Aug 27 16:01:14 2009 +0000 2.3 @@ -2,7 +2,7 @@ 2.4 2.5 PACKAGE="libwebkit" 2.6 SOURCE="webkit" 2.7 -VERSION="1.1.11" 2.8 +VERSION="1.1.13" 2.9 CATEGORY="network" 2.10 SHORT_DESC="xHTML render library." 2.11 DEPENDS="gtk+ enchant icu libxslt expat gtk+ jpeg libpng libcurl libxml2 openssl sqlite 2.12 @@ -10,8 +10,8 @@ 2.13 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes 2.14 xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXt 2.15 xorg-libXdamage libsoup" 2.16 -BUILD_DEPENDS="gtk+-dev enchant-dev icu icu-dev gperf libxslt-dev jpeg-dev libpng-dev glib-dev autoconf automake 2.17 - sqlite-dev libtool m4 bison flex xorg-libXdamage-dev libsoup-dev" 2.18 +BUILD_DEPENDS="gtk+-dev enchant enchant-dev icu icu-dev gperf libxslt-dev jpeg-dev libpng-dev glib-dev autoconf automake 2.19 + sqlite-dev libtool m4 bison flex xorg-libXdamage-dev libsoup-dev libxml2-dev libxcb-dev xcb-util-dev" 2.20 MAINTAINER="mallory@sweetpeople.org" 2.21 TARBALL="$SOURCE-$VERSION.tar.gz" 2.22 WEB_SITE="http://webkitgtk.org" 2.23 @@ -21,6 +21,12 @@ 2.24 compile_rules() 2.25 { 2.26 cd $src 2.27 + 2.28 + # When fully implemented, this ./configure option will eliminate the large icu dependency 2.29 + # There is a planned set of 4 patches, of which only the first has been implemented to date 2.30 + # https://bugs.webkit.org/show_bug.cgi?id=15914 2.31 + # --with-unicode-backend=glib 2.32 + 2.33 ./configure \ 2.34 --prefix=/usr \ 2.35 --infodir=/usr/share/info \
3.1 --- a/webkit-web-inspector/receipt Thu Aug 27 11:19:09 2009 +0000 3.2 +++ b/webkit-web-inspector/receipt Thu Aug 27 16:01:14 2009 +0000 3.3 @@ -2,7 +2,7 @@ 3.4 3.5 PACKAGE="webkit-web-inspector" 3.6 SOURCE="webkit" 3.7 -VERSION="1.1.11" 3.8 +VERSION="1.1.13" 3.9 CATEGORY="network" 3.10 SHORT_DESC="Webkit development tools" 3.11 WANTED="libwebkit"