packagegroup-gnome-desktop.bb 691 B

123456789101112131415161718192021222324252627
  1. SUMMARY = "Basic GNOME desktop"
  2. LICENSE = "MIT"
  3. LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
  4. inherit packagegroup features_check
  5. REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
  6. RDEPENDS_${PN} = " \
  7. adwaita-icon-theme \
  8. adwaita-icon-theme-cursors \
  9. evolution-data-server \
  10. gnome-backgrounds \
  11. gnome-bluetooth \
  12. gnome-control-center \
  13. gnome-desktop3 \
  14. gnome-flashback \
  15. gnome-keyring \
  16. gnome-menus3 \
  17. gnome-session \
  18. gnome-settings-daemon \
  19. gnome-shell \
  20. gnome-shell-extensions \
  21. gnome-tweaks \
  22. gmime \
  23. gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash \
  24. "