[arch-commits] Commit in kdav2/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Jul 19 06:50:29 UTC 2021


    Date: Monday, July 19, 2021 @ 06:50:28
  Author: arojas
Revision: 978583

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-19 06:50:15 UTC (rev 978582)
+++ PKGBUILD	2021-07-19 06:50:28 UTC (rev 978583)
@@ -1,30 +0,0 @@
-# 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
-}

Copied: kdav2/repos/community-x86_64/PKGBUILD (from rev 978582, kdav2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-19 06:50:28 UTC (rev 978583)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdav2
+pkgver=0.4.0
+pkgrel=1
+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)
+source=(https://invent.kde.org/pim/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha256sums=('a4e5bcfdb276a64610f9d941ab5044c8c830d29a9dd3f26c4ad6a16e9f194ca5')
+
+build() {
+  cmake -B build -S $pkgname-v$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}




More information about the arch-commits mailing list