diff options
author | sibel <lesibel@free.fr> | 2011-04-19 07:29:03 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-19 07:29:03 +0200 |
commit | ac42f62fb3c6fa15d796aa0af5c7a99d425a95e5 (patch) | |
tree | ff6e721aeb0272264eb896ccb0ea1165373bfff9 /extra/webkit/Pkgfile | |
parent | c19f744dcf323a6884ec06bb6b7971d6183e1c0e (diff) | |
download | nutyx-pakxe-ac42f62fb3c6fa15d796aa0af5c7a99d425a95e5.tar.gz nutyx-pakxe-ac42f62fb3c6fa15d796aa0af5c7a99d425a95e5.tar.bz2 nutyx-pakxe-ac42f62fb3c6fa15d796aa0af5c7a99d425a95e5.tar.xz nutyx-pakxe-ac42f62fb3c6fa15d796aa0af5c7a99d425a95e5.zip |
webkit, maj 1.2.7-1
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 } - - |