Explorar el Código

gnome-control-center: upgrade 3.36.3 -> 3.36.4

================
Version 3.36.4
================

- Updated translations.

Sound:
- sound: Stop non-interactive profile changes from triggering changed events.

Users:
- Don't limit the number of maximum fingerprint enroll stages.
- Don't use sync calls for deleting fingerprints.
- Only load the fingerprint state once.
- Make the fingerprint operations cancellable.
- Don't wait for fprintd on initialization.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Müller hace 3 años
padre
commit
c25c900af2

+ 2 - 2
meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.3.bb → meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.4.bb

@@ -30,8 +30,8 @@ DEPENDS = " \
 
 REQUIRED_DISTRO_FEATURES += "polkit pulseaudio systemd x11"
 
-SRC_URI[archive.md5sum] = "fd99a8df0cc656e971415f2a1b310019"
-SRC_URI[archive.sha256sum] = "bc174d970dbeca3ee19c26019de31e9edf78dc9c4abde16e763566ee38c3691c"
+SRC_URI[archive.md5sum] = "16c228d7de4e9d2d57550791fbca3390"
+SRC_URI[archive.sha256sum] = "ac02346bcf3391aa5c86ed857d76689fdb6e43c2b4b20d3ec6eab0ea9fecf754"
 SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
 
 PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"