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

Antonio Rojas arojas at archlinux.org
Fri Sep 9 10:25:35 UTC 2016


    Date: Friday, September 9, 2016 @ 10:25:35
  Author: arojas
Revision: 276094

Fix krunner crash (FS#50715)

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-09 09:37:03 UTC (rev 276093)
+++ PKGBUILD	2016-09-09 10:25:35 UTC (rev 276094)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=16.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/KDE_PIM'
@@ -14,11 +14,16 @@
          hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
 conflicts=(kio-pim)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('dca69934f85f06fd3f06b4bd1f75e233e5e4d027')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+        kdebug-364342.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=acb496c8&hp=5f67eab0&o=plain")
+sha1sums=('dca69934f85f06fd3f06b4bd1f75e233e5e4d027'
+          'b8c4ac8d6aa002b2f6215707ad692ca6c4dcb01c')
 
 prepare() {
   mkdir -p build
+# Fix crash in krunner http://bugs.kde.org/show_bug.cgi?id=364342
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-364342.patch
 }
 
 build() {



More information about the arch-commits mailing list