diff --git a/l/webkit/webkit.SlackBuild b/l/webkit/webkit.SlackBuild index 56043400..14219548 100755 --- a/l/webkit/webkit.SlackBuild +++ b/l/webkit/webkit.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2009,2010,2011,2012,2013 Damien Goutte-Gattat +# Copyright (C) 2009,2010,2011,2012,2013,2015 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -28,7 +28,7 @@ # Source package infos NAMESRC=${NAMESRC:-webkitgtk} -VERSION=${VERSION:-2.2.2} +VERSION=${VERSION:-2.4.9} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.xz} WGET=${WGET:-http://www.webkitgtk.org/releases/$ARCHIVE} @@ -92,9 +92,10 @@ CXXFLAGS=$CPUOPT \ --libdir=/usr/lib$LIBDIRSUFFIX \ --enable-spellcheck \ --disable-geolocation \ - --with-gnu-ld + --with-gnu-ld \ + --disable-webkit2 make -j $JOBS -make install DESTDIR=$PKG +make install-strip DESTDIR=$PKG # Compile GTK2 version # (distclean is not enough) @@ -113,11 +114,7 @@ CXXFLAGS=$CPUOPT \ --with-gtk=2.0 \ --disable-webkit2 make -j $JOBS -make install DESTDIR=$PKG - -# Strip binaries -find $PKG | xargs file | grep "ELF \(32\|64\)-bit LSB" | cut -d : -f 1 | \ - xargs strip --strip-unneeded 2>/dev/null +make install-strip DESTDIR=$PKG # Install the documentation mkdir -p $PKG/usr/doc/$NAMEPKG-$VERSION diff --git a/l/webkit/webkitgtk-2.2.2.tar.xz.sha1 b/l/webkit/webkitgtk-2.2.2.tar.xz.sha1 deleted file mode 100644 index 969705af..00000000 --- a/l/webkit/webkitgtk-2.2.2.tar.xz.sha1 +++ /dev/null @@ -1 +0,0 @@ -6376d7d55802c3389c74a2ca8a33d53efc340c37 webkitgtk-2.2.2.tar.xz diff --git a/l/webkit/webkitgtk-2.4.9.tar.xz.sha1 b/l/webkit/webkitgtk-2.4.9.tar.xz.sha1 new file mode 100644 index 00000000..f1e2fc2f --- /dev/null +++ b/l/webkit/webkitgtk-2.4.9.tar.xz.sha1 @@ -0,0 +1 @@ +fbe02db8a4f01a70e7cdf0d16f8a18463e18b104 webkitgtk-2.4.9.tar.xz