From patchwork Sat Nov 4 07:33:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33856 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 9D683C0018A for ; Sat, 4 Nov 2023 07:33:32 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.web11.5418.1699083208717443799 for ; Sat, 04 Nov 2023 00:33:29 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 7EF4633077 for ; Sat, 4 Nov 2023 08:33:26 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.165]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzB9p-1L3atA0; Sat, 4 Nov 2023 08:33:25 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 4/5] dconf-editor: Upgrade 43 -> 45.0.1 Date: Sat, 4 Nov 2023 08:33:47 +0100 Message-ID: <20231104073348.132975-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231104073348.132975-1-f_l_k@t-online.de> References: <20231104073348.132975-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699083205-CF573E93-F0379FC9/0/0 CLEAN NORMAL X-TOI-MSGID: 293002a7-431c-463e-8709-056d15b06a74 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, 04 Nov 2023 07:33:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106353 dconf-editor 45.0.1 =================== Fix string freeze break dconf-editor 45.0 ================= Fix UI not displaying with latest GTK Misc fixes and translation updates Signed-off-by: Markus Volk --- .../dconf/{dconf-editor_43.0.bb => dconf-editor_45.0.1.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/dconf/{dconf-editor_43.0.bb => dconf-editor_45.0.1.bb} (63%) diff --git a/meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb b/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb similarity index 63% rename from meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb rename to meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb index 5b3764560..31226ef44 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb @@ -6,6 +6,7 @@ GNOMEBASEBUILDCLASS = "meson" DEPENDS = " \ dconf \ + desktop-file-utils-native \ gtk+3 \ glib-2.0 \ libhandy\ @@ -13,7 +14,8 @@ DEPENDS = " \ inherit gnomebase vala gsettings bash-completion pkgconfig gtk-icon-cache -SRC_URI[archive.sha256sum] = "935a3c2dd76cc2a93cd5aee9a54d3947fb111eb396f4b63dc5f0ba8f8d099136" +SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/45/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive" +SRC_URI[archive.sha256sum] = "1180297678eedae6217cc514a2638c187d2f1d1ef2720cb9079b740c429941dd" FILES:${PN} += " \ ${datadir}/dbus-1 \