Date: Saturday, April 9, 2022 @ 22:42:19
  Author: arojas
Revision: 442233

archrelease: copy trunk to testing-x86_64

Added:
  kdav/repos/testing-x86_64/
  kdav/repos/testing-x86_64/PKGBUILD
    (from rev 442232, kdav/trunk/PKGBUILD)

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

Copied: kdav/repos/testing-x86_64/PKGBUILD (from rev 442232, 
kdav/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2022-04-09 22:42:19 UTC (rev 442233)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=kdav
+pkgver=5.93.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 qt5-xmlpatterns)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a7d3d40120f0a1b20f8492ea1635507a95e041582f5496a133de24720934ad68'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<fa...@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
+}

Reply via email to