summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmx.de>2011-11-07 23:22:35 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-08 09:02:03 +0100
commitd10d896c5346970c2c886820b11d4f00bb93a2a9 (patch)
tree74a507870b8908513558f16d70227f9fc7f64c02 /meta-xfce
parent9292db41f1e1707e0c6864cedf95ce4d7b366e83 (diff)
downloadmeta-openembedded-d10d896c5346970c2c886820b11d4f00bb93a2a9.tar.gz
task-xfce-extended: initial add task for full featured XFCE
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb b/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb
new file mode 100644
index 000000000..122252f28
--- /dev/null
+++ b/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb
@@ -0,0 +1,37 @@
1DESCRIPTION = "All packages for full XFCE installation"
2SECTION = "x11/wm"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
5
6inherit task
7
8# mandatory
9RDEPENDS_${PN} = " \
10 task-xfce-base \
11"
12
13# nice to have
14RRECOMMENDS_${PN} = " \
15 xfwm4-theme-daloa \
16 xfwm4-theme-kokodi \
17 xfwm4-theme-moheli \
18 xfwm4-theme-sassandra \
19 xfwm4-theme-stoneage \
20 xfwm4-theme-therapy \
21 xfwm4-theme-tyrex \
22 xfwm4-theme-wallis \
23 \
24 xfce4-icon-theme \
25 \
26 xfce4-cpufreq-plugin \
27 xfce4-cpugraph-plugin \
28 xfce4-datetime-plugin \
29 xfce4-eyes-plugin \
30 xfce4-clipman-plugin \
31 xfce4-diskperf-plugin \
32 xfce4-netload-plugin \
33 \
34 xfce4-appfinder \
35 xfce4-screenshooter \
36 ristretto \
37"