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

Antonio Rojas arojas at archlinux.org
Thu Jun 20 08:30:27 UTC 2019


    Date: Thursday, June 20, 2019 @ 08:30:26
  Author: arojas
Revision: 356590

Fix freeze on NVIDIA hybrid systems (FS#62949)

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-20 08:30:01 UTC (rev 356589)
+++ PKGBUILD	2019-06-20 08:30:26 UTC (rev 356590)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.16.1
-pkgrel=3
+pkgrel=4
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -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}
+        kdebug-406180.patch::"https://cgit.kde.org/kwin.git/patch/?id=0124b1ef")
 install=$pkgname.install
 sha256sums=('e5cb08a116e1a60a60fb1f375e72cb4f8d01c8f31b3456b48bc5c72b5907260f'
-            'SKIP')
+            'SKIP'
+            'a55fd79713c2a9ed8b12588d6ee58f7e9e4a6e2c846a285d968941ece3b3e46e')
 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 ../kdebug-406180.patch # Fix freeze on hybrid NVIDIA systems
 }
 
 build() {



More information about the arch-commits mailing list