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

Antonio Rojas arojas at archlinux.org
Wed May 16 10:34:41 UTC 2018


    Date: Wednesday, May 16, 2018 @ 10:34:41
  Author: arojas
Revision: 324319

Fix threading related crashes (KDEBUG#394272)

Modified:
  krunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-16 07:51:05 UTC (rev 324318)
+++ PKGBUILD	2018-05-16 10:34:41 UTC (rev 324319)
@@ -5,7 +5,7 @@
 
 pkgname=krunner
 pkgver=5.46.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework for providing different actions given a string query'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -13,13 +13,18 @@
 groups=(kf5)
 depends=(plasma-framework threadweaver)
 makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+        kdebug-394272.patch::"https://cgit.kde.org/krunner.git/patch/?id=56382f8d")
 sha256sums=('8ab527c975caed74a5845b59e7e5446e9464ac0ff1f3d5d8fed796156ebe6cdb'
-            'SKIP')
+            'SKIP'
+            '2f2d15c40c368211e24de9339875a765bdda848acb37843710f8b0da29e869b9')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-394272.patch # Fix threading-related crashes
 }
 
 build() {



More information about the arch-commits mailing list