summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-13 02:52:00 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-13 02:52:00 -0300
commit564e1fd8bf4c8a5376da24d3a5edc653be1643e9 (patch)
tree98a6b0dc9e65b320f6fab89bc289b0eed113afe0 /nonprism
parentccc86e73777d76d872c08521234418976160b2c9 (diff)
kdepim-runtime-16.08.1-2.nonprism1: fix krunner crash - FS#50715 -> https://bugs.archlinux.org/task/50715
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/kdepim-runtime/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
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 <felixonmars@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
@@ -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() {