task-xfce-base: use splited xfce4-plugins
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 18 Oct 2008 20:04:09 +0000 (17:04 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 18 Oct 2008 20:04:09 +0000 (17:04 -0300)
packages/tasks/task-xfce-base.bb

index bf6813a..b734341 100644 (file)
@@ -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"