summaryrefslogtreecommitdiff
path: root/nonprism/kdepim
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-17 07:57:58 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-17 09:36:02 -0300
commit4c45befd49b7a46c5e45a4997671dcf1deb3420f (patch)
tree17d8ed9245121811691ec07b916b03afbabe7b2f /nonprism/kdepim
parent905bc9b9d951f208fc9647fec239c2402162a4c6 (diff)
kdepim-15.08.2-2.nonprism1: fix crash when creating new message (FS#46075 -> https://bugs.archlinux.org/task/46075)
Diffstat (limited to 'nonprism/kdepim')
-rw-r--r--nonprism/kdepim/PKGBUILD17
-rw-r--r--nonprism/kdepim/kdepim.install2
2 files changed, 12 insertions, 7 deletions
diff --git a/nonprism/kdepim/PKGBUILD b/nonprism/kdepim/PKGBUILD
index 972b174d5..af613ff1e 100644
--- a/nonprism/kdepim/PKGBUILD
+++ b/nonprism/kdepim/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 248965 2015-10-13 06:35:19Z arojas $
+# $Id: PKGBUILD 249390 2015-10-15 16:47:51Z arojas $
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
@@ -7,19 +7,24 @@ pkgbase=kdepim
pkgname=(akonadiconsole kaddressbook kmail knotes
korganizer libkdepim)
pkgver=15.08.2
-pkgrel=1.nonprism1
+pkgrel=2.nonprism1
arch=('i686' 'x86_64')
url='http://pim.kde.org'
license=('GPL' 'LGPL' 'FDL')
groups=('kde-applications' 'kdepim')
makedepends=(extra-cmake-modules kdepim-runtime qt5-tools grantlee-qt5 kdoctools knewstuff khtml
- ktexteditor kdnssd kldap libktnef boost gpgmepp kontactinterface kxmlrpcclient kblog
- akonadi-search)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz")
-sha1sums=('b6c9d899a937de5e90d03d2377bf72381ce7319b')
+ ktexteditor kdnssd kldap libktnef boost kontactinterface kxmlrpcclient kblog akonadi-search)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"
+ kdepim-bug351395.patch::"https://quickgit.kde.org/?p=kdepim.git&a=commitdiff&h=7744a921&o=plain")
+sha1sums=('b6c9d899a937de5e90d03d2377bf72381ce7319b'
+ 'd680fc640bf909d6f8b8f6a4481b8959c91a832a')
prepare() {
mkdir -p build
+
+ cd $pkgbase-$pkgver
+ # Fix crash when composing new message https://bugs.kde.org/show_bug.cgi?id=351395
+ patch -p1 -i ../kdepim-bug351395.patch
}
build() {
diff --git a/nonprism/kdepim/kdepim.install b/nonprism/kdepim/kdepim.install
index e9e8b444b..0332378df 100644
--- a/nonprism/kdepim/kdepim.install
+++ b/nonprism/kdepim/kdepim.install
@@ -1,7 +1,7 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
- update-mime-database usr/share/mime
+ update-mime-database usr/share/mime &> /dev/null
}
post_upgrade() {