Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=375d8f98210db7ab7bde29c7bf5c9b998d2e6d7d

commit 375d8f98210db7ab7bde29c7bf5c9b998d2e6d7d
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Wed Feb 4 22:47:49 2009 +0100

webkit-1.1.0-3-i686
*new snapshot
*disable broken feature
*use libsoup instead of curl
*now ajax works fine (no freeze segfault)

diff --git a/source/xlib-extra/webkit/FrugalBuild 
b/source/xlib-extra/webkit/FrugalBuild
index d32d361..b6b8573 100644
--- a/source/xlib-extra/webkit/FrugalBuild
+++ b/source/xlib-extra/webkit/FrugalBuild
@@ -2,30 +2,30 @@
# Maintainer: bouleetbil <bouleet...@frogdev.info>

pkgname=webkit
-release=40306
+release=40535
realverion=1.1.0
pkgver=$realverion
-pkgrel=2
+pkgrel=3
pkgdesc="Open source web browser engine that's used by Safari"
url="http://www.webkit.org";
-depends=('sqlite3' 'gtk+2' 'icu' 'curl>=7.19.2' 'libpng' 'gperf'
+depends=('sqlite3' 'gtk+2' 'icu' 'libsoup>=2.24.0' 'libpng' 'gperf'
'cairo' 'libxml2' 'pango' 'gst-plugins-base')
makedepends=('bison' 'flex')
groups=('xlib-extra')
archs=('i686' 'x86_64')
source=(http://nightly.webkit.org/files/trunk/src/WebKit-r$release.tar.bz2)
up2date="lynx -dump http://nightly.webkit.org/builds/trunk/src/1 | grep 
WebKit-r | cut -d '-' -f 2 | head -1 | cut -d '.' -f 1 | sed 
's/r/$realverion./g'"
-options=('scriptlet' 'force')
+options=('scriptlet')
_F_cd_path="WebKit-r$release"
Fconfopts="${fconfop...@]} --enable-icon-database --enable-svg \
--enable-video --enable-svg-use-element \
--enable-svg-filters \
--enable-svg-as-image --enable-svg-animation \
-       --enable-wml --with-http-backend=curl \
+       --disable-wml --with-http-backend=soup \
OUTPUT_DIR=$Fdestir \
WEBKIT_INC_DIR=/usr/include/WebKit \
WEBKIT_LIB_DIR=/usr/lib"
-sha1sums=('23fc4e94aabfb59501d1d7d7dc6d0cd12b6fc8b6')
+sha1sums=('61fc0d897ce5804a764365641629b90d82396763')

build() {
Fcd
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to