From patchwork Wed Dec 11 18:45:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 53958 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 89F87E7717D for ; Wed, 11 Dec 2024 18:45:25 +0000 (UTC) Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by mx.groups.io with SMTP id smtpd.web10.2282.1733942716799697638 for ; Wed, 11 Dec 2024 10:45:17 -0800 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 BD5FB702 for ; Wed, 11 Dec 2024 19:45:13 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.33.231]) by fwd84.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1tLRhw-2dQpBh0; Wed, 11 Dec 2024 19:45:12 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH] gnome-text-editor: update 47.0 -> 47.2 Date: Wed, 11 Dec 2024 19:45:17 +0100 Message-ID: <20241211184517.22413-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1733942712-2E7FB9DE-368CCC15/0/0 CLEAN NORMAL X-TOI-MSGID: 70144f2f-db84-4606-9b5f-6274b6c926cf 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 ; Wed, 11 Dec 2024 18:45:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114282 * Unescaping URIs for tooltips to improve legibility * Fix initial-trailing-newline when settings auto-discovery is disabled * Fix save-as when using admin:// URIs * Pin document encoding when loading a file * Override extend_selection for multi-mouse-press to avoid some slow corner cases in minified JSON files * Markup fixes in properties dialog * Updated translations * Fix document to default to implicit trailing newlines * Improve text wrapping for banners on small form factors Signed-off-by: Markus Volk --- .../{gnome-text-editor_47.0.bb => gnome-text-editor_47.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-text-editor/{gnome-text-editor_47.0.bb => gnome-text-editor_47.2.bb} (83%) diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.0.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.2.bb similarity index 83% rename from meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.0.bb rename to meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.2.bb index 71d0f2c122..aad4842e52 100644 --- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.0.bb +++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.2.bb @@ -18,7 +18,7 @@ inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check REQUIRED_DISTRO_FEATURES = "opengl" -SRC_URI[archive.sha256sum] = "0304961974bdacc7e6e8d146dadc949527df99b2823582c8d1ba8b33d25d4217" +SRC_URI[archive.sha256sum] = "7d04039b16174ec5fd65fea2f447f3febd9fdf2aa36e9997abc6ff992cc31e38" FILES:${PN} += " \ ${datadir}/metainfo \