Note that plasma-settings currently is still missing from the KDE release service and thus needes to be updated separately.
26 lines
572 B
PHP
26 lines
572 B
PHP
# SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
DESCRIPTION = "Plasma Mobile Settings"
|
|
HOMEPAGE = "https://invent.kde.org/plasma-mobile/plasma-settings"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
kitemmodels \
|
|
modemmanager-qt \
|
|
networkmanager-qt \
|
|
kirigami-addons \
|
|
libplasma \
|
|
"
|
|
|
|
inherit cmake_plasma
|
|
inherit kf6-kdoctools
|
|
|
|
FILES:${PN} += " \
|
|
${libdir}/qml \
|
|
${datadir}/kpackage \
|
|
"
|