aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Mueller <schnitzeltony@gmx.de>2011-08-01 21:56:47 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-05 19:49:59 +0200
commitcc7dcd22b4c7464b604d298b53a9ef15d1757f7a (patch)
treed7163207ec33df42006fb3fbfe6b133f35a8c78d /meta-xfce
parent905998fa79c1fc32d5d99ed5f7a69fa8c32c90e3 (diff)
downloadmeta-openembedded-contrib-cc7dcd22b4c7464b604d298b53a9ef15d1757f7a.tar.gz
task-xfce-base: Add initial recipe adding all recipes required for xfce desktop
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/tasks/task-xfce-base.bb35
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 0000000000..8a87203fb9
--- /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 \
+"