blob: 9545ad1a81c1840b3421dccff030fd423f550097 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "All packages required for a base installation of XFCE"
2SECTION = "x11/wm"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05003PR = "r5"
4
Brad Bishop8410d612019-11-25 09:40:59 -05005inherit packagegroup features_check
Patrick Williamsddad1a12017-02-23 20:36:32 -06006
7REQUIRED_DISTRO_FEATURES = "x11"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05008
Patrick Williams213cb262021-08-07 19:21:33 -05009RDEPENDS:${PN} = " \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010 xfwm4 \
Patrick Williamsddad1a12017-02-23 20:36:32 -060011 xfce4-session \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050012 xfconf \
13 xfdesktop \
14 xfce4-panel \
15 \
Patrick Williamsddad1a12017-02-23 20:36:32 -060016 librsvg-gtk \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050017 \
18 xfce4-panel-plugin-actions \
19 xfce4-panel-plugin-applicationsmenu \
20 xfce4-panel-plugin-clock \
21 xfce4-panel-plugin-directorymenu \
22 xfce4-panel-plugin-launcher \
23 xfce4-panel-plugin-pager \
24 xfce4-panel-plugin-separator \
25 xfce4-panel-plugin-showdesktop \
26 xfce4-panel-plugin-systray \
27 xfce4-panel-plugin-tasklist \
Patrick Williamsddad1a12017-02-23 20:36:32 -060028 xfce4-panel-plugin-windowmenu \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050029 xfce4-settings \
30 \
31 xfce4-notifyd \
32 xfce4-terminal \
33 thunar \
34 thunar-volman \
35"