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

Antonio Rojas arojas at archlinux.org
Fri Jan 1 20:47:24 UTC 2016


    Date: Friday, January 1, 2016 @ 21:47:24
  Author: arojas
Revision: 257437

Fix decoding PGP encoded mails (FS#47551)

Modified:
  kdepim/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-01 18:45:57 UTC (rev 257436)
+++ PKGBUILD	2016-01-01 20:47:24 UTC (rev 257437)
@@ -7,7 +7,7 @@
 pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm kleopatra kmail knotes
          kontact korganizer ktnef libkdepim)
 pkgver=15.12.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -14,11 +14,17 @@
 groups=('kde-applications' 'kdepim')
 makedepends=(extra-cmake-modules kdepim-runtime qt5-tools kdoctools knewstuff khtml
 		ktexteditor kdnssd kldap libktnef kontactinterface kxmlrpcclient kblog akonadi-search boost)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz")
-sha1sums=('7308191135cf17fc7fa44014b9f016222a8341d4')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"
+	bug333611.patch::"https://quickgit.kde.org/?p=kdepim.git&a=blobdiff&h=1988dc&hp=11921d&f=messageviewer%2Fsrc%2Fviewer%2Fobjecttreeparser.cpp&o=plain")
+sha1sums=('7308191135cf17fc7fa44014b9f016222a8341d4'
+          '10cc13a4a03b8ee496dfa89f8373db085cc951c6')
 
 prepare() {
   mkdir -p build
+
+# Fix decoding PGP encoded packages https://bugs.kde.org/show_bug.cgi?id=333611
+  cd $pkgbase-$pkgver
+  patch -p1 -i ../bug333611.patch
 }
 
 build() {



More information about the arch-commits mailing list