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

Antonio Rojas arojas at archlinux.org
Tue Mar 26 20:36:11 UTC 2019


    Date: Tuesday, March 26, 2019 @ 20:36:10
  Author: arojas
Revision: 349245

Fix crash in some KCMs

Modified:
  kcmutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-26 20:23:53 UTC (rev 349244)
+++ PKGBUILD	2019-03-26 20:36:10 UTC (rev 349245)
@@ -4,7 +4,7 @@
 
 pkgname=kcmutils
 pkgver=5.56.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Utilities for interacting with KCModules'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -12,13 +12,18 @@
 depends=(kdeclarative)
 makedepends=(extra-cmake-modules doxygen qt5-tools)
 groups=(kf5)
-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-405440.patch::"https://cgit.kde.org/kcmutils.git/patch/?id=d9ddd352")
 sha256sums=('7cf6a81818745852c38558160e3888bdd2a9bcce135aee53c3df99e939633ab8'
-            'SKIP')
+            'SKIP'
+            'b39eff2199869bea9e0134207c87b8ed0ac6464d9592fdc873f112d0740745e1')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-405440.patch # Fix crash in some KCMs
 }
 
 build() {



More information about the arch-commits mailing list