mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 19:27:14 +00:00
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>
This commit is contained in:
committed by
Koen Kooi
parent
9292db41f1
commit
d10d896c53
@@ -0,0 +1,37 @@
|
|||||||
|
DESCRIPTION = "All packages for full XFCE installation"
|
||||||
|
SECTION = "x11/wm"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||||
|
|
||||||
|
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-appfinder \
|
||||||
|
xfce4-screenshooter \
|
||||||
|
ristretto \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user