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

Antonio Rojas arojas at archlinux.org
Thu Jul 9 11:44:49 UTC 2020


    Date: Thursday, July 9, 2020 @ 11:44:48
  Author: arojas
Revision: 391080

archrelease: copy trunk to staging-x86_64

Added:
  akonadi-calendar/repos/staging-x86_64/
  akonadi-calendar/repos/staging-x86_64/PKGBUILD
    (from rev 391079, akonadi-calendar/trunk/PKGBUILD)

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

Copied: akonadi-calendar/repos/staging-x86_64/PKGBUILD (from rev 391079, akonadi-calendar/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-07-09 11:44:48 UTC (rev 391080)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=akonadi-calendar
+pkgver=20.04.3
+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=('ff8732b0d09b87ce0760b7df02ee390d3c0c064780076ed4c6ed05c52ca634bb'
+            '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