diff options
| author | Thomas Perrot <thomas.perrot@bootlin.com> | 2022-10-18 10:32:07 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-18 11:48:35 -0700 |
| commit | 050b5414b3079ddcae087cc61472c3c77136a38f (patch) | |
| tree | b995ea1ace1f6d7efe091702c404140f6b94e6c6 /meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.3.bb | |
| parent | 36f92899a6a11ae996920805ae9aaf63f386422c (diff) | |
| download | meta-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.bb | 31 |
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 @@ | |||
| 1 | SUMMARY = "Xfce4 settings" | ||
| 2 | SECTION = "x11/wm" | ||
| 3 | LICENSE = "GPL-2.0-only" | ||
| 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] = "f299e6d26d8e142c0b7edeb9b8917d6bd50bc8647254ea585069c68f2bab8e64" | ||
| 13 | |||
| 14 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" | ||
| 15 | |||
| 16 | PACKAGECONFIG ??= " \ | ||
| 17 | notify \ | ||
| 18 | ${@bb.utils.contains('DISTRO_FEATURES','alsa','sound-setter', bb.utils.contains('DISTRO_FEATURES','pulseaudio','sound-setter','',d),d)} \ | ||
| 19 | " | ||
| 20 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | ||
| 21 | PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop" | ||
| 22 | |||
| 23 | FILES:${PN} += " \ | ||
| 24 | ${libdir}/xfce4 \ | ||
| 25 | ${datadir}/xfce4 \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RRECOMMENDS:${PN} += "adwaita-icon-theme" | ||
| 29 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" | ||
| 30 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" | ||
| 31 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d)}" | ||
