summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb')
-rw-r--r--meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
new file mode 100644
index 000000000..762757659
--- /dev/null
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
@@ -0,0 +1,37 @@
1DESCRIPTION = "All packages required for a base installation of XFCE"
2SECTION = "x11/wm"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
5PR = "r2"
6
7inherit packagegroup
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 \
33 xfce4-notifyd \
34 xfce-terminal \
35 thunar \
36 thunar-volman \
37"