diff options
Diffstat (limited to 'extra/webkit/Pkgfile')
-rwxr-xr-x | extra/webkit/Pkgfile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/webkit/Pkgfile b/extra/webkit/Pkgfile index 5c8f2479e..be780800e 100755 --- a/extra/webkit/Pkgfile +++ b/extra/webkit/Pkgfile @@ -2,19 +2,22 @@ # URL: http://webkitgtk.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: curl, dbus, gconf, gnome-vfs, gperf, gstreamer, gst-plugins-base, gtk, icu, libpng, orbit2, pango, enchant, libsoup, gir-repository +# Depends on: curl, dbus, gperf, gst-plugins-base, icu, enchant, libsoup, gobject-introspection # Run on: atk,cairo,gstreamer,gst-plugins-base,gtk,icu,libpng,pango,enchant,libsoup name=webkit -version=1.2.6 +version=1.2.7 release=1 source=(http://webkitgtk.org/$name-$version.tar.gz - webkit-1.2.6-introspection.patch) + webkit-1.2.6-introspection.patch + webkit-1.2.7-libpng-1.5.patch) build() { - unset MAKEFLAGS cd $name-$version + patch -Np0 -i ../webkit-1.2.6-introspection.patch + patch -Np0 -i ../webkit-1.2.7-libpng-1.5.patch + ./configure --prefix=/usr \ --localstatedir=/var \ --enable-introspection \ @@ -27,5 +30,3 @@ build() { make make DESTDIR=$PKG install } - - |