summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"