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

0001 # SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 #
0004 # SPDX-License-Identifier: MIT
0005 
0006 DESCRIPTION = "KDE Connect"
0007 HOMEPAGE = "https://community.kde.org/KDEConnect"
0008 LICENSE = "GPL-2.0"
0009 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c"
0010 PR = "r0"
0011 
0012 DEPENDS += " \
0013     qtdeclarative \
0014     qtmultimedia \
0015     qtwayland-native \
0016     qca \
0017     kconfigwidgets \
0018     kdbusaddons \
0019     kiconthemes \
0020     knotifications \
0021     kio \
0022     kirigami \
0023     kpeople \
0024     kpeoplevcard \
0025     kwayland \
0026     qqc2-desktop-style \
0027 "
0028 
0029 inherit cmake_kdeapp
0030 inherit kcoreaddons
0031 inherit kconfig
0032 inherit kauth
0033 inherit mime-xdg
0034 inherit kcmutils
0035 
0036 EXTRA_OECMAKE += "-DEXPERIMENTALAPP_ENABLED=ON"
0037 EXTRA_OECMAKE += "-DSMSAPP_ENABLED=OFF"
0038 # workaround for missing variable, which is only used for Windows builds
0039 EXTRA_OECMAKE += "-DCMAKE_SYSTEM_VERSION=0.0.0"
0040 
0041 FILES:${PN} += " \
0042     ${datadir}/Thunar \
0043     ${datadir}/contractor \
0044     ${datadir}/kdeconnect \
0045     ${datadir}/deepin \
0046     ${datadir}/nautilus-python \
0047     ${datadir}/plasma \
0048     ${datadir}/zsh \
0049 "
0050 
0051 RDEPENDS:${PN} += " \
0052     kpeoplevcard \
0053 "