split up kde-world to kf5-world and plasma-world

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-11 17:50:23 +01:00
parent 7cd8883a25
commit 35ededeb2d
3 changed files with 152 additions and 91 deletions

View File

@@ -4,102 +4,16 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
inherit packagegroup distro_features_check
RDEPENDS_${PN} = " \
kjs \
kunitconversion \
kjobwidgets \
kpackage \
kcompletion \
kauth \
kpty \
kcrash \
kdoctools \
ktextwidgets \
kiconthemes \
kemoticons \
kio \
knotifyconfig \
kdewebkit \
kcmutils \
kwallet \
kdesignerplugin \
knotifications \
kinit \
kded \
knewstuff \
kactivities \
kdesu \
kdeclarative \
ktexteditor \
kglobalaccel \
plasma-framework \
kservice \
kconfigwidgets \
kbookmarks \
kparts \
kxmlgui \
kfilemetadata \
krunner \
kdelibs4support \
kjsembed \
kitemmodels \
kconfig \
networkmanager-qt \
kdbusaddons \
kdnssd \
attica \
kimageformats \
kidletime \
kwindowsystem \
sonnet \
kplotting \
kcoreaddons \
kcodecs \
threadweaver \
kitemviews \
ki18n \
kguiaddons \
solid \
karchive \
kwidgetsaddons \
libksysguard \
polkit-qt-1 \
RDEPENDS_${PN} = " \
kf5-world \
plasma-world \
\
extra-cmake-modules \
libkscreen \
phonon \
baloo \
plasma-workspace \
kdecoration \
plasma-nm \
breeze \
kde-cli-tools \
kdeplasma-addons \
khtml \
khelpcenter \
kinfocenter \
kio-extras \
kmenuedit \
kscreen \
ksshaskpass \
ksysguard \
kwrited \
libmm-qt \
milou \
muon \
oxygen-fonts \
oxygen \
frameworkintegration \
plasma-desktop \
plasma-workspace-wallpapers \
polkit-kde-agent-1 \
powerdevil \
systemsettings \
kwayland \
polkit-qt-1 \
\
kate \
oxygen-icons \
\
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin khotkeys kde-gtk-config sddm-kcm", "",d)} \
"

View File

@@ -0,0 +1,90 @@
SUMMARY = "All KF5 packages - just for build test"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
inherit packagegroup distro_features_check
TIER_1 = " \
attica \
karchive \
kcodecs \
kconfig \
kcoreaddons \
kdbusaddons \
kdnssd \
kguiaddons \
ki18n \
kidletime \
kimageformats \
kitemmodels \
kitemviews \
kplotting \
kwidgetsaddons \
kwindowsystem \
networkmanager-qt \
solid \
sonnet \
threadweaver \
"
TIER_2 = " \
kauth \
kcompletion \
kcrash \
kdoctools \
kjobwidgets \
kpackage \
kpty \
kunitconversion \
"
TIER_3 = " \
kactivities \
kbookmarks \
kcmutils \
kconfigwidgets \
kdeclarative \
kded \
kdesignerplugin \
kdesu \
kdewebkit \
kemoticons \
kglobalaccel \
kiconthemes \
kinit \
kio \
knewstuff \
knotifications \
knotifyconfig \
kparts \
kservice \
ktexteditor \
ktextwidgets \
kwallet \
kxmlgui \
plasma-framework \
"
TIER_4 = " \
frameworkintegration \
"
PORTING_AIDS_TIER_1 = " \
kjs \
"
PORTING_AIDS_TIER_3 = " \
kdelibs4support \
khtml \
kjsembed \
krunner \
"
RDEPENDS_${PN} = " \
${TIER_1} \
${TIER_2} \
${TIER_3} \
${TIER_4} \
${PORTING_AIDS_TIER_1} \
${PORTING_AIDS_TIER_3} \
"

View File

@@ -0,0 +1,57 @@
SUMMARY = "All KF5 packages - just for build test"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
inherit packagegroup distro_features_check
TIER_1 = " \
kdecoration \
"
TIER_2 = " \
kfilemetadata \
"
TIER_3 = " \
baloo \
plasma-workspace \
"
UNTIER = " \
breeze \
kde-cli-tools \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kde-gtk-config", "",d)} \
kdeplasma-addons \
khelpcenter \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "khotkeys", "",d)} \
kinfocenter \
kio-extras \
kmenuedit \
kscreen \
ksshaskpass \
ksysguard \
kwayland \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \
kwrited \
libkscreen \
libksysguard \
libmm-qt \
milou \
muon \
oxygen \
oxygen-fonts \
plasma-desktop \
plasma-nm \
plasma-workspace-wallpapers \
polkit-kde-agent-1 \
powerdevil \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "sddm-kcm", "",d)} \
systemsettings \
"
RDEPENDS_${PN} = " \
${TIER_1} \
${TIER_2} \
${TIER_3} \
${UNTIER} \
"