Skip to content

Commit

Permalink
gnome-control-center: upgrade 3.34.4 -> 3.34.5
Browse files Browse the repository at this point in the history
================
Version 3.34.5
================

- Updated translations
- Remove some dead code

Display
- Fix resolution options getting stuck in a low resolution

Network
- Print warning if failed to save to libsecret
- Handle security combo box being not selected correctly
- Fix small memory leaks

Sharing:
- Fix small memory leak

User Accounts
- Fix uninitialized variable
- Fix small memory leak

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
schnitzeltony authored and kraj committed Apr 6, 2020
1 parent 7a44ad2 commit 6f5c0f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ DEPENDS = " \

REQUIRED_DISTRO_FEATURES += "polkit pulseaudio systemd x11"

SRC_URI[archive.md5sum] = "4a783c45d6775185a683f143a14d460e"
SRC_URI[archive.sha256sum] = "17ea6db4b9cee75e99e77f0161a0e5209a3b86444ae775c2068ec192aba6272e"
SRC_URI[archive.md5sum] = "ca92151a2a58cc3e0a73e88379e96ce2"
SRC_URI[archive.sha256sum] = "b30d0afb99252f150e37d5ca4bc83b89bf4aa6d18c5d367230053278634e0c47"
SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"

PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
Expand Down

0 comments on commit 6f5c0f6

Please sign in to comment.