aboutsummaryrefslogtreecommitdiff
path: root/libraries/qt5/qt5.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/qt5/qt5.SlackBuild')
-rw-r--r--libraries/qt5/qt5.SlackBuild14
1 files changed, 2 insertions, 12 deletions
diff --git a/libraries/qt5/qt5.SlackBuild b/libraries/qt5/qt5.SlackBuild
index 6d36e054f07a1..0257c0c4349d4 100644
--- a/libraries/qt5/qt5.SlackBuild
+++ b/libraries/qt5/qt5.SlackBuild
@@ -50,8 +50,8 @@
# Adapted for Qt 5.9.6 by David Woodfall
PRGNAM=qt5
-VERSION=${VERSION:-5.9.8}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-5.9.9}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -165,16 +165,6 @@ else
RELOCATIONS=""
fi
-# Patch to fix renderer crash on some sites with 5.9.8:
-# https://bugreports.qt.io/browse/QTBUG-75853
-if [ "$WEBENGINE" = "yes" ]; then
- (
- cd qtwebengine/src/3rdparty
- cat $CWD/patches/explicitly-initialize-sqlite.patch \
- | patch -p1 --verbose
- ) || exit 1
-fi
-
# Borrowed a few things from alienBOB:
# Fix path to mysql header:
cat $CWD/patches/qt5.mysql.h.diff | patch -p1 --verbose