diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-10-18 17:04:09 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-10-18 17:04:09 -0300 |
commit | 3a44c41ea3993ef7899f49228eab5874ae0bfb04 (patch) | |
tree | 121ac658be8979f1843dabd12e38a56fbb2b3768 /packages/tasks | |
parent | 34f093e3653d06c143d0da22bdde491e792a266b (diff) |
task-xfce-base: use splited xfce4-plugins
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-xfce-base.bb | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/packages/tasks/task-xfce-base.bb b/packages/tasks/task-xfce-base.bb index bf6813a4ef..b734341c54 100644 --- a/packages/tasks/task-xfce-base.bb +++ b/packages/tasks/task-xfce-base.bb @@ -4,12 +4,31 @@ DESCRIPTION = "All packages required for an base XFCE installation" LICENSE = "MIT" -FILE_PR = "r3" +FILE_PR = "r4" inherit task -RDEPENDS_${PN} = "xfce-mcs-manager xfwm4 xfwm4-theme-default xfce-utils xfdesktop \ - xfce4-panel xfce4-panel-plugins xfce-mcs-plugins xfwm4-mcs-plugins \ - xfce4-panel-mcs-plugins \ - xfdesktop-mcs-plugins" +RDEPENDS_${PN} = " \ + xfce-mcs-manager \ + xfwm4 \ + xfwm4-theme-default \ + xfce-utils \ + xfdesktop \ + xfce4-panel \ + xfce4-panel-plugin-actions \ + xfce4-panel-plugin-clock \ + xfce4-panel-plugin-iconbox \ + xfce4-panel-plugin-launcher \ + xfce4-panel-plugin-pager \ + xfce4-panel-plugin-separator \ + xfce4-panel-plugin-showdesktop \ + xfce4-panel-plugin-systray \ + xfce4-panel-plugin-tasklist \ + xfce4-panel-plugin-windowlist \ + xfce-mcs-plugins \ + xfwm4-mcs-plugins \ + xfce4-panel-mcs-plugins \ + xfdesktop-mcs-plugins \ +" + RRECOMMENDS_${PN} = "xfce-utils-mcs-plugins" |