[arch-commits] Commit in kwayland-integration/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jun 27 13:28:14 UTC 2019
Date: Thursday, June 27, 2019 @ 13:28:14
Author: arojas
Revision: 356964
Fix Plasma Wayland session logout (FS#63019)
Modified:
kwayland-integration/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-27 13:10:01 UTC (rev 356963)
+++ PKGBUILD 2019-06-27 13:28:14 UTC (rev 356964)
@@ -2,7 +2,7 @@
pkgname=kwayland-integration
pkgver=5.16.2
-pkgrel=1
+pkgrel=2
pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system'
arch=(x86_64)
url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -10,9 +10,11 @@
depends=(kwindowsystem kidletime kwayland)
makedepends=(extra-cmake-modules)
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}
+ kdebug-372789.patch::"https://cgit.kde.org/kwayland-integration.git/patch/?id=bfce3c67")
sha256sums=('dddd4bba1c547d59cf2adbdeab4f6d8f9647e086715e08035d9396e234c63ccd'
- 'SKIP')
+ 'SKIP'
+ 'e1a8801610d2661bab412e0941b0629474051475e5a903378ac0440e1b43e6f8')
validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <jr at jriddell.org>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah at kde.org>
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson at kde.org>
@@ -20,6 +22,9 @@
prepare() {
mkdir -p build
+
+ cd $pkgname-$pkgver
+ patch -p1 -i ../kdebug-372789.patch # Fix logout from Plasma session
}
build() {
More information about the arch-commits
mailing list