diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2019-12-18 16:58:21 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-21 11:02:50 +0700 |
commit | c53cbc8407c182f6db3e5e139806a1e9e97e8f23 (patch) | |
tree | ba83c8daa0287445a272cdef42d9827aa6c98d42 /libraries/qt5/qt5.SlackBuild | |
parent | 6efd8fa09fb1c69500672a33919d4ec2ece028d5 (diff) |
libraries/qt5: Updated for version 5.9.9.
Diffstat (limited to 'libraries/qt5/qt5.SlackBuild')
-rw-r--r-- | libraries/qt5/qt5.SlackBuild | 14 |
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 |