summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.0.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.0.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.0.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.0.bb
new file mode 100644
index 0000000000..47de8c571e
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.0.bb
@@ -0,0 +1,30 @@
1SUMMARY = "Xfce4 settings"
2SECTION = "x11/wm"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "exo garcon libxi virtual/libx11 xrandr libxcursor libxklavier upower"
6
7inherit xfce features_check mime-xdg
8
9REQUIRED_DISTRO_FEATURES = "x11"
10
11SRC_URI += "file://0001-xsettings.xml-Set-default-themes.patch"
12SRC_URI[sha256sum] = "67a1404fc754c675c6431e22a8fe0e5d79644fdfadbfe25a4523d68e1442ddc2"
13
14EXTRA_OECONF += "--enable-maintainer-mode --disable-debug"
15
16PACKAGECONFIG ??= " \
17 ${@bb.utils.contains('DISTRO_FEATURES','alsa','sound-setter', bb.utils.contains('DISTRO_FEATURES','pulseaudio','sound-setter','',d),d)} \
18"
19PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
20PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop"
21
22FILES_${PN} += " \
23 ${libdir}/xfce4 \
24 ${datadir}/xfce4 \
25"
26
27RRECOMMENDS_${PN} += "adwaita-icon-theme"
28RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}"
29RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}"
30RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d)}"