summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-07-22 18:53:43 +0200
committerKhem Raj <raj.khem@gmail.com>2025-07-23 08:46:33 -0700
commit3394aa1f16a0487075d0f289872b9fffa7acfb5e (patch)
tree12c008b9e9df689d26297c4635e1eca6451a9d7b
parentad6c02a4699fa903b309f9aa9536bc8d1eb2d17d (diff)
downloadmeta-openembedded-3394aa1f16a0487075d0f289872b9fffa7acfb5e.tar.gz
gnome-control-center: update 48.0 -> 48.3
============ Version 48.3 ============ - Various translation updates - Various accessibility fixes About - Properly close System Details dialog supressing dispose warning Common - Fix use-after-free in CcPermissionInfobar Colors - Remote extra line below the device name Global Shortcuts - Discard request from invalid app ID Wacom - Plug stylus motion backlog array leak ============ Version 48.2 ============ - Various translation updates - Wrap settings panel names in small window sizes - Call g_type_ensure for a custom class - Add rounded borders to illustrations About - Fix multiple GPU name display with NVIDIA GPU on Desktop PC Apps - Set bold style to the app name - Hide preference group if no permissions are shown Notifications - Fix crash when modifying app settings multiple times Power - Change power saver icon to leaf (matching GNOME Shell) System - Improve password generation logic - Use EFF's Wordlists for Random Passphrases for password generator Users - Don't crash when failing to crop avatar images Wacom - Get motion history from tablets in test drawing area ============ Version 48.1 ============ - Various translation updates Keyboard - Fix duplicated "Search" entries in the Custom Shortcuts Network - Fix bad memory access in wsec_size_group_clear() Power - Set suspend notice message visible by default Printers - Run printer details response callback when closing dialog Wellbeing - Don't make screen time row activatable - Fix NAN handling for chart labels - Fix chart height calculation for partially filled week 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_48.3.bb (renamed from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.3.bb
index 340273aa33..d8d5849534 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.3.bb
@@ -39,7 +39,7 @@ inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext gi-docgen upstream-
39REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11" 39REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11"
40 40
41SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" 41SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
42SRC_URI[archive.sha256sum] = "1652202db36a2be7441019b9daff3574e80428598e82395a87418015a8c06624" 42SRC_URI[archive.sha256sum] = "c0698245a6420badd077c16ffb218860e457cd7300612718eabf9aba47222bae"
43 43
44PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" 44PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
45PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper" 45PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper"