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

Antonio Rojas arojas at archlinux.org
Wed Apr 4 21:27:00 UTC 2018


    Date: Wednesday, April 4, 2018 @ 21:27:00
  Author: arojas
Revision: 314287

archrelease: copy trunk to community-x86_64

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

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

Copied: kdav2/repos/community-x86_64/PKGBUILD (from rev 314286, kdav2/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-04-04 21:27:00 UTC (rev 314287)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdav2
+pkgver=0.1.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/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('0e4028c4f1f76b315bb54eb7d3e216e7456a445085c47cdca0f7a58368fe6c36')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list