Package kpeoplevcard as kdeconnect dependency
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
|
||||
27
recipes-support/kpeoplevcard.inc
Normal file
27
recipes-support/kpeoplevcard.inc
Normal 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
|
||||
5
recipes-support/kpeoplevcard_0.1.bb
Normal file
5
recipes-support/kpeoplevcard_0.1.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user