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

Antonio Rojas arojas at archlinux.org
Tue Jul 14 19:25:24 UTC 2020


    Date: Tuesday, July 14, 2020 @ 19:25:24
  Author: arojas
Revision: 391917

Fix crash in contacts runner

Modified:
  krunner/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-14 19:06:20 UTC (rev 391916)
+++ PKGBUILD	2020-07-14 19:25:24 UTC (rev 391917)
@@ -4,7 +4,7 @@
 
 pkgname=krunner
 pkgver=5.72.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework for providing different actions given a string query'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -12,11 +12,17 @@
 groups=(kf5)
 depends=(plasma-framework threadweaver)
 makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
-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-423003.patch::"https://invent.kde.org/frameworks/krunner/-/commit/8f7ce559.patch")
 sha256sums=('61308849b2b3af1112db920609a802f93f2e924f042d618d10c1231ac182f963'
-            'SKIP')
+            'SKIP'
+            '1766828b1e7904de4b74fa4e3381b24e6bfd2f339f8bf67895aa7f798425a139')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-423003.patch # Fix crash in contacts runnner
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list