Reorganize package groups

This commit is contained in:
Andreas Cord-Landwehr
2021-06-21 22:13:55 +02:00
parent e9de9cbd81
commit 1482d32b71
5 changed files with 36 additions and 0 deletions

View 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

View File

@@ -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 \
"

View File

@@ -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 \
"

View File

@@ -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 \
"

View File

@@ -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 \
"