[arch-commits] Commit in kcontacts/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Feb 13 16:45:03 UTC 2021


    Date: Saturday, February 13, 2021 @ 16:45:02
  Author: arojas
Revision: 407959

archrelease: copy trunk to testing-x86_64

Added:
  kcontacts/repos/testing-x86_64/
  kcontacts/repos/testing-x86_64/PKGBUILD
    (from rev 407958, kcontacts/trunk/PKGBUILD)

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

Copied: kcontacts/repos/testing-x86_64/PKGBUILD (from rev 407958, kcontacts/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-02-13 16:45:02 UTC (rev 407959)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kcontacts
+epoch=1
+pkgver=5.79.0
+pkgrel=1
+pkgdesc="Address book API for KDE"
+arch=(x86_64)
+url="https://community.kde.org/Frameworks"
+license=(LGPL)
+depends=(kcoreaddons kconfig ki18n kcodecs iso-codes)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c9574d77235646c3c0c6b1a9fe1eceaf131a2051a1f9de48d9949ee6a7dbd449'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+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