Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame^] | 1 | SUMMARY = "GNOME applications" |
| 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 4 | |
| 5 | inherit packagegroup features_check |
| 6 | |
| 7 | REQUIRED_DISTRO_FEATURES = "x11" |
| 8 | |
| 9 | RDEPENDS_${PN} = " \ |
| 10 | evolution-data-server \ |
| 11 | evince \ |
| 12 | file-roller \ |
| 13 | gedit \ |
| 14 | gnome-calculator \ |
| 15 | gnome-font-viewer \ |
| 16 | gnome-terminal \ |
| 17 | libwnck3 \ |
| 18 | nautilus \ |
| 19 | ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'gnome-system-monitor', '', d)} \ |
| 20 | " |