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