meta-openembedded/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
Martin Jansa c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00

25 lines
607 B
BlitzBasic

SUMMARY = "GNOME applications"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
inherit packagegroup features_check
REQUIRED_DISTRO_FEATURES = "x11 polkit gobject-introspection-data"
RDEPENDS:${PN} = " \
evolution-data-server \
evince \
file-roller \
gedit \
ghex \
gnome-calculator \
gnome-calendar \
gnome-font-viewer \
gnome-photos \
gnome-terminal \
gthumb \
libwnck3 \
nautilus \
${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'gnome-system-monitor gnome-disk-utility', '', d)} \
"