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

Antonio Rojas arojas at archlinux.org
Tue Jan 23 16:54:53 UTC 2018


    Date: Tuesday, January 23, 2018 @ 16:54:52
  Author: arojas
Revision: 315309

Backport key composition support (FS#57202)

Modified:
  qt5-wayland/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-23 16:31:16 UTC (rev 315308)
+++ PKGBUILD	2018-01-23 16:54:52 UTC (rev 315309)
@@ -5,7 +5,7 @@
 pkgname=qt5-wayland
 _qtver=5.10.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -14,9 +14,11 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 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")
+        qtbug-65553.patch::"https://github.com/qt/qtwayland/commit/bf09c7a1.patch"
+        qtwayland-key-compose.patch::"https://github.com/qt/qtwayland/commit/57c4af2b.patch")
 sha256sums=('5657f9656c95f83880f92e7697a1c13c9739bf4d0bfd867e711fff7c84004b93'
-            'e2437aa2bca824396cf1df6c4a4f311b59ff1a823886a5d00fb687cb9553fba7')
+            'e2437aa2bca824396cf1df6c4a4f311b59ff1a823886a5d00fb687cb9553fba7'
+            '401debccda18236869d601883e1ea9c0d0a541ea12656e43ef9e7d53b835dd92')
 
 prepare() {
   mkdir -p build
@@ -23,6 +25,7 @@
 
   cd $_pkgfqn
   patch -p1 -i ../qtbug-65553.patch # Fix frequent crashes in Plasma Wayland
+  patch -p1 -i ../qtwayland-key-compose.patch # Backport key composition support
 }
 
 build() {



More information about the arch-commits mailing list