[oe-commits] Otavio Salvador : task-xfce-base: use splited xfce4-plugins

GIT User account git at amethyst.openembedded.net
Sat Oct 18 20:07:47 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3a44c41ea3993ef7899f49228eab5874ae0bfb04
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a44c41ea3993ef7899f49228eab5874ae0bfb04

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Sat Oct 18 17:04:09 2008 -0300

task-xfce-base: use splited xfce4-plugins

---

 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 bf6813a..b734341 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"





More information about the Openembedded-commits mailing list