From 564e1fd8bf4c8a5376da24d3a5edc653be1643e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 13 Sep 2016 02:52:00 -0300 Subject: kdepim-runtime-16.08.1-2.nonprism1: fix krunner crash - FS#50715 -> https://bugs.archlinux.org/task/50715 --- nonprism/kdepim-runtime/PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'nonprism/kdepim-runtime/PKGBUILD') diff --git a/nonprism/kdepim-runtime/PKGBUILD b/nonprism/kdepim-runtime/PKGBUILD index 0414d0aae..8ccb31e05 100644 --- a/nonprism/kdepim-runtime/PKGBUILD +++ b/nonprism/kdepim-runtime/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 275851 2016-09-08 15:18:47Z arojas $ +# $Id: PKGBUILD 276094 2016-09-09 10:25:35Z arojas $ # Maintainer (Arch): Felix Yan # Contributor (Arch): Andrea Scarpino # Contributor (Arch): Pierre Schmitz @@ -6,7 +6,7 @@ pkgname=kdepim-runtime pkgver=16.08.1 -pkgrel=1.nonprism1 +pkgrel=2.nonprism1 pkgdesc='Extends the functionality of kdepim, without libkgapi support' arch=('i686' 'x86_64' 'armv7h') url='https://community.kde.org/KDE_PIM' @@ -15,11 +15,16 @@ depends=(libkolab akonadi-calendar knotifyconfig kross kalarmcal kmbox kimap kde 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() { -- cgit v1.2.3