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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 13:43:42 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:43:42
  Author: felixonmars
Revision: 658578

archrelease: copy trunk to community-staging-x86_64

Added:
  kdav2/repos/community-staging-x86_64/
  kdav2/repos/community-staging-x86_64/PKGBUILD
    (from rev 658577, kdav2/trunk/PKGBUILD)

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

Copied: kdav2/repos/community-staging-x86_64/PKGBUILD (from rev 658577, kdav2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 13:43:42 UTC (rev 658578)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdav2
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="A DAV protocol implementation with KJobs"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(LGPL)
+depends=(qt5-xmlpatterns kcoreaddons)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/unstable/kdav2/$pkgver/src/$pkgname-$pkgver.tar.xz)
+sha256sums=('8dd391e67995156d15ad9c7a1e7de89c65e95e59e10c56ff18d43d2e84517063')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list