diff options
author | Andreas Mueller <schnitzeltony@gmx.de> | 2011-08-01 21:56:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-05 19:49:59 +0200 |
commit | cc7dcd22b4c7464b604d298b53a9ef15d1757f7a (patch) | |
tree | d7163207ec33df42006fb3fbfe6b133f35a8c78d /meta-xfce/recipes-xfce | |
parent | 905998fa79c1fc32d5d99ed5f7a69fa8c32c90e3 (diff) | |
download | meta-openembedded-cc7dcd22b4c7464b604d298b53a9ef15d1757f7a.tar.gz |
task-xfce-base: Add initial recipe adding all recipes required for xfce desktop
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r-- | 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 000000000..8a87203fb --- /dev/null +++ b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb | |||
@@ -0,0 +1,35 @@ | |||
1 | DESCRIPTION = "All packages required for a base installation of XFCE" | ||
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | ||
5 | PR = "r0" | ||
6 | |||
7 | inherit task | ||
8 | |||
9 | RDEPENDS_${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 | " | ||