[arch-commits] Commit in qt5-base/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jan 2 19:40:27 UTC 2018


    Date: Tuesday, January 2, 2018 @ 19:40:27
  Author: arojas
Revision: 313878

Fix sefault when xrandr is not available (FS#56928)

Modified:
  qt5-base/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-02 14:56:02 UTC (rev 313877)
+++ PKGBUILD	2018-01-02 19:40:27 UTC (rev 313878)
@@ -6,7 +6,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.10.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -27,9 +27,11 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
-        qt-no-statx.patch)
+        qt-no-statx.patch
+        qtbug-65235.patch::"https://github.com/qt/qtbase/commit/79d78d81.patch")
 sha256sums=('fd5578cd320a13617c12cf2b19439386b203d6d45548e855f94e07be9829f762'
-            '5cd1d90622cc53609806a3ce0b2811b28f0e6e20eb835861de4492dddeef6e52')
+            '5cd1d90622cc53609806a3ce0b2811b28f0e6e20eb835861de4492dddeef6e52'
+            '32d71a129adad13fc90e2ec9b15d0a21d9dd3f02bd8094882b18e4451d39ffe7')
 
 prepare() {
   cd ${_pkgfqn}
@@ -50,6 +52,8 @@
 
   # Don't use the statx syscall https://bugs.archlinux.org/task/56289 https://bugreports.qt.io/browse/QTBUG-64490
   patch -p1 -i ../qt-no-statx.patch
+
+  patch -p1 -i ../qtbug-65235.patch # https://bugreports.qt.io/browse/QTBUG-65235
 }
 
 build() {



More information about the arch-commits mailing list