From a733c671ae2cd0d41fb6542bf78be4ff1dbe2df2 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 1 Nov 2016 22:34:06 +0100 Subject: deps: updated for KDE 5_16.08 --- deps/qt5-webkit/qt5-webkit.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'deps/qt5-webkit/qt5-webkit.SlackBuild') diff --git a/deps/qt5-webkit/qt5-webkit.SlackBuild b/deps/qt5-webkit/qt5-webkit.SlackBuild index df11112..59e9b9b 100755 --- a/deps/qt5-webkit/qt5-webkit.SlackBuild +++ b/deps/qt5-webkit/qt5-webkit.SlackBuild @@ -22,10 +22,10 @@ # Derived from the qt5.SlackBuild -# Modifications for qt5-webkit 5.6.0, 5.6.1 2016 by Eric Hameleers, Eindhoven, NL +# Modifications for qt5-webkit 5.6.0, 5.6.1, 5.7.0 2016 by Eric Hameleers, Eindhoven, NL PKGNAM=qt5-webkit -VERSION=${VERSION:-5.6.1} +VERSION=${VERSION:-5.7.0} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:--j7} @@ -84,8 +84,8 @@ echo "Extracting qtwebkit-opensource-src-$VERSION.tar.xz" tar xf $CWD/qtwebkit-opensource-src-$VERSION.tar.xz || exit 1 cd qtwebkit-opensource-src-$VERSION || exit 1 -# Fix linking to pthread: -cat $CWD/patches/qt5-webkit.pthread.patch | patch -p1 --verbose || exit 1 +## Fix linking to pthread: +#cat $CWD/patches/qt5-webkit.pthread.patch | patch -p1 --verbose || exit 1 chown -R root:root . find . \ -- cgit v1.2.3