summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-09-20 17:08:12 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-11 00:25:43 -0700
commita076087a5dcf4827b6b8c2268017aad558141964 (patch)
tree48c18e54bb9a9359800abf38d9ea97e0dc65b2b4
parent7ac5a0dc86cacabb37df0c2be40ec4b211b948df (diff)
downloadmeta-openembedded-a076087a5dcf4827b6b8c2268017aad558141964.tar.gz
gnome-system-monitor_46.0 -> 47.0
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 #300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application #260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points #248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty #203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Ó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_47.0.bb (renamed from meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_46.0.bb)5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_46.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.0.bb
index eaeaa2cb0f..721ae5a943 100644
--- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.0.bb
@@ -22,10 +22,7 @@ inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check get
22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
23REQUIRED_DISTRO_FEATURES = "polkit" 23REQUIRED_DISTRO_FEATURES = "polkit"
24 24
25def gnome_verdir(v): 25SRC_URI[archive.sha256sum] = "ede7b925eb714d8b3c2bfbf7405a1b714494fe47e02f0af08f5837b3e256547f"
26 return oe.utils.trim_version(v, 1)
27
28SRC_URI[archive.sha256sum] = "5376248158c686c308255472e8c2a9e4c17255642c149fc7198c6d034e547599"
29 26
30PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 27PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
31PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" 28PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"