summaryrefslogtreecommitdiffstats
path: root/deps/qt5/qt5.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-09-22 12:56:48 +0200
committer Eric Hameleers <alien@slackware.com>2018-09-22 12:56:48 +0200
commitbb4433ddbf1c0cee32f491d93afa898a32d86376 (patch)
tree27ac7387de084d3c983f27ddff6cb4e0587f2eb4 /deps/qt5/qt5.SlackBuild
parent7b03ad843b44e5b717adf5b2de6b00cb498c2024 (diff)
downloadktown-bb4433ddbf1c0cee32f491d93afa898a32d86376.tar.gz
ktown-bb4433ddbf1c0cee32f491d93afa898a32d86376.tar.xz
Updated and rebuilt some of the deps
OpenAL: updated cryfs: rebuilt against the new cryptopp cryptopp: updated libxkbcommon: updated qt5: updated
Diffstat (limited to 'deps/qt5/qt5.SlackBuild')
-rwxr-xr-xdeps/qt5/qt5.SlackBuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/deps/qt5/qt5.SlackBuild b/deps/qt5/qt5.SlackBuild
index 3348695..2f581a4 100755
--- a/deps/qt5/qt5.SlackBuild
+++ b/deps/qt5/qt5.SlackBuild
@@ -57,9 +57,13 @@
# Modifications for qt 5.9.5 2018 by Eric Hameleers, Eindhoven, NL
# Modifications for qt 5.9.6 2018 by Eric Hameleers, Eindhoven, NL
# Modifications for qt 5.11.0 2018 by Eric Hameleers, Eindhoven, NL
+# Modifications for qt 5.11.1 2018 by Eric Hameleers, Eindhoven, NL
+# Modifications for qt 5.11.2 2018 by Eric Hameleers, Eindhoven, NL
+
+cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=qt5
-VERSION=${VERSION:-5.11.1}
+VERSION=${VERSION:-5.11.2}
BUILD=${BUILD:-1}
PKGSRC=$(echo $VERSION |cut -d- -f1)
PKGVER=$(echo $VERSION |tr - _)
@@ -120,7 +124,6 @@ case "$ARCH" in
*) TARGET=$ARCH-slackware-linux ;;
esac
-CWD=$(pwd)
TMP=${TMP:-/tmp}
PKG=$TMP/package-${PKGNAM}
@@ -155,6 +158,11 @@ cat $CWD/patches/qt5.mysql.h.diff | patch -p1 --verbose || exit 1
# cat $CWD/patches/qt5.private-includes.patch | patch -p1 --verbose || exit 1
#cd - 1>/dev/null
+# Fix compilation error in chromium caused by gcc8:
+cd qtwebengine
+ cat $CWD/patches/qt5.webengine_gcc8.patch | patch -p1 --verbose || exit 1
+cd - 1>/dev/null
+
if ! pkg-config --exists libpulse 2>/dev/null ; then
# Forcibly disable pulseaudio in qtwebengine:
cat $CWD/patches/qt5.pulseaudio.diff | patch -p1 --verbose || exit 1