[arch-commits] Commit in akonadi-calendar/repos (2 files)

Antonio Rojas arojas at archlinux.org
Thu Dec 10 13:12:09 UTC 2020


    Date: Thursday, December 10, 2020 @ 13:12:09
  Author: arojas
Revision: 403288

archrelease: copy trunk to testing-x86_64

Added:
  akonadi-calendar/repos/testing-x86_64/
  akonadi-calendar/repos/testing-x86_64/PKGBUILD
    (from rev 403287, akonadi-calendar/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: akonadi-calendar/repos/testing-x86_64/PKGBUILD (from rev 403287, akonadi-calendar/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-12-10 13:12:09 UTC (rev 403288)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=akonadi-calendar
+pkgver=20.12.0
+pkgrel=1
+pkgdesc="Akonadi calendar integration"
+arch=(x86_64)
+url="https://kontact.kde.org"
+license=(LGPL)
+depends=(kmailtransport kcalutils akonadi-contacts)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6171a6b6e7e20f4de5744fb514dd3ae804871c9fe93b92cf01cc978353992821'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list