Add plasma-bigscreen image and packagegroup
This commit is contained in:
23
recipes-integration/images/core-image-plasma-bigscreen.bb
Normal file
23
recipes-integration/images/core-image-plasma-bigscreen.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
# SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
SUMMARY = "A basic KDE Plasma Bigscreen image"
|
||||
|
||||
IMAGE_FEATURES += "splash package-management hwcodecs x11"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland x11 kde"
|
||||
|
||||
IMAGE_INSTALL = " \
|
||||
${CORE_IMAGE_BASE_INSTALL} \
|
||||
wayland \
|
||||
dbus \
|
||||
sddm \
|
||||
packagegroup-plasma-bigscreen-workspace \
|
||||
packagegroup-core-x11-utils \
|
||||
"
|
||||
inherit core-image
|
||||
@@ -0,0 +1,48 @@
|
||||
# SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
SUMMARY = "KDE Plasma Bigscreen"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland x11 kde"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
bluedevil \
|
||||
breeze \
|
||||
discover \
|
||||
kactivitymanagerd \
|
||||
kde-cli-tools \
|
||||
kdecoration \
|
||||
kscreen \
|
||||
kscreenlocker \
|
||||
kwayland-integration \
|
||||
kwin \
|
||||
libkscreen \
|
||||
libksysguard \
|
||||
milou \
|
||||
plasma-integration \
|
||||
plasma-nano \
|
||||
plasma-nm \
|
||||
plasma-pa \
|
||||
plasma-workspace \
|
||||
polkit-kde-agent-1 \
|
||||
powerdevil \
|
||||
plasma-settings \
|
||||
plasma-systemmonitor \
|
||||
xdg-desktop-portal-kde \
|
||||
kclock \
|
||||
kweather \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
plasma-bigscreen \
|
||||
plasma-remotecontrollers \
|
||||
aura-browser \
|
||||
plank-player \
|
||||
"
|
||||
Reference in New Issue
Block a user