diff --git a/recipes-plasma/packagegroups/packagegroup-plasma-mobile.bb b/recipes-plasma/packagegroups/packagegroup-plasma-mobile.bb index ef6ab84..2879747 100644 --- a/recipes-plasma/packagegroups/packagegroup-plasma-mobile.bb +++ b/recipes-plasma/packagegroups/packagegroup-plasma-mobile.bb @@ -24,6 +24,7 @@ RDEPENDS_${PN} = " \ libksysguard \ milou \ plasma-integration \ + plasma-nano \ plasma-nm \ plasma-pa \ plasma-phone-components \ diff --git a/recipes-plasma/plasma-nano.inc b/recipes-plasma/plasma-nano.inc new file mode 100644 index 0000000..f8241c5 --- /dev/null +++ b/recipes-plasma/plasma-nano.inc @@ -0,0 +1,33 @@ +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# 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 \ +" diff --git a/recipes-plasma/plasma-nano_5.20.4.bb b/recipes-plasma/plasma-nano_5.20.4.bb new file mode 100644 index 0000000..6082bec --- /dev/null +++ b/recipes-plasma/plasma-nano_5.20.4.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRCREV = "v${PV}" diff --git a/recipes-plasma/plasma-phone-components.inc b/recipes-plasma/plasma-phone-components.inc index e6913c9..aa6dc13 100644 --- a/recipes-plasma/plasma-phone-components.inc +++ b/recipes-plasma/plasma-phone-components.inc @@ -36,4 +36,5 @@ RDEPENDS_${PN} += " \ libqofono \ kded \ qtgraphicaleffects \ + plasma-nano \ "