Warning, /packaging/yocto-meta-kde/recipes-support/kpeoplevcard.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 SUMMARY = "KPeople VCard Backend"
0006 DESCRIPTION = "Expose VCard contacts to KPeople"
0007 HOMEPAGE = "https://invent.kde.org/pim/kpeoplevcard"
0008 LICENSE = "LGPL-2.1+ & BSD-3-Clause"
0009 LIC_FILES_CHKSUM = " \
0010     file://COPYING;md5=4fbd65380cdd255951079008b364516c \
0011 "
0012 PR = "r0"
0013 
0014 DEPENDS = " \
0015     qtbase \
0016     kpeople \
0017     kcontacts \
0018     ki18n \
0019 "
0020 
0021 SRC_URI = "git://invent.kde.org/pim/${BPN};nobranch=1;protocol=https"
0022 S = "${WORKDIR}/git"
0023 
0024 inherit kconfig
0025 inherit kcoreaddons
0026 inherit cmake_kdeapp
0027 inherit mime-xdg