From patchwork Sat Mar 23 08:41:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 41406 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6428ACD1287 for ; Sat, 23 Mar 2024 08:41:27 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.web11.5312.1711183280320002520 for ; Sat, 23 Mar 2024 01:41:20 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.81, mailfrom: f_l_k@t-online.de) Received: from fwd75.aul.t-online.de (fwd75.aul.t-online.de [10.223.144.101]) by mailout03.t-online.de (Postfix) with SMTP id 3FDA3452E8 for ; Sat, 23 Mar 2024 09:41:18 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.154.167.162]) by fwd75.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rnwwD-1MMRGc0; Sat, 23 Mar 2024 09:41:13 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 02/13] gnome-system-monitor: update 45.0.1 -> 46.0 Date: Sat, 23 Mar 2024 09:41:27 +0100 Message-ID: <20240323084138.178281-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240323084138.178281-1-f_l_k@t-online.de> References: <20240323084138.178281-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1711183273-0CA7E850-A810257C/0/0 CLEAN NORMAL X-TOI-MSGID: ef163739-20f6-4cbf-a2b7-e0ab29b9b247 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 23 Mar 2024 08:41:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/109533 - gnome-system-monitor was ported to gtk4 New in 46.0 - 16 March 2024 * Updated translations * style: Blend header bar with window contents !126 (kramo) New in 46.rc - 2 March 2024 * Updated translations * interface: Readd Delete key as shortcut to end process !128 (Óscar Fernández Díaz) * Fixed memory leak in affinity change !129 (Yannis Gerlach) * Updated app links !130 (Óscar Fernández Díaz) * Metainformation improvements: correct developer and platform added (Sophie Herold) New in 46.beta - 11 February 2024 * Updated translations * Fixed several memory leaks (Barnabás Pőcze) * Fixed several plotting issues (Barnabás Pőcze) * Partial rework of graph class hierarchy (Robert Roth) * Remember window state #295 (Óscar Fernández Díaz) * Renamed appdata to match desktop file !124 (Óscar Fernández Díaz) New in 46.alpha - 6 January 2024 * Updated translations * Application ported to GTK4 (Ondřej Míchal) * Fixed shortcuts #262 (Robert Roth) * Fixed highcontrast graph labels #266 (Robert Roth) * Fixed argument type mismatch !82 (Barnabás Pőcze) * Updated UI to match Human Interface Guidelines !84 (Automeris Naranja) * Ported various application components to adwaita (Óscar Fernández Díaz) * Added flatpak build manifest !113 (Óscar Fernández Díaz) * Various code improvements (Óscar Fernández Díaz) * Appdata updates !114 (Sabri Ünal) Signed-off-by: Markus Volk --- ...stem-monitor_45.0.1.bb => gnome-system-monitor_46.0.bb} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gnome-system-monitor/{gnome-system-monitor_45.0.1.bb => gnome-system-monitor_46.0.bb} (83%) diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_46.0.bb similarity index 83% rename from meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb rename to meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_46.0.bb index b90bbb8e5..eaeaa2cb0 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_46.0.bb @@ -6,7 +6,10 @@ DEPENDS = " \ gnome-common-native \ libxml2-native \ glib-2.0-native \ - gtkmm3 \ + glibmm-2.68 \ + gtkmm4 \ + gtk4 \ + libadwaita \ libgtop \ librsvg \ polkit \ @@ -22,7 +25,7 @@ REQUIRED_DISTRO_FEATURES = "polkit" def gnome_verdir(v): return oe.utils.trim_version(v, 1) -SRC_URI[archive.sha256sum] = "43f6b7805c74532490edb8822ebdf8b3cf2c5ef842a51252a14c34715f5d49b4" +SRC_URI[archive.sha256sum] = "5376248158c686c308255472e8c2a9e4c17255642c149fc7198c6d034e547599" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"