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

Antonio Rojas arojas at archlinux.org
Wed Jul 17 11:59:35 UTC 2019


    Date: Wednesday, July 17, 2019 @ 11:59:35
  Author: arojas
Revision: 358092

Fix new mail notifier configuration dialog

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-17 11:21:29 UTC (rev 358091)
+++ PKGBUILD	2019-07-17 11:59:35 UTC (rev 358092)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=19.04.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=(x86_64)
 url='https://kontact.kde.org'
@@ -14,14 +14,19 @@
 makedepends=(extra-cmake-modules kdoctools boost kdesignerplugin qca qt5-networkauth)
 optdepends=('qca: EWS resource' 'qt5-networkauth: EWS resource')
 conflicts=(kio-pim)
-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}
+        kdebug-409887.patch::"https://cgit.kde.org/kdepim-runtime.git/patch/?id=d148d621")
 sha256sums=('720945f803dc9027211eb46f281ef52b35da3fe4d990c1aeed6d57a89a45215a'
-            'SKIP')
+            'SKIP'
+            '368fbeb3acacbb69b08ff0a93a1d431346700c65cedea93233000f091ce254e8')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-409887.patch # Fix new mail notifier configuration dialog
 }
 
 build() {



More information about the arch-commits mailing list