diff options
| author | Markus Volk <f_l_k@t-online.de> | 2026-01-15 16:04:57 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-15 08:17:17 -0800 |
| commit | a432bfa496ed38c1f03a60d18ae6e8766ddffa87 (patch) | |
| tree | 7427b3590849a4630c038ee8101f648fb4806d0d | |
| parent | 24e14063f58b5b88adb79ada768f742d0b8f917b (diff) | |
| download | meta-openembedded-a432bfa496ed38c1f03a60d18ae6e8766ddffa87.tar.gz | |
gnome-settings-daemon: update 48.0 -> 49.1
PACKAGECONFIG for wayland,nm have been removed upstream
PACKAGECONFIG for x11,xwayland have been added upstream
Add a patch to fix reproducibility in gnome-settings-daemon-src
============
Version 49.1
============
- Translation updates
Power:
- Avoid xext dependency
Xsettings:
- Build only if X11 or Xwayland are enabled
============
Version 49.0
============
- Translation updates
Power:
- Avoid polling light sensor if ambient light setting is disabled
=============
Version 49.rc
=============
- Translation updates
- Update to GNOME Session changes
Power:
- Fix check for shell-managed brightness
- Refactor light sensor enablement
A11y-settings:
- Manage Orca lifetime
===============
Version 49.beta
===============
- Translation updates
- Drop dependency on GTK4
- Add xwayland/x11 build options
Power:
- Do not treat all notifications as critical
- Let backlight auto-dimming in control of GNOME Shell
Housekeeping:
- Add new donation reminder notification
==================
Version 49.alpha.1
==================
Keyboard:
- Drop keyboard bell GSettings schema leftovers
================
Version 49.alpha
================
- Translation updates
- Update to GTK4
Power:
- Use new Mutter backlight D-Bus interface
Wacom:
- Drop support to update per-button OLED screens in Wacom
Intuos 4 model with descriptive actions. This tablet model
will still be functional, but the tiny screens besides the
pad buttons will remain blank.
============
Version 48.1
============
- Translation updates
- Cleanups and fixes
Power:
- Ensure the backlight interface signal gets emitted on startup
- Avoid using uninitialized value when restoring brightness
Sharing:
- Fixes to shutdown of sharing services
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch | 42 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb (renamed from meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.0.bb) | 19 |
2 files changed, 52 insertions, 9 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch new file mode 100644 index 0000000000..e5429366e4 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | From 49df2d7021a68d9fe13ff094e9f564323c7c8556 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Markus Volk <f_l_k@t-online.de> | ||
| 3 | Date: Thu, 15 Jan 2026 14:33:58 +0100 | ||
| 4 | Subject: [PATCH] gsd-smartcard-enum-types.c.in:fix reproducibility issue | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | --- | ||
| 8 | plugins/smartcard/gsd-smartcard-enum-types.c.in | 4 ++-- | ||
| 9 | plugins/smartcard/gsd-smartcard-enum-types.h.in | 2 +- | ||
| 10 | 2 files changed, 3 insertions(+), 3 deletions(-) | ||
| 11 | |||
| 12 | diff --git a/plugins/smartcard/gsd-smartcard-enum-types.c.in b/plugins/smartcard/gsd-smartcard-enum-types.c.in | ||
| 13 | index f281cf4e..0a970105 100644 | ||
| 14 | --- a/plugins/smartcard/gsd-smartcard-enum-types.c.in | ||
| 15 | +++ b/plugins/smartcard/gsd-smartcard-enum-types.c.in | ||
| 16 | @@ -5,8 +5,8 @@ | ||
| 17 | /*** END file-header ***/ | ||
| 18 | |||
| 19 | /*** BEGIN file-production ***/ | ||
| 20 | -#include "@filename@" | ||
| 21 | -/* enumerations from "@filename@" */ | ||
| 22 | +#include "@basename@" | ||
| 23 | +/* enumerations from "@basename@" */ | ||
| 24 | /*** END file-production ***/ | ||
| 25 | |||
| 26 | /*** BEGIN value-header ***/ | ||
| 27 | diff --git a/plugins/smartcard/gsd-smartcard-enum-types.h.in b/plugins/smartcard/gsd-smartcard-enum-types.h.in | ||
| 28 | index 79dcc3d8..3906ba4c 100644 | ||
| 29 | --- a/plugins/smartcard/gsd-smartcard-enum-types.h.in | ||
| 30 | +++ b/plugins/smartcard/gsd-smartcard-enum-types.h.in | ||
| 31 | @@ -9,7 +9,7 @@ G_BEGIN_DECLS | ||
| 32 | |||
| 33 | /*** BEGIN file-production ***/ | ||
| 34 | |||
| 35 | -/* enumerations from "@filename@" */ | ||
| 36 | +/* enumerations from "@basename@" */ | ||
| 37 | /*** END file-production ***/ | ||
| 38 | |||
| 39 | /*** BEGIN value-header ***/ | ||
| 40 | -- | ||
| 41 | 2.52.0 | ||
| 42 | |||
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.0.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb index 9a2948d432..86f469242c 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.0.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb | |||
| @@ -17,33 +17,34 @@ DEPENDS = " \ | |||
| 17 | libnotify \ | 17 | libnotify \ |
| 18 | upower \ | 18 | upower \ |
| 19 | libwacom \ | 19 | libwacom \ |
| 20 | virtual/libx11 \ | 20 | networkmanager \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | # all these are mandatory | 23 | # all these are mandatory |
| 24 | REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" | 24 | REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" |
| 25 | GIR_MESON_OPTION = "" | 25 | GIR_MESON_OPTION = "" |
| 26 | 26 | ||
| 27 | SRC_URI[archive.sha256sum] = "f3da20ab4a2ba56fd3e97b991f2bc267973d5619bd58bfa516410aa036305e45" | 27 | SRC_URI += "file://0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch" |
| 28 | SRC_URI[archive.sha256sum] = "2a9957fc4f91c3b9127b49484179bef485120d9c1c208e44d44e6a746e6cc1c1" | ||
| 28 | 29 | ||
| 29 | PACKAGECONFIG ??= " \ | 30 | PACKAGECONFIG ??= " \ |
| 30 | cups nm \ | 31 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11 alsa', d)} \ |
| 31 | alsa gudev \ | 32 | gudev \ |
| 32 | smartcard \ | 33 | smartcard \ |
| 33 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ | 34 | xwayland \ |
| 35 | cups \ | ||
| 34 | " | 36 | " |
| 35 | PACKAGECONFIG[alsa] = "-Dalsa=true,-Dalsa=false,alsa-lib" | 37 | PACKAGECONFIG[alsa] = "-Dalsa=true,-Dalsa=false,alsa-lib" |
| 36 | PACKAGECONFIG[cups] = "-Dcups=true,-Dcups=false,cups" | 38 | PACKAGECONFIG[cups] = "-Dcups=true,-Dcups=false,cups" |
| 37 | PACKAGECONFIG[gudev] = "-Dgudev=true,-Dgudev=false,libgudev" | 39 | PACKAGECONFIG[gudev] = "-Dgudev=true,-Dgudev=false,libgudev" |
| 38 | PACKAGECONFIG[nm] = "-Dnetwork_manager=true,-Dnetwork_manager=false,networkmanager" | ||
| 39 | PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" | 40 | PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" |
| 40 | PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland" | 41 | PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,cups" |
| 42 | PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=true" | ||
| 43 | PACKAGECONFIG[x11] = "-Dx11=true,-Dx11=false,libx11 libxfixes" | ||
| 41 | 44 | ||
| 42 | def gnome_verdir(v): | 45 | def gnome_verdir(v): |
| 43 | return oe.utils.trim_version(v, 1) | 46 | return oe.utils.trim_version(v, 1) |
| 44 | 47 | ||
| 45 | PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" | ||
| 46 | |||
| 47 | FILES:${PN} += " \ | 48 | FILES:${PN} += " \ |
| 48 | ${systemd_user_unitdir} \ | 49 | ${systemd_user_unitdir} \ |
| 49 | ${libdir}/gnome-settings-daemon-${@gnome_verdir("${PV}")}/libgsd.so \ | 50 | ${libdir}/gnome-settings-daemon-${@gnome_verdir("${PV}")}/libgsd.so \ |
