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

0001 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Plasma Nano"
0006 SUMMARY = "A minimal plasma shell package intended for embedded devices"
0007 HOMEPAGE = "https://invent.kde.org/plasma/plasma-nano"
0008 LICENSE = "MIT & LGPL-2.0+ & GPL-2.0+"
0009 LIC_FILES_CHKSUM = " \
0010     file://LICENSES/MIT.txt;md5=4dd71a82d66fd9e3ca0cc65b8be370c0 \
0011     file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
0012     file://LICENSES/LGPL-2.0-or-later.txt;md5=da48810c4ddf8e49efa031294a26b98c \
0013 "
0014 PR = "r0"
0015 
0016 DEPENDS = " \
0017     qtdeclarative \
0018     kwayland \
0019     kwindowsystem \
0020     plasma-framework \
0021 "
0022 
0023 inherit cmake_plasma
0024 
0025 FILES:${PN} += " \
0026     ${libdir}/qml/org/kde/plasma/ \
0027     ${datadir}/plasma/shells/org.kde.plasma.nano/ \
0028     ${datadir}/plasma/packages/org.kde.plasma.nano.desktoptoolbox/ \
0029 "
0030 
0031 RDEPENDS:${PN} += " \
0032     qtdeclarative \
0033     plasma-workspace \
0034 "