webkit: 1.4.3 -> 1.6.1

This commit is contained in:
Danny Rawlins 2011-10-08 20:42:31 +11:00
parent cbb6802a25
commit 92cc01eaae
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
86a4354e65853687bf942100763225bb webkit-1.4.3.tar.gz
c11743694b1b71dad287b2e7a9e73b05 webkit-1.6.1.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on: enchant gst-plugins-base gtk icu libsoup xorg-libxdamage xorg-libxt
name=webkit
version=1.4.3
version=1.6.1
release=1
source=(http://webkitgtk.org/$name-$version.tar.gz)
@ -21,7 +21,8 @@ build() {
--with-font-backend=freetype \
--disable-gtk-doc \
--enable-jit \
--with-unicode-backend=icu
--with-unicode-backend=icu \
--with-gtk=2.0
make
make DESTDIR=$PKG install