gnome-control-center: update 46.1 -> 46.2

============
Version 46.2
============

- Enable the "Location" settings panel by default (build-optional)
- Various translation updates
- Improve accessibility of some secondary-labels in settings rows
- Increase default log verbosity level

Accessibility
- Fix icon name of accessibility panel desktop file
- Fix flash area settings selection shown incorrectly

Display
- Fix crash when closing laptop lid

Keyboard
- Fix keyboard navigation of keyboard shortcuts dialog categories

Mouse and Touchpad
- Remove unnecessary a11y label

Network
- Fix crash when removing bluetooth network adapter row
- Sort VPN connections list alphabetically
- Remove incorrect assertion that breaks proxy settings page

Sound
- Make sliders more accessible by keyboard
- Remove need for translating speaker test button tooltip

System
- Improve accessibility of "Copy" buttons in Remote Desktop
- Fix crash in Date And Time settings closing before async calls finish
- Fix reuse of remote-desktop verify encryption fingerprint dialog

Users
- Fix visibility issue in parental controls row

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk
2024-05-28 12:16:42 +02:00
committed by Khem Raj
parent 378a095d2d
commit ab98a21460
2 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
From 8e542784b8ca49c655df0f251a1a1dec724a522e Mon Sep 17 00:00:00 2001
From 9b88f816ffbe3dd35d0260974e246f6694983500 Mon Sep 17 00:00:00 2001
From: Markus Volk <f_l_k@t-online.de>
Date: Mon, 18 Mar 2024 05:50:21 +0100
Subject: [PATCH] Add meson option to pass sysroot
@@ -13,14 +13,14 @@ Upstream-Status: Inappropriate [OE specific]
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meson_options.txt b/meson_options.txt
index f415a7e..8966632 100644
index b2302bf..5b9baf5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,4 @@
+option('oe_sysroot', type: 'string', value: '', description: 'Directory for OE-sysroot')
option('deprecated-declarations', type: 'feature', value: 'disabled', description: 'build with deprecated declaration warnings')
option('documentation', type: 'boolean', value: false, description: 'build documentation')
option('location-services', type: 'feature', value: 'disabled', description: 'build with location services')
option('location-services', type: 'feature', value: 'enabled', description: 'build with location services')
diff --git a/panels/background/meson.build b/panels/background/meson.build
index 6ced050..df1f808 100644
--- a/panels/background/meson.build
@@ -38,7 +38,7 @@ inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext upstream-version-is
REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11"
SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
SRC_URI[archive.sha256sum] = "81792423019deda1d2a074c1ecf6a7e6ef3172c09cbe6f4d7995a4b5dea28312"
SRC_URI[archive.sha256sum] = "6335c6cb8164e574db521fff61cfa3dfaa55f1db66ae3bca02750a193e1c4f3d"
PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper"