wok-current diff libwebkit/receipt @ rev 4409
Up: pidgin-dev (2.6.3)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Oct 20 20:16:08 2009 +0000 (2009-10-20) |
parents | 1eb71064eddf |
children | e24b9f715190 |
line diff
1.1 --- a/libwebkit/receipt Tue Jul 21 17:45:25 2009 +0200 1.2 +++ b/libwebkit/receipt Tue Oct 20 20:16:08 2009 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="libwebkit" 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 DEPENDS="gtk+ enchant icu libxslt expat gtk+ jpeg libpng libcurl libxml2 openssl sqlite 1.12 @@ -10,8 +10,8 @@ 1.13 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes 1.14 xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXt 1.15 xorg-libXdamage libsoup" 1.16 -BUILD_DEPENDS="gtk+-dev enchant-dev icu icu-dev gperf libxslt-dev jpeg-dev libpng-dev glib-dev autoconf automake 1.17 - sqlite-dev libtool m4 bison flex xorg-libXdamage-dev libsoup-dev" 1.18 +BUILD_DEPENDS="gtk+-dev enchant enchant-dev icu icu-dev gperf libxslt-dev jpeg-dev libpng-dev glib-dev autoconf automake 1.19 + sqlite-dev libtool m4 bison flex xorg-libXdamage-dev libsoup-dev libxml2-dev libxcb-dev xcb-util-dev" 1.20 MAINTAINER="mallory@sweetpeople.org" 1.21 TARBALL="$SOURCE-$VERSION.tar.gz" 1.22 WEB_SITE="http://webkitgtk.org" 1.23 @@ -21,6 +21,12 @@ 1.24 compile_rules() 1.25 { 1.26 cd $src 1.27 + 1.28 + # When fully implemented, this ./configure option will eliminate the large icu dependency 1.29 + # There is a planned set of 4 patches, of which only the first has been implemented to date 1.30 + # https://bugs.webkit.org/show_bug.cgi?id=15914 1.31 + # --with-unicode-backend=glib 1.32 + 1.33 ./configure \ 1.34 --prefix=/usr \ 1.35 --infodir=/usr/share/info \