[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Feb 7 07:41:57 UTC 2022
Date: Monday, February 7, 2022 @ 07:41:56
Author: arojas
Revision: 436377
Fix sync of Google calendars (FS#73660)
Modified:
kdepim-runtime/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-07 06:52:45 UTC (rev 436376)
+++ PKGBUILD 2022-02-07 07:41:56 UTC (rev 436377)
@@ -5,7 +5,7 @@
pkgname=kdepim-runtime
pkgver=21.12.2
-pkgrel=1
+pkgrel=2
pkgdesc='Extends the functionality of kdepim'
arch=(x86_64)
url='https://kontact.kde.org'
@@ -13,14 +13,20 @@
depends=(libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal kmbox pimcommon akonadi-notes akonadi qca-qt5 qt5-networkauth)
makedepends=(extra-cmake-modules kdoctools boost libetebase)
optdepends=('libetebase: EteSync resource')
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+ https://invent.kde.org/pim/kdepim-runtime/-/commit/624ef213.patch)
sha256sums=('12fc55d5727b98556a68d335dffe3e20893ac95a4be99820be3e4113967a3078'
- 'SKIP')
+ 'SKIP'
+ 'e3652233f969076242b0b16c00617cd90ef4265dcf813ca3ae4b336eabf4be29')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
options=(debug)
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < 624ef213.patch # Fix sync of Google calendars
+}
+
build() {
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF
More information about the arch-commits
mailing list