summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.3.bb
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2022-10-18 10:32:07 +0200
committerKhem Raj <raj.khem@gmail.com>2022-10-18 11:48:35 -0700
commit050b5414b3079ddcae087cc61472c3c77136a38f (patch)
treeb995ea1ace1f6d7efe091702c404140f6b94e6c6 /meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.3.bb
parent36f92899a6a11ae996920805ae9aaf63f386422c (diff)
downloadmeta-openembedded-050b5414b3079ddcae087cc61472c3c77136a38f.tar.gz
xfce4-settings: upgrade 4.16.2 -> 4.16.3
This version includes a fix for an issue led by libx11 thread safety feature, that is enabled by default, since the upgrade to 1.8.1. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.3.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.3.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.3.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.3.bb
new file mode 100644
index 0000000000..f283edac6a
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.3.bb
@@ -0,0 +1,31 @@
1SUMMARY = "Xfce4 settings"
2SECTION = "x11/wm"
3LICENSE = "GPL-2.0-only"
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] = "f299e6d26d8e142c0b7edeb9b8917d6bd50bc8647254ea585069c68f2bab8e64"
13
14EXTRA_OECONF += "--enable-maintainer-mode --disable-debug"
15
16PACKAGECONFIG ??= " \
17 notify \
18 ${@bb.utils.contains('DISTRO_FEATURES','alsa','sound-setter', bb.utils.contains('DISTRO_FEATURES','pulseaudio','sound-setter','',d),d)} \
19"
20PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
21PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop"
22
23FILES:${PN} += " \
24 ${libdir}/xfce4 \
25 ${datadir}/xfce4 \
26"
27
28RRECOMMENDS:${PN} += "adwaita-icon-theme"
29RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}"
30RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}"
31RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d)}"