Package plasma-nano

This commit is contained in:
Andreas Cord-Landwehr
2020-12-29 14:56:16 +01:00
parent 660abe64ed
commit 4fa0b45507
4 changed files with 40 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ RDEPENDS_${PN} = " \
libksysguard \
milou \
plasma-integration \
plasma-nano \
plasma-nm \
plasma-pa \
plasma-phone-components \

View File

@@ -0,0 +1,33 @@
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Plasma Nano"
SUMMARY = "A minimal plasma shell package intended for embedded devices"
HOMEPAGE = "https://invent.kde.org/plasma/plasma-nano"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PR = "r0"
DEPENDS = " \
qtdeclarative \
kwayland \
kwindowsystem \
plasma-framework \
"
SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_plasma
FILES_${PN} += " \
${libdir}/qml/org/kde/plasma/ \
${datadir}/plasma/shells/org.kde.plasma.nano/ \
${datadir}/plasma/packages/org.kde.plasma.nano.desktoptoolbox/ \
"
RDEPENDS_${PN} += " \
qtdeclarative \
plasma-workspace \
"

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRCREV = "v${PV}"

View File

@@ -36,4 +36,5 @@ RDEPENDS_${PN} += " \
libqofono \
kded \
qtgraphicaleffects \
plasma-nano \
"