[arch-commits] Commit in qt5-base/trunk (PKGBUILD virtualbox-focus.patch)

Antonio Rojas arojas at archlinux.org
Sun Jun 30 15:21:48 UTC 2019


    Date: Sunday, June 30, 2019 @ 15:21:48
  Author: arojas
Revision: 357119

Safer patch

Modified:
  qt5-base/trunk/PKGBUILD
  qt5-base/trunk/virtualbox-focus.patch

------------------------+
 PKGBUILD               |    4 ++--
 virtualbox-focus.patch |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-30 15:01:21 UTC (rev 357118)
+++ PKGBUILD	2019-06-30 15:21:48 UTC (rev 357119)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.13.0
 pkgver=${_qtver/-/}
-pkgrel=5
+pkgrel=6
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -33,7 +33,7 @@
 sha256sums=('ff6964b3b528cd3b1d21bcf3470006e8e5cbe69591923f982871d886ea0488fe'
             '51878fdf91d3f191fb4e19cd9ec3fc4c564bbf1eabe92802b40db2ec8ad1d646'
             '9300d8ab7abe4145e92eea75178a26ad3d5a71b0646665c3776ca2c375dd1233'
-            '1d889d04cecd1883d3dc3d1ffd2ce9db91e5f61a58c918d29871f764f5aad5cd')
+            '2c6444203cc6f0b96d3ba2752d26a20da78e98ff728ba930129724ba6006c2e9')
 
 prepare() {
   cd ${_pkgfqn}

Modified: virtualbox-focus.patch
===================================================================
--- virtualbox-focus.patch	2019-06-30 15:01:21 UTC (rev 357118)
+++ virtualbox-focus.patch	2019-06-30 15:21:48 UTC (rev 357119)
@@ -7,7 +7,7 @@
      relayFocusToModalWindow();
      // Do not set the active window to nullptr if there is a FocusIn coming.
 -    connection()->focusInTimer().start(400);
-+    connection()->focusInTimer().start(0);
++    connection()->focusInTimer().start(200);
  }
  
  struct QtMotifWmHints {



More information about the arch-commits mailing list