summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-03-19 19:50:29 +0100
committerKhem Raj <raj.khem@gmail.com>2025-03-20 08:46:56 -0700
commit42727bb3c0b230a819b73e3f6cea8ecffc02cf69 (patch)
tree54fe063f8f45198240da8b5ef4186fe8c9a9719c
parent8835150fb8521a3b5a7367cce9585bb2c3a3f080 (diff)
downloadmeta-openembedded-42727bb3c0b230a819b73e3f6cea8ecffc02cf69.tar.gz
gnome-system-monitor: update 47.1 -> 48.0
- add catch2 dependency New in 48.0 - 15 March 2025 * Updated translations New in 48.rc - 1 March 2025 * Updated translations New in 48.beta - 1 February 2025 * Updated translations * Code improvements (David Stone) * Fixed memory leaks drawing graphs #302 !190 (Matthew House) New in 48.alpha - 11 January 2025 * Updated translations * Ensure search button is only active on processes page !161 (Óscar Fernández Díaz) * Drop lsof ellipses following Human Interface Guidelines !163 (Óscar Fernández Díaz) * Fix resuming from suspended state #304 !166 (Balló György) * Fix high disks writes during window resize #327 !167 (Óscar Fernández Díaz) 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-system-monitor/gnome-system-monitor_48.0.bb (renamed from meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.1.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.1.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_48.0.bb
index e26ae991ff..35d1adf700 100644
--- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_48.0.bb
@@ -3,6 +3,7 @@ LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4 4
5DEPENDS = " \ 5DEPENDS = " \
6 catch2 \
6 gnome-common-native \ 7 gnome-common-native \
7 libxml2-native \ 8 libxml2-native \
8 glib-2.0-native \ 9 glib-2.0-native \
@@ -22,7 +23,7 @@ inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check get
22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 23ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
23REQUIRED_DISTRO_FEATURES = "polkit" 24REQUIRED_DISTRO_FEATURES = "polkit"
24 25
25SRC_URI[archive.sha256sum] = "d3c5714fd91fa7f05d6775e6797ccdab3149f131d1aa776a3352e2addb110f01" 26SRC_URI[archive.sha256sum] = "e4e5b345fbd4d7dc2f40ad6c62305ae5c7cc2b465ce95988692a54af347532a3"
26 27
27PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 28PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
28PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" 29PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"