Package kpeoplevcard as kdeconnect dependency

This commit is contained in:
Andreas Cord-Landwehr
2021-08-19 17:38:08 +02:00
parent b814f31bf9
commit aa7ca420a1
3 changed files with 37 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ DEPENDS += " \
kcmutils \
kirigami \
kpeople \
kpeoplevcard \
kwayland \
qqc2-desktop-style \
"
@@ -47,3 +48,7 @@ FILES_${PN} += " \
${datadir}/plasma \
${datadir}/zsh \
"
RDEPENDS_${PN} += " \
kpeoplevcard \
"

View File

@@ -0,0 +1,27 @@
# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
SUMMARY = "KPeople VCard Backend"
DESCRIPTION = "Expose VCard contacts to KPeople"
HOMEPAGE = "https://invent.kde.org/pim/kpeoplevcard"
LICENSE = "LGPL-2.1+ & BSD-3-Clause"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=4fbd65380cdd255951079008b364516c \
"
PR = "r0"
DEPENDS = " \
qtbase \
kpeople \
kcontacts \
ki18n \
"
SRC_URI = "git://invent.kde.org/pim/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit kconfig
inherit kcoreaddons
inherit cmake_kdeapp
inherit mime-xdg

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRCREV = "v${PV}"