blob: 6ddf8ee9120c0713b0d42d5291341681b93685e8 [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
9RDEPENDS_${PN} = " \
Andrew Geissler89770b02020-06-13 10:40:47 -050010 packagegroup-core-x11 \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011 xfwm4 \
Patrick Williamsddad1a12017-02-23 20:36:32 -060012 xfce4-session \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013 xfconf \
14 xfdesktop \
15 xfce4-panel \
16 \
Patrick Williamsddad1a12017-02-23 20:36:32 -060017 librsvg-gtk \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050018 \
19 xfce4-panel-plugin-actions \
20 xfce4-panel-plugin-applicationsmenu \
21 xfce4-panel-plugin-clock \
22 xfce4-panel-plugin-directorymenu \
23 xfce4-panel-plugin-launcher \
24 xfce4-panel-plugin-pager \
25 xfce4-panel-plugin-separator \
26 xfce4-panel-plugin-showdesktop \
27 xfce4-panel-plugin-systray \
28 xfce4-panel-plugin-tasklist \
Patrick Williamsddad1a12017-02-23 20:36:32 -060029 xfce4-panel-plugin-windowmenu \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050030 xfce4-settings \
31 \
32 xfce4-notifyd \
33 xfce4-terminal \
34 thunar \
35 thunar-volman \
36"