From 8eee506bafdb6cc11ef9ae5ce56d4bef94407e56 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 1 Jul 2019 14:20:54 +0000 Subject: [PATCH] extra/qt5-base to 5.13.0-7 --- extra/qt5-base/PKGBUILD | 4 ++-- extra/qt5-base/virtualbox-focus.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/qt5-base/PKGBUILD b/extra/qt5-base/PKGBUILD index 51c1973ca..95f71b7de 100644 --- a/extra/qt5-base/PKGBUILD +++ b/extra/qt5-base/PKGBUILD @@ -10,7 +10,7 @@ pkgbase=qt5-base pkgname=(qt5-base qt5-xcb-private-headers) _qtver=5.13.0 pkgver=${_qtver/-/} -pkgrel=6 +pkgrel=7 arch=('x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -38,7 +38,7 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/subm sha256sums=('ff6964b3b528cd3b1d21bcf3470006e8e5cbe69591923f982871d886ea0488fe' '51878fdf91d3f191fb4e19cd9ec3fc4c564bbf1eabe92802b40db2ec8ad1d646' '9300d8ab7abe4145e92eea75178a26ad3d5a71b0646665c3776ca2c375dd1233' - '2c6444203cc6f0b96d3ba2752d26a20da78e98ff728ba930129724ba6006c2e9') + '21c4acce7a789cd0e1e67aca76cf15f536ae8e30ef711a434cfe7ec377556f06') prepare() { cd ${_pkgfqn} diff --git a/extra/qt5-base/virtualbox-focus.patch b/extra/qt5-base/virtualbox-focus.patch index e0a5a0adb..cc19065b9 100644 --- a/extra/qt5-base/virtualbox-focus.patch +++ b/extra/qt5-base/virtualbox-focus.patch @@ -7,7 +7,7 @@ index 9382488b74..1bf1ab268d 100644 relayFocusToModalWindow(); // Do not set the active window to nullptr if there is a FocusIn coming. - connection()->focusInTimer().start(400); -+ connection()->focusInTimer().start(200); ++ connection()->focusInTimer().start(100); } struct QtMotifWmHints {