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

Antonio Rojas arojas at archlinux.org
Thu Oct 15 16:47:51 UTC 2015


    Date: Thursday, October 15, 2015 @ 18:47:51
  Author: arojas
Revision: 249390

Fix crash when creating new message (FS#46075)

Modified:
  kdepim/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-15 16:08:07 UTC (rev 249389)
+++ PKGBUILD	2015-10-15 16:47:51 UTC (rev 249390)
@@ -7,19 +7,24 @@
 pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm kleopatra kmail knotes
          kontact korganizer ktnef libkdepim)
 pkgver=15.08.2
-pkgrel=1
+pkgrel=2
 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
+  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() {



More information about the arch-commits mailing list