diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-10-27 08:22:38 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-27 08:41:26 -0700 |
commit | 90c89db4448dbde627afa5dad3d82b7464020824 (patch) | |
tree | b72f52f1d3063e533094c43a1c814dde56a8fe02 | |
parent | 5c1ef95ec8a58edea35cf47e1ce29a5b4f982ac1 (diff) | |
download | meta-openembedded-90c89db4448dbde627afa5dad3d82b7464020824.tar.gz |
gnome-control-center: update 47.0.1 -> 47.1.1
==============
Version 47.1.1
==============
- Fix crash on display scales > 1 due to conflicting type registration
============
Version 47.1
============
- Various translation updates
- Require gsettings-desktop-schemas >= 47.0
About
- Allow FQDN hostnames
Appearance
- Fix thumbnailing of backgrounds causing OOM kills
Date and Time
- Fix resize issue in the time format row when shown in small window sizes
Online Accounts
- Fix untranslated account provider info string
Region and Language
- Update language row after closing language selector
Remote Desktop
- Hide "Remote Desktop" row when gnome-remote-desktop is not available
Wacom
- Don't crash when handling an unknown stylus ID
- Don't show Map Buttons for fallback devices
- Handle all external remotes like an external TV remote-like device
- Make assets recolaborable, supporting dark-style, high-contrast, and accent colors
- Support HDPI for tablet/stylus illustration images
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-control-center/gnome-control-center_47.1.1.bb (renamed from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.0.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.1.1.bb index f2b0d09d5c..dce7711b81 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.0.1.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.1.1.bb | |||
@@ -41,7 +41,7 @@ SRC_URI = "gitsm://gitlab.gnome.org/GNOME/gnome-control-center.git;protocol=http | |||
41 | 41 | ||
42 | S = "${WORKDIR}/git" | 42 | S = "${WORKDIR}/git" |
43 | SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" | 43 | SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" |
44 | SRCREV = "adb035fa5c61cdcff622536fde9456e3859211fd" | 44 | SRCREV = "7985fc671ad43f5925b9012e6c51231ad73a628d" |
45 | 45 | ||
46 | PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" | 46 | PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" |
47 | PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper" | 47 | PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper" |