Add: packagegroup-gnome-apps / packagegroup-gnome-desktop

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller 2019-12-09 09:36:04 +01:00 committed by Khem Raj
parent 9ccb12210d
commit 4b7c1340ee
2 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,19 @@
SUMMARY = "GNOME applications"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
inherit packagegroup features_check
REQUIRED_DISTRO_FEATURES = "x11"
RDEPENDS_${PN} = " \
evolution-data-server \
evince \
file-roller \
gedit \
gnome-font-viewer \
gnome-terminal \
libwnck3 \
nautilus \
${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'gnome-system-monitor', '', d)} \
"

View File

@ -0,0 +1,26 @@
SUMMARY = "Basic GNOME desktop"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
inherit packagegroup features_check
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
RDEPENDS_${PN} = " \
adwaita-icon-theme \
adwaita-icon-theme-cursors \
evolution-data-server \
gnome-backgrounds \
gnome-bluetooth \
gnome-control-center \
gnome-desktop3 \
gnome-flashback \
gnome-keyring \
gnome-menus3 \
gnome-session \
gnome-settings-daemon \
gnome-shell \
gnome-shell-extensions \
gmime \
gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash \
"