Date: Thursday, July 9, 2020 @ 11:45:30
  Author: arojas
Revision: 391085

archrelease: copy trunk to staging-x86_64

Added:
  kdepim-runtime/repos/staging-x86_64/
  kdepim-runtime/repos/staging-x86_64/PKGBUILD
    (from rev 391084, kdepim-runtime/trunk/PKGBUILD)

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

Copied: kdepim-runtime/repos/staging-x86_64/PKGBUILD (from rev 391084, 
kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2020-07-09 11:45:30 UTC (rev 391085)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Pierre Schmitz <pie...@archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=20.04.3
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(GPL LGPL FDL)
+depends=(libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal kmbox 
pimcommon akonadi-notes akonadi qca qt5-networkauth)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1e4cffed12098baf29d8acfc4e4e12848d36ad8f55bf75d8c089a57e6f906494'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<aa...@kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 
<cf...@kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to