Now we have fresh GTK/Gnome; try updating WebKit

svn path=/nixpkgs/trunk/; revision=17521
This commit is contained in:
Michael Raskin
2009-09-30 05:37:09 +00:00
parent 6b7368acfc
commit e7ccbf5a2b
4 changed files with 33 additions and 27 deletions

View File

@@ -25,13 +25,8 @@ rec {
"--enable-3D-transforms"
"--enable-filters"
"--enable-web-sockets"
# Fails the build..
# "--enable-shared-workers"
# WML support causes crash on
# Slashdot.org. It is fixed upstream,
# but the required update is too big
# Let us wait for a GTK release..
#"--enable-wml"
# GTK release!
"--enable-wml"
];
/* doConfigure should be specified separately */
@@ -59,7 +54,7 @@ rec {
sed -re 's@( |^)//.*@/* & */@' -i $(find . -name '*.c' -o -name '*.h')
'') ["minInit" "doUnpack"];
name = "webkit-" + version;
name = s.name;
meta = {
description = "WebKit - a fast and correct HTML renderer";
maintainers = [stdenv.lib.maintainers.raskin];

View File

@@ -1,6 +1,9 @@
rec {
advertisedUrl="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r47011.tar.bz2";
version = "r47011";
url="http://builds.nightly.webkit.org/files/trunk/src/WebKit-${version}.tar.bz2";
hash = "03lzw3hh7nnbwb8vyv98lgqqgpmd4pc536z7xfn47yg4q76069wq";
version="r48908";
name="webkit-r48908";
hash="18hymchzix56yhl830mxfiayxxjhd5kgm3ga4jc9k627ypqsdycg";
url="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r48908.tar.bz2";
advertisedUrl="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r48908.tar.bz2";
}

View File

@@ -2,4 +2,5 @@
downloadPage = "http://nightly.webkit.org/";
versionExtractorSedScript = "s/.*-(r[0-9]+)[.].*/\\1/";
versionReferenceCreator = "s/-(r[0-9.]+)[.]/-\${version}./";
baseName = "webkit";
}