[oe-commits] Andreas Mueller : task-xfce-base: Add initial recipe adding all recipes required for xfce desktop

git version control git at git.openembedded.org
Fri Aug 5 17:55:15 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: cc7dcd22b4c7464b604d298b53a9ef15d1757f7a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=cc7dcd22b4c7464b604d298b53a9ef15d1757f7a

Author: Andreas Mueller <schnitzeltony at gmx.de>
Date:   Mon Aug  1 21:56:47 2011 +0200

task-xfce-base: Add initial recipe adding all recipes required for xfce desktop

---

 meta-xfce/recipes-xfce/tasks/task-xfce-base.bb |   35 ++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

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 \
+"





More information about the Openembedded-commits mailing list