From patchwork Mon Apr 22 06:00:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 42721 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 EA0E1C41513 for ; Mon, 22 Apr 2024 06:00:29 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web10.12049.1713765621757776220 for ; Sun, 21 Apr 2024 23:00:22 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd74.aul.t-online.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout07.t-online.de (Postfix) with SMTP id A21C42FF1 for ; Mon, 22 Apr 2024 08:00:19 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.174.11]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rymix-0eOXRp0; Mon, 22 Apr 2024 08:00:19 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 1/5] gnome-shell: update 46.0 -> 46.1 Date: Mon, 22 Apr 2024 08:00:37 +0200 Message-ID: <20240422060041.222739-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1713765619-70F0ED2B-0DEB87E6/0/0 CLEAN NORMAL X-TOI-MSGID: 23375525-6cbc-4b3b-8e3f-59681284ecee 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, 22 Apr 2024 06:00:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110077 46.1 ==== * Improve notification of conflicting session [Joan; !3235] * Add shift level to Korean OSK layout [Carlos; !3222] * Fix markup support in notifications [Sebastian; !3247] * extensions-app: Fix empty rows with '&' in extension name [Florian; !3266] * extensions-app: Improve HIG compliance [Automeris; !3269, !3271] * Omit expand buttons in notification banners [Julian; !3249] * Misc. bug fixes and cleanups [dcz, Totto16, Sebastian, Florian; !3262, !3253, !3260, !3234] Contributors: dcz, Carlos Garnacho, Sebastian Keller, Robert Mader, Florian Müllner, Automeris naranja, Julian Sparber, Joan Torres, Totto16, Sebastian Wick Translators: Danial Behzadi [fa], Baurzhan Muftakhidinov [kk], Anders Jonsson [sv], Aurimas Černius [lt], Yuri Chornoivan [uk], Daniel Rusek [cs], Ekaterine Papava [ka], Asier Sarasua Garmendia [eu], Jiri Grönroos [fi], Piotr Drąg [pl], Yaron Shahrabani [he], Brage Fuglseth [nb], A S Alam [pa], Christian Kirbach [de], Milo Casagrande [it], Fran Dieguez [gl], Jordi Mas i Hernandez [ca], Jordi Mas [ca], Sabri Ünal [tr], Boyuan Yang [zh_CN], Athmane MOKRAOUI [kab], Vincent Chatelain [fr], Милош Поповић [sr, sr@latin], Martin [sl], Nathan Follens [nl], Artur S0 [ru], Juliano de Souza Camargo [pt_BR], Changwoo Ryu [ko], Jose Riha [sk], Fabio Tomat [fur], Peter Vágner [sk], Andi Chandler [en_GB] Signed-off-by: Markus Volk --- .../gnome-shell/{gnome-shell_46.0.bb => gnome-shell_46.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_46.0.bb => gnome-shell_46.1.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb similarity index 95% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.0.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb index 907cfdf67..ed86cbcb6 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.0.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb @@ -32,7 +32,7 @@ GIR_MESON_OPTION = "" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" -SRC_URI[archive.sha256sum] = "6bc41340b6de05774e97cfe20feba86e2b3cc9c8139118f24bd84ac63e82b53e" +SRC_URI[archive.sha256sum] = "64f999844c101e63bf294d45b138de56319ad2f326282721aad0fa860653b369" SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" From patchwork Mon Apr 22 06:00:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 42717 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 C30EBC4345F for ; Mon, 22 Apr 2024 06:00:29 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web10.12050.1713765621761246943 for ; Sun, 21 Apr 2024 23:00:22 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd74.aul.t-online.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout02.t-online.de (Postfix) with SMTP id 1CA8113D6A for ; Mon, 22 Apr 2024 08:00:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.174.11]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rymix-0eOXRq0; Mon, 22 Apr 2024 08:00:19 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 2/5] mutter: update 46.0 -> 46.1 Date: Mon, 22 Apr 2024 08:00:38 +0200 Message-ID: <20240422060041.222739-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240422060041.222739-1-f_l_k@t-online.de> References: <20240422060041.222739-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1713765619-70F0ED2B-E78EF773/0/0 CLEAN NORMAL X-TOI-MSGID: 93a33f06-2305-4c04-b073-a6e2961abcd5 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, 22 Apr 2024 06:00:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110075 46.1 ==== * Implement linux-drm-syncobj-v1 [Austin; !3300] * Fix input lag on X11 nvidia [Daniel; !3685] * Fix scanout on secondary GPUs [Michel; !3674] * Don't apply max-render-time to secondary GPUs [Michel; !3689] * Fix reusing single-pixel buffers [Jonas Å.; !3702] * Improve scanout candidate check [Robert; !3699] * Always use logical pixels for bounds [Sophie; !3698] * Fix modifiers getting stuck during grabs [Carlos; !3704] * Fix night-light on displays without EDID [Sebastian W.; !3673] * Fix secondary GPU acceleration with nvidia driver [Jonas Å., Daniel; !3304] * Fix some XWayland clients being partially click-through [Sebastian K.; !3697] * Fix initial suspended state [Jonas Å.; !3475] * Fixed crashes [Bilal, Jonas Å., Sebastian W., Daniel; !3683, !3666, !3691, !3708, !3678] * Misc. bug fixes and cleanups [Ray, Carlos, Bilal, Ivan, Barnabás, Jonas Å., Jonas D., Michel; !3672, !3681, !3686, !3687, !3671, !3679, !3690, !3703, !3695, !2946, !3696, !3710, !3644, !3707] Contributors: Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho, Sophie Herold, Sebastian Keller, Robert Mader, Athmane MOKRAOUI, Ivan Molodetskikh, Barnabás Pőcze, Austin Shafer, Ray Strode, Daniel van Vugt, Sebastian Wick Signed-off-by: Markus Volk --- .../recipes-gnome/mutter/{mutter_46.0.bb => mutter_46.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/mutter/{mutter_46.0.bb => mutter_46.1.bb} (97%) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_46.0.bb b/meta-gnome/recipes-gnome/mutter/mutter_46.1.bb similarity index 97% rename from meta-gnome/recipes-gnome/mutter/mutter_46.0.bb rename to meta-gnome/recipes-gnome/mutter/mutter_46.1.bb index d14f161f1..b60ffefb0 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_46.0.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_46.1.bb @@ -24,7 +24,7 @@ DEPENDS = " \ inherit gnomebase gsettings gobject-introspection gettext features_check -SRC_URI[archive.sha256sum] = "bb3f7d77aebdea9d317d3f5ef03868e4e7969da423ac495e33a16d61db2c9373" +SRC_URI[archive.sha256sum] = "63b2660dd0fa193fa662c80ee12eb8b16f2b8c3bc3896366200c79943824d51d" # x11 is still manadatory - see meson.build REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" From patchwork Mon Apr 22 06:00:39 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 42719 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 D478EC04FF6 for ; Mon, 22 Apr 2024 06:00:29 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web11.12008.1713765622113418162 for ; Sun, 21 Apr 2024 23:00:22 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd74.aul.t-online.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout02.t-online.de (Postfix) with SMTP id 1E64113D6E for ; Mon, 22 Apr 2024 08:00:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.174.11]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rymix-0eOXRr0; Mon, 22 Apr 2024 08:00:19 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 3/5] xdg-desktop-portal-gnome: update 46.0 -> 46.1 Date: Mon, 22 Apr 2024 08:00:39 +0200 Message-ID: <20240422060041.222739-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240422060041.222739-1-f_l_k@t-online.de> References: <20240422060041.222739-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1713765619-70F0ED2B-B043E1EF/0/0 CLEAN NORMAL X-TOI-MSGID: a4c83e40-a826-4d33-8bb7-a654518feb15 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, 22 Apr 2024 06:00:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110078 Changes in 46.1 ================= - Remove D-Bus call timeout from Access portal requests that are proxied to GNOME Shell. This prevents the Access portal from failing requests if the user doesn't click on a dialog for more than 25 seconds. - Various fixes to the ScreenCast portal dialog - Translation updates Signed-off-by: Markus Volk --- ...op-portal-gnome_46.0.bb => xdg-desktop-portal-gnome_46.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-support/xdg-desktop-portal/{xdg-desktop-portal-gnome_46.0.bb => xdg-desktop-portal-gnome_46.1.bb} (89%) diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.0.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.1.bb similarity index 89% rename from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.0.bb rename to meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.1.bb index c5040571c..847907a5b 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.0.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.1.bb @@ -21,7 +21,7 @@ inherit gnomebase pkgconfig gsettings features_check REQUIRED_DISTRO_FEATURES = "polkit" -SRC_URI[archive.sha256sum] = "5d2d533597d280b7370b8f74faa40097b292b0036dbd59166e1312230500bb8b" +SRC_URI[archive.sha256sum] = "7e8d9623e9d96a89c0897616827cd441dcf2832927d38f135c722552b1172aa1" PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" PACKAGECONFIG[wayland] = ",,wayland-native" From patchwork Mon Apr 22 06:00:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 42720 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 E9ADFC07E8E for ; Mon, 22 Apr 2024 06:00:29 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web11.12007.1713765621761941606 for ; Sun, 21 Apr 2024 23:00:22 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd74.aul.t-online.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout02.t-online.de (Postfix) with SMTP id 2027713D70 for ; Mon, 22 Apr 2024 08:00:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.174.11]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rymix-0eOXRs0; Mon, 22 Apr 2024 08:00:19 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 4/5] gnome-calendar: update 46.0 -> 46.1 Date: Mon, 22 Apr 2024 08:00:40 +0200 Message-ID: <20240422060041.222739-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240422060041.222739-1-f_l_k@t-online.de> References: <20240422060041.222739-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1713765619-71F10D2B-253754E8/0/0 CLEAN NORMAL X-TOI-MSGID: 319cbcf6-ba0f-429d-9179-3c9035417ffa 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, 22 Apr 2024 06:00:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110076 Major changes in 46.1: * Cleanup shortcut handling of some dialogs * Updated translations Signed-off-by: Markus Volk --- .../{gnome-calendar_46.0.bb => gnome-calendar_46.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-calendar/{gnome-calendar_46.0.bb => gnome-calendar_46.1.bb} (89%) diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.0.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.1.bb similarity index 89% rename from meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.0.bb rename to meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.1.bb index 707c4b583..eac768c8f 100644 --- a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.0.bb +++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.1.bb @@ -22,7 +22,7 @@ inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-versi REQUIRED_DISTRO_FEATURES = "x11 opengl" -SRC_URI[archive.sha256sum] = "5e21960c174bd8606d9089bf79c70f31070ab4837919878b00db2f14af9fe718" +SRC_URI[archive.sha256sum] = "9861ff7b8abd5b7b20690ba55eb7542c7ec534b566269e29b5b1e858c1610897" do_install:prepend() { sed -i -e 's|${S}/src|${TARGET_DBGSRC_DIR}/src|g' ${B}/src/gcal-enum-types.h From patchwork Mon Apr 22 06:00:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 42718 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 C6A8EC07E8D for ; Mon, 22 Apr 2024 06:00:29 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web11.12009.1713765622234442712 for ; Sun, 21 Apr 2024 23:00:22 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd74.aul.t-online.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout02.t-online.de (Postfix) with SMTP id C61E213D6D for ; Mon, 22 Apr 2024 08:00:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.174.11]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rymiy-0eOXRt0; Mon, 22 Apr 2024 08:00:20 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 5/5] gnome-shell-extensions: update 46.0 -> 46.1 Date: Mon, 22 Apr 2024 08:00:41 +0200 Message-ID: <20240422060041.222739-5-f_l_k@t-online.de> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240422060041.222739-1-f_l_k@t-online.de> References: <20240422060041.222739-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1713765620-72713D2B-7537CED3/0/0 CLEAN NORMAL X-TOI-MSGID: 4cc3fe6e-d7bb-485c-b2dd-1f973d421e50 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, 22 Apr 2024 06:00:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110079 46.1 ==== * screenshot-window-sizer: Add flathub-recommended size [Florian; !317] Signed-off-by: Markus Volk --- ...-shell-extensions_46.0.bb => gnome-shell-extensions_46.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell-extensions_46.0.bb => gnome-shell-extensions_46.1.bb} (84%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.1.bb similarity index 84% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.0.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.1.bb index eff5fecff..b79f70c60 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.0.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.1.bb @@ -6,7 +6,7 @@ inherit gnomebase gettext gsettings features_check REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" -SRC_URI[archive.sha256sum] = "d8138f88cd92df9f932309149c236fbdd77c1bc095445036ab7eb0ecda53c01a" +SRC_URI[archive.sha256sum] = "c5ba50700da77a986f0060beedacfc017e7ec82283f2a6384842a0807bc4553f" EXTRA_OEMESON += " \ -Dextension_set=all \