From patchwork Mon Sep 18 21:51:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30662 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 071CECD3424 for ; Mon, 18 Sep 2023 21:52:18 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web10.4035.1695073932140839724 for ; Mon, 18 Sep 2023 14:52:12 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 9AEDF54F9 for ; Mon, 18 Sep 2023 23:52:09 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA1-3qxV2F0; Mon, 18 Sep 2023 23:52:05 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 15/18] gnome-system-monitor: upgrade 44.0 -> 45.0 Date: Mon, 18 Sep 2023 23:51:50 +0200 Message-ID: <20230918215156.1920452-15-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073925-44FF45E3-5248185B/0/0 CLEAN NORMAL X-TOI-MSGID: dfbefd13-57ff-4cc0-bbeb-c784bf378baf 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 ; Mon, 18 Sep 2023 21:52:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104940 Signed-off-by: Markus Volk --- ...me-system-monitor_44.0.bb => gnome-system-monitor_45.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-system-monitor/{gnome-system-monitor_44.0.bb => gnome-system-monitor_45.0.1.bb} (89%) diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_44.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb similarity index 89% rename from meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_44.0.bb rename to meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb index dfbfd7882..c8130d27e 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_44.0.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb @@ -23,7 +23,7 @@ REQUIRED_DISTRO_FEATURES = "polkit" def gnome_verdir(v): return oe.utils.trim_version(v, 1) -SRC_URI[archive.sha256sum] = "c2bab7eddba92827c4c8de44293e7e3c84c9e5076f31985887ff8969cec45e6e" +SRC_URI[archive.sha256sum] = "43f6b7805c74532490edb8822ebdf8b3cf2c5ef842a51252a14c34715f5d49b4" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"