Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 1 | SUMMARY = "Basic GNOME desktop" |
| 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 polkit systemd pam gobject-introspection-data" |
| 8 | |
| 9 | RDEPENDS_${PN} = " \ |
| 10 | adwaita-icon-theme \ |
| 11 | adwaita-icon-theme-cursors \ |
| 12 | evolution-data-server \ |
| 13 | gnome-backgrounds \ |
| 14 | gnome-bluetooth \ |
| 15 | gnome-control-center \ |
| 16 | gnome-desktop3 \ |
| 17 | gnome-flashback \ |
| 18 | gnome-keyring \ |
| 19 | gnome-menus3 \ |
| 20 | gnome-session \ |
| 21 | gnome-settings-daemon \ |
| 22 | gnome-shell \ |
| 23 | gnome-shell-extensions \ |
| 24 | gnome-tweaks \ |
| 25 | gmime \ |
| 26 | gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash \ |
| 27 | " |