[arch-commits] Commit in kalendar (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Sun Dec 5 21:44:45 UTC 2021


    Date: Sunday, December 5, 2021 @ 21:44:45
  Author: arojas
Revision: 1065208

archrelease: copy trunk to community-x86_64

Added:
  kalendar/repos/
  kalendar/repos/community-x86_64/
  kalendar/repos/community-x86_64/PKGBUILD
    (from rev 1065207, kalendar/trunk/PKGBUILD)

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

Copied: kalendar/repos/community-x86_64/PKGBUILD (from rev 1065207, kalendar/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2021-12-05 21:44:45 UTC (rev 1065208)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kalendar
+pkgver=0.3.1
+pkgrel=2
+pkgdesc='A calendar application using Akonadi to sync with external services'
+arch=(x86_64)
+url='https://apps.kde.org/kalendar/'
+license=(GPL)
+depends=(kdepim-runtime eventviews)
+makedepends=(extra-cmake-modules boost)
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8300a40addb3cb294ccf6e7fb70dd570072b8828c5635f2008851248cc796dca')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list