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

Antonio Rojas arojas at archlinux.org
Mon Dec 9 15:22:28 UTC 2019


    Date: Monday, December 9, 2019 @ 15:22:28
  Author: arojas
Revision: 536411

archrelease: copy trunk to community-x86_64

Added:
  kpeoplevcard/repos/
  kpeoplevcard/repos/community-x86_64/
  kpeoplevcard/repos/community-x86_64/PKGBUILD
    (from rev 536410, kpeoplevcard/trunk/PKGBUILD)

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

Copied: kpeoplevcard/repos/community-x86_64/PKGBUILD (from rev 536410, kpeoplevcard/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-12-09 15:22:28 UTC (rev 536411)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpeoplevcard
+pkgver=0.1
+pkgrel=1
+pkgdesc='Makes it possible to expose vcards to KPeople'
+url='https://kde.org/'
+license=(GPL)
+arch=(x86_64)
+depends=(kpeople kcontacts)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8de5df5a3abeed2b13fc56f33d1846ae5b90adfc2127bc1b0ffa5e300b7663c3'
+            'SKIP')
+validpgpkeys=(F53223F3337665C2CCEA122E873AC3459BBCF5C0) # Nicolas Fella <nicolas.fella at kdab.com>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list