diff options
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.bb | 30 |
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 @@ | |||
| 1 | SUMMARY = "Xfce4 settings" | ||
| 2 | SECTION = "x11/wm" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 5 | DEPENDS = "exo garcon libxi virtual/libx11 xrandr libxcursor libxklavier upower" | ||
| 6 | |||
| 7 | inherit xfce features_check mime-xdg | ||
| 8 | |||
| 9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 10 | |||
| 11 | SRC_URI += "file://0001-xsettings.xml-Set-default-themes.patch" | ||
| 12 | SRC_URI[sha256sum] = "67a1404fc754c675c6431e22a8fe0e5d79644fdfadbfe25a4523d68e1442ddc2" | ||
| 13 | |||
| 14 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" | ||
| 15 | |||
| 16 | PACKAGECONFIG ??= " \ | ||
| 17 | ${@bb.utils.contains('DISTRO_FEATURES','alsa','sound-setter', bb.utils.contains('DISTRO_FEATURES','pulseaudio','sound-setter','',d),d)} \ | ||
| 18 | " | ||
| 19 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | ||
| 20 | PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop" | ||
| 21 | |||
| 22 | FILES_${PN} += " \ | ||
| 23 | ${libdir}/xfce4 \ | ||
| 24 | ${datadir}/xfce4 \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RRECOMMENDS_${PN} += "adwaita-icon-theme" | ||
| 28 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" | ||
| 29 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" | ||
| 30 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d)}" | ||
