blob: 13394ca1db3704279bd4be2f913ac325c225d60d [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001SUMMARY = "Basic GNOME desktop"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4
Andrew Geissler595f6302022-01-24 19:11:47 +00005# gnome-menus & gmime get debian renamed
6PACKAGE_ARCH = "${TUNE_PKGARCH}"
7
Brad Bishope42b3e32020-01-15 22:08:42 -05008inherit packagegroup features_check
9
10REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
11
Patrick Williams213cb262021-08-07 19:21:33 -050012RDEPENDS:${PN} = " \
Brad Bishope42b3e32020-01-15 22:08:42 -050013 adwaita-icon-theme \
14 adwaita-icon-theme-cursors \
15 evolution-data-server \
16 gnome-backgrounds \
17 gnome-bluetooth \
18 gnome-control-center \
Andrew Geissler595f6302022-01-24 19:11:47 +000019 gnome-desktop \
Brad Bishope42b3e32020-01-15 22:08:42 -050020 gnome-flashback \
21 gnome-keyring \
Andrew Geissler595f6302022-01-24 19:11:47 +000022 gnome-menus \
Brad Bishope42b3e32020-01-15 22:08:42 -050023 gnome-session \
24 gnome-settings-daemon \
25 gnome-shell \
26 gnome-shell-extensions \
27 gnome-tweaks \
28 gmime \
29 gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash \
30"