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

Antonio Rojas arojas at archlinux.org
Thu Jul 9 11:46:20 UTC 2020


    Date: Thursday, July 9, 2020 @ 11:46:20
  Author: arojas
Revision: 391091

archrelease: copy trunk to staging-x86_64

Added:
  incidenceeditor/repos/staging-x86_64/
  incidenceeditor/repos/staging-x86_64/PKGBUILD
    (from rev 391090, incidenceeditor/trunk/PKGBUILD)

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

Copied: incidenceeditor/repos/staging-x86_64/PKGBUILD (from rev 391090, incidenceeditor/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-07-09 11:46:20 UTC (rev 391091)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=incidenceeditor
+pkgver=20.04.3
+pkgrel=1
+pkgdesc="KDE PIM incidence editor"
+arch=(x86_64)
+url="https://kontact.kde.org"
+license=(LGPL)
+depends=(eventviews)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b3c70c926acab7a0585bf2bf7575ebe4d04c439fc49af073d0cb599f3b9e57c2'
+            '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