summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/qt5/qt5.SlackBuild14
-rw-r--r--libraries/qt5/qt5.info6
2 files changed, 5 insertions, 15 deletions
diff --git a/libraries/qt5/qt5.SlackBuild b/libraries/qt5/qt5.SlackBuild
index 6d36e054f0..0257c0c434 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
diff --git a/libraries/qt5/qt5.info b/libraries/qt5/qt5.info
index cbafdfc6a5..18ec3e1a45 100644
--- a/libraries/qt5/qt5.info
+++ b/libraries/qt5/qt5.info
@@ -1,8 +1,8 @@
PRGNAM="qt5"
-VERSION="5.9.8"
+VERSION="5.9.9"
HOMEPAGE="http://qt-project.org/"
-DOWNLOAD="http://download.qt.io/official_releases/qt/5.9/5.9.8/single/qt-everywhere-opensource-src-5.9.8.tar.xz"
-MD5SUM="bfeb4795c9446b9ff7c6c3c9042eb498"
+DOWNLOAD="https://download.qt.io/official_releases/qt/5.9/5.9.9/single/qt-everywhere-opensource-src-5.9.9.tar.xz"
+MD5SUM="97e81709b57e82ab2b279408eaa9270e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libxkbcommon libinput"