diff --git a/recipes-application/network/kdeconnect-kde.inc b/recipes-application/network/kdeconnect-kde.inc index 7b64db6..2657093 100644 --- a/recipes-application/network/kdeconnect-kde.inc +++ b/recipes-application/network/kdeconnect-kde.inc @@ -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 \ +" diff --git a/recipes-support/kpeoplevcard.inc b/recipes-support/kpeoplevcard.inc new file mode 100644 index 0000000..05733b8 --- /dev/null +++ b/recipes-support/kpeoplevcard.inc @@ -0,0 +1,27 @@ +# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr +# +# 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 diff --git a/recipes-support/kpeoplevcard_0.1.bb b/recipes-support/kpeoplevcard_0.1.bb new file mode 100644 index 0000000..6082bec --- /dev/null +++ b/recipes-support/kpeoplevcard_0.1.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRCREV = "v${PV}"