Warning, /packaging/yocto-meta-kde/recipes-plasma/kscreen.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 = "KScreen"
0006 HOMEPAGE = ""
0007 LICENSE = "GPL-2"
0008 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881"
0009 PR = "r0"
0010 
0011 DEPENDS = " \
0012     kconfigwidgets \
0013     kdbusaddons \
0014     kglobalaccel \
0015     kwidgetsaddons \
0016     kxmlgui \
0017     layer-shell-qt \
0018     libkscreen \
0019     plasma-framework \
0020     qtdeclarative \
0021     qtsensors \
0022     qtwayland-native \
0023 "
0024 
0025 inherit cmake_plasma
0026 inherit kcmutils
0027 
0028 FILES:${PN} += " \
0029     ${datadir}/kded_kscreen \
0030     ${datadir}/kcm_kscreen \
0031     ${datadir}/kpackage \
0032     ${datadir}/plasma/plasmoids/org.kde.kscreen \
0033     ${libdir}/plugins/plasma/kcms/systemsettings/ \
0034 "