From patchwork Sat Mar 29 16:18:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 60210 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 5D6BBC36008 for ; Sat, 29 Mar 2025 16:17:57 +0000 (UTC) Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by mx.groups.io with SMTP id smtpd.web11.13689.1743265067275199501 for ; Sat, 29 Mar 2025 09:17:47 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.84, mailfrom: f_l_k@t-online.de) Received: from fwd84.aul.t-online.de (fwd84.aul.t-online.de [10.223.144.110]) by mailout09.t-online.de (Postfix) with SMTP id 49C0B6EF for ; Sat, 29 Mar 2025 17:17:45 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.154.167.83]) by fwd84.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1tyYsR-1DUkV70; Sat, 29 Mar 2025 17:17:43 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH] tecla: update 47.0 -> 48.0.2 Date: Sat, 29 Mar 2025 17:18:29 +0100 Message-ID: <20250329161829.10485-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1743265063-95FF8927-A40DFD1E/0/0 CLEAN NORMAL X-TOI-MSGID: 349e3fd5-a1e7-4f4a-96c8-565feff353ec 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, 29 Mar 2025 16:17:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/116371 NEW in 48.0.2 ============= - Just a version bump NEW in 48.0 =========== - Translation updates NEW in 48.rc ============ - Translation updates - Improvements to multi-instance for specific layout previews - Make window modal when run as a dialog NEW in 48.alpha =============== - Translation updates - Support spaces and tabs as separator for keymap+variant - A number of new/improved labels for special keys Signed-off-by: Markus Volk --- .../recipes-gnome/tecla/{tecla_47.0.bb => tecla_48.0.2.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/tecla/{tecla_47.0.bb => tecla_48.0.2.bb} (65%) diff --git a/meta-gnome/recipes-gnome/tecla/tecla_47.0.bb b/meta-gnome/recipes-gnome/tecla/tecla_48.0.2.bb similarity index 65% rename from meta-gnome/recipes-gnome/tecla/tecla_47.0.bb rename to meta-gnome/recipes-gnome/tecla/tecla_48.0.2.bb index e430b167d7..427fe00fac 100644 --- a/meta-gnome/recipes-gnome/tecla/tecla_47.0.bb +++ b/meta-gnome/recipes-gnome/tecla/tecla_48.0.2.bb @@ -13,4 +13,6 @@ REQUIRED_DISTRO_FEATURES = "wayland" inherit gnomebase pkgconfig features_check -SRC_URI[archive.sha256sum] = "0790b99ec29137a54b546c510661a99aa6f039c8d75f10c08e928682c0804fe5" +SRC_URI = "https://download.gnome.org/sources/tecla/${@oe.utils.trim_version('${PV}', 1)}/tecla-${PV}.tar.xz" +SRC_URI[sha256sum] = "783d3464d2a2cf7eb1507649dbd9ff09ce24852c2a6c9a0d365db84063d3d401" +