libraries/qt5: Updated for version 5.9.9.

This commit is contained in:
Dave Woodfall 2019-12-18 16:58:21 +00:00 committed by Willy Sudiarto Raharjo
parent 6efd8fa09f
commit c53cbc8407
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 15 deletions

View File

@ -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

View File

@ -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"