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

Antonio Rojas arojas at archlinux.org
Mon Apr 1 14:45:23 UTC 2019


    Date: Monday, April 1, 2019 @ 14:45:22
  Author: arojas
Revision: 349529

Add fixes for some hangs and crashes (FS#60891)

Modified:
  akonadi/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-01 14:33:57 UTC (rev 349528)
+++ PKGBUILD	2019-04-01 14:45:22 UTC (rev 349529)
@@ -5,7 +5,7 @@
 
 pkgname=akonadi
 pkgver=18.12.3
-pkgrel=2
+pkgrel=3
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
 arch=(x86_64)
 url='https://kontact.kde.org'
@@ -16,14 +16,22 @@
 conflicts=(akonadi-client)
 provides=(akonadi-client)
 replaces=(akonadi-client)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+         akonadi-collectionattributetest.patch::https://cgit.kde.org/akonadi.git/patch/?id=3a062e6a
+         akonadi-exceptions.patch::https://cgit.kde.org/akonadi.git/patch/?id=06f1a32b)
 sha256sums=('f930deaade1cac1488b8af05cc28f4a78a441c34dbe875b673af3423f8a14658'
-            'SKIP')
+            'SKIP'
+            '9ed125d59ea13a53df1077867f3c726882f67b5f462fffddd28d84158245cf28'
+            'a273374a6f5b6c53f28b5e3429cd3f6906c72ce78a20592855e4119ccb70db6a')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -Rp1 -i ../akonadi-collectionattributetest.patch # Revert commit that causes hangs
+  patch -p1 -i ../akonadi-exceptions.patch # Fix unhandled exceptions
 }
 
 build() {



More information about the arch-commits mailing list