From patchwork Sun Nov 5 20:05:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33887 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 C625BC41535 for ; Sun, 5 Nov 2023 20:05:34 +0000 (UTC) Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by mx.groups.io with SMTP id smtpd.web11.37468.1699214726143351927 for ; Sun, 05 Nov 2023 12:05:27 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.18, mailfrom: f_l_k@t-online.de) Received: from fwd88.aul.t-online.de (fwd88.aul.t-online.de [10.223.144.114]) by mailout04.t-online.de (Postfix) with SMTP id B6E6424334 for ; Sun, 5 Nov 2023 21:05:23 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.36.196]) by fwd88.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzjN3-4A7hMP0; Sun, 5 Nov 2023 21:05:21 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 1/4] gnome-shell: Upgrade 45.0 -> 45.1 Date: Sun, 5 Nov 2023 21:05:39 +0100 Message-ID: <20231105200542.13519-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699214721-EEFFADD2-D9C93C7A/0/0 CLEAN NORMAL X-TOI-MSGID: 71201cdb-b6de-4f61-afb6-12b1c7152fbe 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 ; Sun, 05 Nov 2023 20:05:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106385 45.1 ==== * Fix scroll handling on sliders [Carlos; !2967] * overview: Handle unredirection as part of the state transition [Robert; !2970] * Handle DESKTOP windows during workspace animations [Sundeep; !2865] * Fix unexpected focus changes with multi-window apps [Florian; !2959] * Improve recording indicator in light style [Georges; !2983] * Fix calendar popup shrinking on date changes [Sebastian; !2989] * Fixed crashes [Daniel, Sebastian; !2975, !2974] * Misc. bug fixes and cleanups [Florian, Martin, Alessandro, Sebastian; !2966, !2978, !2987, !3000, #6763] Contributors: Alessandro Bono, Carlos Garnacho, Sebastian Keller, Sundeep Mediratta, Florian Müllner, Georges Basile Stavracas Neto, robert.mader@collabora.com, Daniel van Vugt, Martin Zurowietz Translators: Jordi Mas [ca], Fabio Tomat [fur], Ekaterine Papava [ka], Sabri Ünal [tr], Cheng-Chia Tseng [zh_TW], Changwoo Ryu [ko], Florentina Mușat [ro], Brage Fuglseth [nb], Evangelos Skarmoutsos [el], Efstathios Iosifidis [el], Марко Костић [sr], Hugo Carvalho [pt] Signed-off-by: Markus Volk --- .../gnome-shell/{gnome-shell_45.0.bb => gnome-shell_45.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_45.0.bb => gnome-shell_45.1.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb similarity index 95% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb index 8dc4d8317..472c3bdb8 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb @@ -33,7 +33,7 @@ GIR_MESON_OPTION = "" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" -SRC_URI[archive.sha256sum] = "3cabe40bdd4e379c7082b39ffa45b8bef5c9cf86408fb0d836e1571c443217cd" +SRC_URI[archive.sha256sum] = "15fca4bd6129a8b3f990197fbd1ee58d74b641510afaaf0882a7fa36634fc5f2" 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 Sun Nov 5 20:05:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33886 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 C306CC4167D for ; Sun, 5 Nov 2023 20:05:34 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web11.37469.1699214729360035548 for ; Sun, 05 Nov 2023 12:05:29 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd88.aul.t-online.de (fwd88.aul.t-online.de [10.223.144.114]) by mailout08.t-online.de (Postfix) with SMTP id C1B25D194 for ; Sun, 5 Nov 2023 21:05:26 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.36.196]) by fwd88.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzjN8-4A7hMQ0; Sun, 5 Nov 2023 21:05:26 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 2/4] mutter: Upgrade 45.0 -> 45.1 Date: Sun, 5 Nov 2023 21:05:40 +0100 Message-ID: <20231105200542.13519-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231105200542.13519-1-f_l_k@t-online.de> References: <20231105200542.13519-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699214726-EF7FDDD2-2EF003B6/0/0 CLEAN NORMAL X-TOI-MSGID: d479aa1e-7249-4f4a-8b06-a4071133c027 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 ; Sun, 05 Nov 2023 20:05:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106386 45.1 ==== * Fix filtering keybinding events in presence of grabs [Sebastian K.; !3054] * Fix direct scanout support when using integer scaling [Daniel; !3290] * Fix capitalization of some keys when caps lock is on [Carlos; !3306] * Fix vsync regression [Robert; !3286] * Fix visibility of software cursors when using direct scanout [Robert; !3302] * Fix artifacts at the bottom of some surfaces [Robert; !3310] * Discard monitor configs with fractional scale when unusable [Jonas Å.; !3299] * Apply track point settings [Rohan; !3089] * xwayland: Enable XDG portal only when not nested [Olivier; !3303] * Inhibit real-time scheduling when mode setting [Ray; !3324] * Don't delay frame updates after idle period [Michel; !3174] * Fix running Xwayland in headless setup with nvidia driver [Olivier; !3320] * wayland: Send keyboard modifiers after the enter event [Alexandros; !3341] * Fixed crashes [Carlos, Jonas D., Robert, Sebastian W., Jonas Å.; !3287, !3283, !3311, !3322, !3318] * Misc. bug fixes and cleanups [Daniel, Corentin, Carlos, Jonas Å., Ivan, Michel, Sebastian W., Robert, Barnabás, Peter; !3212, !3298, !3267, !3297, !3313, !3316, !3317, !3323, !3325, !3326, !3328, !3330, !3332, !3319] Contributors: Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Olivier Fourdan, Alexandros Frantzis, Carlos Garnacho, Peter Hutterer, Rohan Hendrik Jotz-Lean, Sebastian Keller, Robert Mader, Ivan Molodetskikh, Florian Müllner, Corentin Noël, Barnabás Pőcze, Ray Strode, Daniel van Vugt, Sebastian Wick Translators: Kristjan SCHMIDT [eo], Rafael Fontenelle [pt_BR], Guillaume Bernard [fr], Jordi Mas i Hernandez [ca], Florentina Mușat [ro] Signed-off-by: Markus Volk --- .../recipes-gnome/mutter/{mutter_45.0.bb => mutter_45.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/mutter/{mutter_45.0.bb => mutter_45.1.bb} (97%) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_45.0.bb b/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb similarity index 97% rename from meta-gnome/recipes-gnome/mutter/mutter_45.0.bb rename to meta-gnome/recipes-gnome/mutter/mutter_45.1.bb index 87d61c266..541991ba8 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_45.0.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb @@ -26,7 +26,7 @@ GNOMEBASEBUILDCLASS = "meson" inherit gnomebase gsettings gobject-introspection gettext features_check -SRC_URI[archive.sha256sum] = "8fbc963019eda9ba52fca2f6c4c477efbc6e36eb4fa93f23174f02ff6b907715" +SRC_URI[archive.sha256sum] = "2cd3c5efb22db76c79311cb1889a1aab2feb35b4a4dd03f3822aab7999da212c" # x11 is still manadatory - see meson.build REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" From patchwork Sun Nov 5 20:05:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33885 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 C59CBC4167B for ; Sun, 5 Nov 2023 20:05:34 +0000 (UTC) Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by mx.groups.io with SMTP id smtpd.web10.37803.1699214731615133465 for ; Sun, 05 Nov 2023 12:05:32 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.85, mailfrom: f_l_k@t-online.de) Received: from fwd88.aul.t-online.de (fwd88.aul.t-online.de [10.223.144.114]) by mailout11.t-online.de (Postfix) with SMTP id 6371274FD for ; Sun, 5 Nov 2023 21:05:28 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.36.196]) by fwd88.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzjN9-4A7hMR0; Sun, 5 Nov 2023 21:05:27 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 3/4] dconf-editor: Upgrade 43 -> 45.0.1 Date: Sun, 5 Nov 2023 21:05:41 +0100 Message-ID: <20231105200542.13519-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231105200542.13519-1-f_l_k@t-online.de> References: <20231105200542.13519-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699214727-EF7FDDD2-9582527B/0/0 CLEAN NORMAL X-TOI-MSGID: 3c45be69-981e-4401-9253-a5c0dc0c6cea 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 ; Sun, 05 Nov 2023 20:05:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106387 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 \ From patchwork Sun Nov 5 20:05:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33888 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 ABD74C4167D for ; Sun, 5 Nov 2023 20:05:44 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web10.37805.1699214736379428813 for ; Sun, 05 Nov 2023 12:05:37 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd88.aul.t-online.de (fwd88.aul.t-online.de [10.223.144.114]) by mailout08.t-online.de (Postfix) with SMTP id 93DFAD191 for ; Sun, 5 Nov 2023 21:05:28 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.36.196]) by fwd88.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzjNA-4A7hMS0; Sun, 5 Nov 2023 21:05:28 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 4/4] libgsf: Upgrade 1.14.50 -> 1.14.51 Date: Sun, 5 Nov 2023 21:05:42 +0100 Message-ID: <20231105200542.13519-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231105200542.13519-1-f_l_k@t-online.de> References: <20231105200542.13519-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699214728-EEFFADD2-8B67DE45/0/0 CLEAN NORMAL X-TOI-MSGID: 9188111e-eab7-4a01-bb4e-61b86b960680 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 ; Sun, 05 Nov 2023 20:05:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106388 License changed to LGPL-2.1-only https://gitlab.gnome.org/GNOME/libgsf/-/commit/037c913eb631349c410ef45e49697bf5c46dac8a Signed-off-by: Markus Volk --- .../libgsf/{libgsf_1.14.50.bb => libgsf_1.14.51.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-gnome/recipes-gnome/libgsf/{libgsf_1.14.50.bb => libgsf_1.14.51.bb} (60%) diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.50.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb similarity index 60% rename from meta-gnome/recipes-gnome/libgsf/libgsf_1.14.50.bb rename to meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb index d2486a035..e213f60bc 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.50.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb @@ -1,7 +1,6 @@ SUMMARY = "GNOME Structured File Library" -LICENSE = "GPL-2.0-only & LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \ - file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=61464cfe342798eeced82efe9ae55f63" SECTION = "libs" @@ -9,7 +8,7 @@ DEPENDS= "libxml2 bzip2 glib-2.0 zlib gnome-common-native" inherit gnomebase gobject-introspection gettext gtk-doc -SRC_URI[archive.sha256sum] = "6e6c20d0778339069d583c0d63759d297e817ea10d0d897ebbe965f16e2e8e52" +SRC_URI[archive.sha256sum] = "f0b83251f98b0fd5592b11895910cc0e19f798110b389aba7da1cb7c474017f5" SRC_URI += "file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch" PACKAGECONFIG ??= ""