gnome-system-monitor: upgrade 42.0 -> 44.0

Changelog:
===========
* Updated translations
* Code improvements
* Fixed help overlay shortcuts !56
* Use WMClass for application !62
* Don't reset the graph when toggling smooth draw !63

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2023-03-24 08:37:59 +08:00 committed by Khem Raj
parent 80534e1f99
commit ce63128aa5

View File

@ -23,7 +23,7 @@ REQUIRED_DISTRO_FEATURES = "polkit"
def gnome_verdir(v):
return oe.utils.trim_version(v, 1)
SRC_URI[archive.sha256sum] = "13239d22032201a22bd29833c575b684816700d2de168a1530223577c5c075dc"
SRC_URI[archive.sha256sum] = "c2bab7eddba92827c4c8de44293e7e3c84c9e5076f31985887ff8969cec45e6e"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"