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

Antonio Rojas arojas at archlinux.org
Wed Jan 17 07:21:18 UTC 2018


    Date: Wednesday, January 17, 2018 @ 07:21:12
  Author: arojas
Revision: 314964

Fix Plasma-Wayland crashes

Modified:
  qt5-wayland/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-16 23:21:49 UTC (rev 314963)
+++ PKGBUILD	2018-01-17 07:21:12 UTC (rev 314964)
@@ -5,7 +5,7 @@
 pkgname=qt5-wayland
 _qtver=5.10.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -13,11 +13,16 @@
 depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland is needed for nvidia-libgl users
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('5657f9656c95f83880f92e7697a1c13c9739bf4d0bfd867e711fff7c84004b93')
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
+        qtbug-65553.patch::"https://github.com/qt/qtwayland/commit/bf09c7a1.patch")
+sha256sums=('5657f9656c95f83880f92e7697a1c13c9739bf4d0bfd867e711fff7c84004b93'
+            'e2437aa2bca824396cf1df6c4a4f311b59ff1a823886a5d00fb687cb9553fba7')
 
 prepare() {
   mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qtbug-65553.patch # Fix frequent crashes in Plasma Wayland
 }
 
 build() {



More information about the arch-commits mailing list