[arch-commits] Commit in (3 files)
Antonio Rojas
arojas at archlinux.org
Mon Dec 9 15:21:53 UTC 2019
Date: Monday, December 9, 2019 @ 15:21:53
Author: arojas
Revision: 536410
New kdeconnect dependency
Added:
kpeoplevcard/
kpeoplevcard/trunk/
kpeoplevcard/trunk/PKGBUILD
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Added: kpeoplevcard/trunk/PKGBUILD
===================================================================
--- kpeoplevcard/trunk/PKGBUILD (rev 0)
+++ kpeoplevcard/trunk/PKGBUILD 2019-12-09 15:21:53 UTC (rev 536410)
@@ -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