imsettings: upgrade 1.8.10 -> 1.8.11

Fixes building with glibc 2.43

Shortlog:
Reset gtk-im-module in gsettings to use the wayland module instead gtk4
Ensure collecting proper information on even Wayland session
Fix unexpected D-Bus session lifetime
Fix "assignment discards 'const' qualifier from pointer target type"
Show few more information in log
Drop cinnamon backend
Disable imsettings for Cinnamon

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2026-03-20 11:06:30 +01:00 committed by Khem Raj
parent 8b55b6620b
commit f362808d35
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 6 additions and 6 deletions

View File

@ -45,9 +45,9 @@ index b492532..2236257 100644
-SUFFIXES = .1.xml -SUFFIXES = .1.xml
+ +
## #
# Local Rules imsettings_boot_in = imsettings-boot.sh.in
@@ -50,12 +42,6 @@ bin_PROGRAMS = \ @@ -59,12 +51,6 @@ bin_PROGRAMS = \
libexec_PROGRAMS = \ libexec_PROGRAMS = \
imsettings-check \ imsettings-check \
$(NULL) $(NULL)
@ -60,7 +60,7 @@ index b492532..2236257 100644
# #
autostartdir = $(sysconfdir)/xdg/autostart autostartdir = $(sysconfdir)/xdg/autostart
# #
@@ -64,13 +50,6 @@ autostart_in_files = \ @@ -73,13 +59,6 @@ autostart_in_files = \
$(NULL) $(NULL)
autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
# #

View File

@ -16,11 +16,11 @@ DEPENDS = "autoconf-archive-native gtk+3 libnotify"
REQUIRED_DISTRO_FEATURES = "x11" REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI = "git://gitlab.com/tagoh/imsettings.git;protocol=https;branch=main \ SRC_URI = "git://gitlab.com/tagoh/imsettings.git;protocol=https;branch=main;tag=${PV} \
file://imsettings-gcc10.patch \ file://imsettings-gcc10.patch \
file://0001-remove-man-page.patch \ file://0001-remove-man-page.patch \
" "
SRCREV = "27d84c88831ef76397a15891ba0738ce9a83902a" SRCREV = "7fadd84fcbfe6c321dbe1c97b50cbb70efe20155"
do_configure:prepend() { do_configure:prepend() {