From patchwork Tue Feb 25 13:49:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 57811 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 A46ADC021BB for ; Tue, 25 Feb 2025 13:49:21 +0000 (UTC) Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by mx.groups.io with SMTP id smtpd.web10.8169.1740491360018010447 for ; Tue, 25 Feb 2025 05:49:20 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.82, mailfrom: f_l_k@t-online.de) Received: from fwd86.aul.t-online.de (fwd86.aul.t-online.de [10.223.144.112]) by mailout05.t-online.de (Postfix) with SMTP id 2ECB812F9 for ; Tue, 25 Feb 2025 14:49:18 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.41.232]) by fwd86.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1tmvJC-3sgT3c0; Tue, 25 Feb 2025 14:49:14 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [RFC][meta-gnome][PATCH 4/7] gnome-software_: update 47.2 -> 48.beta Date: Tue, 25 Feb 2025 14:49:34 +0100 Message-ID: <20250225134937.2085793-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250225134937.2085793-1-f_l_k@t-online.de> References: <20250225134937.2085793-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1740491354-637FD97F-D245E4A3/0/0 CLEAN NORMAL X-TOI-MSGID: d27d2925-c9eb-406a-9da0-0819932cf8d8 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 ; Tue, 25 Feb 2025 13:49:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115573 Version 48~beta ~~~~~~~~~~~~~~~ Released: 2025-01-31 This is an unstable release with the following changes: * Support installing flatpaks via a flatpak+https: link * Fix notifying about outdated updates when in power saver mode or offline * Prioritise verified apps in source list This release also updates translations: * Bulgarian (twlvnn kraftwerk) * Czech (Daniel Rusek) * Russian (Artur S0) * Slovenian (Martin) Version 48~alpha3 ~~~~~~~~~~~~~~~~~ Released: 2025-01-14 This is an unstable release with the following changes: * Fix downloads of firmware updates * Fix the release process This release also updates translations: * Belarusian (Vasil Pupkin) * Slovenian (Martin) Version 48~alpha2 ~~~~~~~~~~~~~~~~~ Released: 2025-01-04 This is an unstable release with the following changes: * Fix the release process Version 48~alpha ~~~~~~~~~~~~~~~~ Released: 2025-01-04 This is an unstable release with the following changes: * Include dependencies in estimated download size * Improve performance when loading updates * Fix interface freeze when upvoting/downvoting reviews * Various minor interface improvements for keyboard navigation and small screens * Fix crash when uninstalling snaps * Add experimental systemd-sysupdate plugin * Warn about microphone permissions if an app has PipeWire access This release also updates translations: * Belarusian (Vasil Pupkin) * Catalan (Jordi Mas i Hernandez, Jordi Mas) * Dutch (Nathan Follens) * French (Vincent Chatelain) * Friulian (Fabio Tomat) * German (Jürgen Benvenuti) * Hebrew (Yaron Shahrabani) * Kabyle (Athmane MOKRAOUI) * Latvian (Rūdolfs Mazurs) * Portuguese (Hugo Carvalho) * Portuguese (Brazil) (Rafael Fontenelle) * Russian (Artur S0) * Serbian (Марко Костић, Милош Поповић) * Slovak (Jose Riha) * Slovenian (Martin) * Thai (Aefgh Threenine) * Turkish (Sabri Ünal) * Ukrainian (Yuri Chornoivan) Signed-off-by: Markus Volk --- .../{gnome-software_47.2.bb => gnome-software_48.beta.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gnome-software/{gnome-software_47.2.bb => gnome-software_48.beta.bb} (90%) diff --git a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb similarity index 90% rename from meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb rename to meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb index 31b13accf8..1b48708595 100644 --- a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb +++ b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb @@ -26,9 +26,9 @@ DEPENDS += " \ RDEPENDS:${PN} = "iso-codes" -EXTRA_OEMESON += "-Dtests=false -Dsoup2=false" +EXTRA_OEMESON += "-Dtests=false" -SRC_URI[archive.sha256sum] = "112338f8a98e7e5125de3f57229873534215b77eeef37d3fd4262f02151c7cea" +SRC_URI[archive.sha256sum] = "798c48912788b3ff700fd483fe805f3e0f0912cf2e46b7f7334c8a9c6f883296" PACKAGECONFIG ?= "flatpak" PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree"