[arch-commits] Commit in kwin/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Oct 24 15:56:04 UTC 2019
Date: Thursday, October 24, 2019 @ 15:56:03
Author: arojas
Revision: 365430
Fix build with latest mesa
Modified:
kwin/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-24 15:53:53 UTC (rev 365429)
+++ PKGBUILD 2019-10-24 15:56:03 UTC (rev 365430)
@@ -13,10 +13,12 @@
makedepends=(extra-cmake-modules qt5-tools kdoctools)
optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+ kwin-mesa-19.2.patch::"https://cgit.kde.org/kwin.git/patch/?id=e06f8371")
install=$pkgname.install
sha256sums=('9be622116d4a39b699f43e147a31872d1d8a80eda5b5426d7e4272d8cfacdcd5'
- 'SKIP')
+ 'SKIP'
+ '5a9cabe072469b8e03c6da335aabf8be7198cb399b36cba99e6d48e3ec598546')
validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <jr at jriddell.org>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah at kde.org>
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson at kde.org>
@@ -24,6 +26,9 @@
prepare() {
mkdir -p build
+
+ cd $pkgname-$pkgver
+ patch -p1 -i ../kwin-mesa-19.2.patch # Fix build with mesa 19.2
}
build() {
More information about the arch-commits
mailing list