author | Antonio Rojas
<arojas@archlinux.org> 2018-01-23 16:54:52 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2018-01-23 16:54:52 UTC |
parent | 692310e2327a04814c8dc5ab85996dc21c091edd |
PKGBUILD | +6 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 8273f77..f3fa2d4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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,15 +14,18 @@ depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland is 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 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() {