Reorganize package groups
This commit is contained in:
24
recipes-integration/images/core-image-plasma-mobile.bb
Normal file
24
recipes-integration/images/core-image-plasma-mobile.bb
Normal file
@@ -0,0 +1,24 @@
|
||||
# SPDX-FileCopyrightText: 2019 Alistair Francis <alistair.francis@wdc.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
SUMMARY = "A basic KDE Plasma Mobile 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-kde-frameworks5 \
|
||||
packagegroup-plasma-mobile \
|
||||
packagegroup-core-x11-xserver \
|
||||
packagegroup-core-x11-utils \
|
||||
"
|
||||
inherit core-image
|
||||
@@ -0,0 +1,29 @@
|
||||
# SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
DESCRIPTION = "KDE Applications"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
kdialog \
|
||||
kirigami-gallery \
|
||||
konsole \
|
||||
\
|
||||
gwenview \
|
||||
okular \
|
||||
\
|
||||
blinken \
|
||||
marble \
|
||||
kanagram \
|
||||
kdeedu-data \
|
||||
khangman \
|
||||
gcompris \
|
||||
\
|
||||
elisa \
|
||||
\
|
||||
kjournald-browser \
|
||||
"
|
||||
@@ -0,0 +1,22 @@
|
||||
# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
DESCRIPTION = "KDE Plasma Mobile"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
alligator \
|
||||
calindori \
|
||||
kclock \
|
||||
koko \
|
||||
kongress \
|
||||
krecorder \
|
||||
ktrip \
|
||||
\
|
||||
kclock \
|
||||
kweather \
|
||||
"
|
||||
@@ -0,0 +1,44 @@
|
||||
# SPDX-FileCopyrightText: 2017-2019 Volker Krause <vkrause@kde.org>
|
||||
# SPDX-FileCopyrightText: 2019 Alistair Francis <alistair.francis@wdc.com>
|
||||
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
SUMMARY = "KDE Plasma Mobile"
|
||||
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-phone-components \
|
||||
plasma-workspace \
|
||||
polkit-kde-agent-1 \
|
||||
powerdevil \
|
||||
plasma-settings \
|
||||
plasma-systemmonitor \
|
||||
xdg-desktop-portal-kde \
|
||||
kclock \
|
||||
kweather \
|
||||
"
|
||||
@@ -0,0 +1,14 @@
|
||||
# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
DESCRIPTION = "KDE Plasma Mobile"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
packagegroup-plasma-mobile-workspace \
|
||||
packagegroup-plasma-mobile-applications \
|
||||
"
|
||||
Reference in New Issue
Block a user