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 | |
parent | 6efd8fa09fb1c69500672a33919d4ec2ece028d5 (diff) | |
download | slackbuilds-c53cbc8407c182f6db3e5e139806a1e9e97e8f23.tar.gz |
libraries/qt5: Updated for version 5.9.9.
Diffstat (limited to 'libraries/qt5')
-rw-r--r-- | libraries/qt5/qt5.SlackBuild | 14 | ||||
-rw-r--r-- | libraries/qt5/qt5.info | 6 |
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" |