[arch-commits] Commit in kdav/repos (3 files)

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 15 17:24:18 UTC 2022


    Date: Monday, August 15, 2022 @ 17:24:18
  Author: felixonmars
Revision: 452865

archrelease: copy trunk to staging-x86_64

Added:
  kdav/repos/staging-x86_64/
  kdav/repos/staging-x86_64/PKGBUILD
    (from rev 452864, kdav/trunk/PKGBUILD)
  kdav/repos/staging-x86_64/keys/

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

Copied: kdav/repos/staging-x86_64/PKGBUILD (from rev 452864, kdav/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2022-08-15 17:24:18 UTC (rev 452865)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdav
+pkgver=5.97.0
+pkgrel=1
+epoch=1
+pkgdesc='A DAV protocol implemention with KJobs'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('d58d8435eef1f57f0e7d207d63e002e29e0067e2621c522dfcba6f5df4fca5db'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list