aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb
blob: 2dbd9f01e1a309ae4eddab90dd7d32d4529e63fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
DESCRIPTION = "All packages for full XFCE installation"
SECTION = "x11/wm"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"

PR = "r1"

inherit task

# mandatory
RDEPENDS_${PN} = " \
    task-xfce-base \
"

# nice to have
RRECOMMENDS_${PN} = " \
    xfwm4-theme-daloa \
    xfwm4-theme-kokodi \
    xfwm4-theme-moheli \
    xfwm4-theme-sassandra \
    xfwm4-theme-stoneage \
    xfwm4-theme-therapy \
    xfwm4-theme-tyrex \
    xfwm4-theme-wallis \
    \
    xfce4-icon-theme \
    \
    xfce4-cpufreq-plugin \
    xfce4-cpugraph-plugin \
    xfce4-datetime-plugin \
    xfce4-eyes-plugin \
    xfce4-clipman-plugin \
    xfce4-diskperf-plugin \
    xfce4-netload-plugin \
    xfce4-genmon-plugin \
    \
    xfce4-appfinder \
    xfce4-screenshooter \
    ristretto \
"