[oe] [meta-oe 19/19] task-xfce-base: Add initial recipe adding all recipes required for xfce desktop

Andreas Mueller schnitzeltony at gmx.de
Mon Aug 1 21:02:57 UTC 2011


Signed-off-by: Andreas Mueller <schnitzeltony at gmx.de>
---
 meta-xfce/recipes-xfce/tasks/task-xfce-base.bb |   35 ++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-xfce/tasks/task-xfce-base.bb

diff --git a/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
new file mode 100644
index 0000000..8a87203
--- /dev/null
+++ b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
@@ -0,0 +1,35 @@
+DESCRIPTION = "All packages required for a base installation of XFCE"
+SECTION = "x11/wm"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
+PR = "r0"
+
+inherit task
+
+RDEPENDS_${PN} = " \
+    xfwm4 \
+    xfwm4-theme-default \
+    xfce4-session \     
+    xfconf \
+    xfdesktop \
+    xfce4-panel \
+    \
+    gtk-xfce-engine \
+    \
+    xfce-utils \
+    xfce4-panel-plugin-actions \
+    xfce4-panel-plugin-applicationsmenu \
+    xfce4-panel-plugin-clock \
+    xfce4-panel-plugin-directorymenu \
+    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-windowmenu \   
+    xfce4-settings \
+    xfce-terminal \
+    thunar \
+#    thunar-volman \
+"
-- 
1.7.4.4





More information about the Openembedded-devel mailing list