summaryrefslogtreecommitdiffstats
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
parent905998fa79c1fc32d5d99ed5f7a69fa8c32c90e3 (diff)
downloadmeta-openembedded-cc7dcd22b4c7464b604d298b53a9ef15d1757f7a.tar.gz
task-xfce-base: Add initial recipe adding all recipes required for xfce desktop
-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 000000000..8a87203fb
--- /dev/null
+++ b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
@@ -0,0 +1,35 @@
1DESCRIPTION = "All packages required for a base installation of XFCE"
2SECTION = "x11/wm"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
5PR = "r0"
6
7inherit task
8
9RDEPENDS_${PN} = " \
10 xfwm4 \
11 xfwm4-theme-default \
12 xfce4-session \
13 xfconf \
14 xfdesktop \
15 xfce4-panel \
16 \
17 gtk-xfce-engine \
18 \
19 xfce-utils \
20 xfce4-panel-plugin-actions \
21 xfce4-panel-plugin-applicationsmenu \
22 xfce4-panel-plugin-clock \
23 xfce4-panel-plugin-directorymenu \
24 xfce4-panel-plugin-launcher \
25 xfce4-panel-plugin-pager \
26 xfce4-panel-plugin-separator \
27 xfce4-panel-plugin-showdesktop \
28 xfce4-panel-plugin-systray \
29 xfce4-panel-plugin-tasklist \
30 xfce4-panel-plugin-windowmenu \
31 xfce4-settings \
32 xfce-terminal \
33 thunar \
34# thunar-volman \
35"