blob: d47d847a59172923fb60c1485e1571505690a612 [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001SUMMARY = "GNOME applications"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4
5inherit packagegroup features_check
6
Andrew Geissler69721092021-07-23 12:57:00 -04007REQUIRED_DISTRO_FEATURES = "x11 polkit gobject-introspection-data"
Brad Bishope42b3e32020-01-15 22:08:42 -05008
Patrick Williams213cb262021-08-07 19:21:33 -05009RDEPENDS:${PN} = " \
Brad Bishope42b3e32020-01-15 22:08:42 -050010 evolution-data-server \
11 evince \
12 file-roller \
13 gedit \
Andrew Geissler82c905d2020-04-13 13:39:40 -050014 ghex \
Brad Bishope42b3e32020-01-15 22:08:42 -050015 gnome-calculator \
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050016 gnome-calendar \
Brad Bishope42b3e32020-01-15 22:08:42 -050017 gnome-font-viewer \
Andrew Geissler89770b02020-06-13 10:40:47 -050018 gnome-photos \
Brad Bishope42b3e32020-01-15 22:08:42 -050019 gnome-terminal \
Andrew Geissler69721092021-07-23 12:57:00 -040020 gthumb \
Brad Bishope42b3e32020-01-15 22:08:42 -050021 libwnck3 \
22 nautilus \
Andrew Geisslerf103a7f2021-05-07 16:09:40 -050023 ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'gnome-system-monitor gnome-disk-utility', '', d)} \
Brad Bishope42b3e32020-01-15 22:08:42 -050024"