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

0001 # SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Plasma Mobile Settings"
0006 HOMEPAGE = ""
0007 LICENSE = "GPL-2.0+"
0008 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881"
0009 PR = "r0"
0010 
0011 DEPENDS = " \
0012     plasma-framework \
0013     kitemmodels \
0014     kinit \
0015     modemmanager-qt \
0016     networkmanager-qt \
0017     kirigami-addons \
0018 "
0019 
0020 inherit cmake_plasma
0021 inherit kdoctools
0022 
0023 FILES:${PN} += " \
0024     ${libdir}/qml \
0025     ${datadir}/kpackage \
0026 "