summaryrefslogtreecommitdiffstats
path: root/qt5-webkit
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-01-28 22:21:50 +0000
committer Eric Hameleers <alien@slackware.com>2017-01-28 22:21:50 +0000
commit0e1643596eee86f4c70828aceefaa1f2c89e2025 (patch)
treed847eab1f0983474efbffdabbb2158bc7d9c34e2 /qt5-webkit
parent804a3c2310e6906814d8409395db40cf91c8d344 (diff)
downloadasb-0e1643596eee86f4c70828aceefaa1f2c89e2025.tar.gz
asb-0e1643596eee86f4c70828aceefaa1f2c89e2025.tar.xz
qt5-webkit: updated to 5.7.1
Diffstat (limited to 'qt5-webkit')
-rwxr-xr-xqt5-webkit/build/qt5-webkit.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/qt5-webkit/build/qt5-webkit.SlackBuild b/qt5-webkit/build/qt5-webkit.SlackBuild
index 59e9b9b2..588e2c55 100755
--- a/qt5-webkit/build/qt5-webkit.SlackBuild
+++ b/qt5-webkit/build/qt5-webkit.SlackBuild
@@ -22,10 +22,10 @@
# Derived from the qt5.SlackBuild
-# Modifications for qt5-webkit 5.6.0, 5.6.1, 5.7.0 2016 by Eric Hameleers, Eindhoven, NL
+# Modifications for qt5-webkit 5.6.0, 5.6.1, 5.7.0, 5.7.1 2016,2017 by Eric Hameleers, Eindhoven, NL
PKGNAM=qt5-webkit
-VERSION=${VERSION:-5.7.0}
+VERSION=${VERSION:-5.7.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
@@ -84,9 +84,6 @@ 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
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \