From patchwork Mon Sep 18 21:51:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30648 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 A4EA6CD13D2 for ; Mon, 18 Sep 2023 21:52:17 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web10.4025.1695073930041677102 for ; Mon, 18 Sep 2023 14:52:10 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 50AAD54F5 for ; Mon, 18 Sep 2023 23:52:08 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiM9z-3qxV210; Mon, 18 Sep 2023 23:52:03 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 01/18] gvfs: upgrade 1.51.90 -> 1.52.0 Date: Mon, 18 Sep 2023 23:51:36 +0200 Message-ID: <20230918215156.1920452-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073923-477FF5E3-6C511D33/0/0 CLEAN NORMAL X-TOI-MSGID: 269a20ba-4e85-4c87-b85c-ceb6d60ce4f2 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, 18 Sep 2023 21:52:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104927 --- .../recipes-gnome/gvfs/{gvfs_1.51.90.bb => gvfs_1.52.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.51.90.bb => gvfs_1.52.0.bb} (97%) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.51.90.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.0.bb similarity index 97% rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.51.90.bb rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.52.0.bb index 2d1048e12..d5103d865 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.51.90.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.0.bb @@ -20,7 +20,7 @@ RDEPENDS:${PN} += "gsettings-desktop-schemas" SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" -SRC_URI[archive.sha256sum] = "c05aaa7cf463540fb8c9097cf9b77d92f2c8e0de1dcd643afb14c1284f823bdd" +SRC_URI[archive.sha256sum] = "e40e2035a40bc51ce9e88eed05b025596e40bb4aaf9bc632d12ce74fdb30b1f6" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" From patchwork Mon Sep 18 21:51:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30647 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 9FC6AC46CA1 for ; Mon, 18 Sep 2023 21:52:17 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web10.4026.1695073930053611041 for ; Mon, 18 Sep 2023 14:52:10 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 5283C54F6 for ; Mon, 18 Sep 2023 23:52:08 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiM9z-3qxV220; Mon, 18 Sep 2023 23:52:03 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 02/18] gnome-settings-daemon: upgrade 44.1 -> 45.0 Date: Mon, 18 Sep 2023 23:51:37 +0200 Message-ID: <20230918215156.1920452-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073923-477FF5E3-AA84C44A/0/0 CLEAN NORMAL X-TOI-MSGID: c707468a-6330-4520-8a5e-5040db565fd3 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, 18 Sep 2023 21:52:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104929 Signed-off-by: Markus Volk --- ...-settings-daemon_44.1.bb => gnome-settings-daemon_45.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gnome-settings-daemon/{gnome-settings-daemon_44.1.bb => gnome-settings-daemon_45.0.bb} (89%) diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_44.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb similarity index 89% rename from meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_44.1.bb rename to meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb index 104f4a667..26a7c2ff1 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_44.1.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb @@ -25,7 +25,7 @@ DEPENDS = " \ REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" GIR_MESON_OPTION = "" -SRC_URI[archive.sha256sum] = "12653b72d81f151300a47d700ac9410ac1bcce38e83f1bdd19cded2932943989" +SRC_URI[archive.sha256sum] = "bb4dc46950e2a90f38f23225848856d2a7b1b718c89d0285ce197b7016bb1dc8" PACKAGECONFIG ??= " \ cups nm \ @@ -42,5 +42,5 @@ PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland" FILES:${PN} += " \ ${systemd_user_unitdir} \ - /usr/lib/gnome-settings-daemon-44/libgsd.so \ + /usr/lib/gnome-settings-daemon-45/libgsd.so \ " From patchwork Mon Sep 18 21:51:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30649 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 A5C32CD13D8 for ; Mon, 18 Sep 2023 21:52:17 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web11.4194.1695073930077550403 for ; Mon, 18 Sep 2023 14:52:10 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 54F6B54F7 for ; Mon, 18 Sep 2023 23:52:08 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiM9z-3qxV230; Mon, 18 Sep 2023 23:52:03 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 03/18] mutter: upgrade 44.3 -> 45.0 Date: Mon, 18 Sep 2023 23:51:38 +0200 Message-ID: <20230918215156.1920452-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073923-477FF5E3-3F842112/0/0 CLEAN NORMAL X-TOI-MSGID: 9a89fe44-7e0a-4da6-83ac-5f8e708ee4b5 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, 18 Sep 2023 21:52:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104928 - add packageconfig for libdisplay-info (edid parser helper) - add required dependency on libei Signed-off-by: Markus Volk --- .../recipes-gnome/mutter/{mutter_44.3.bb => mutter_45.0.bb} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/mutter/{mutter_44.3.bb => mutter_45.0.bb} (93%) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_44.3.bb b/meta-gnome/recipes-gnome/mutter/mutter_45.0.bb similarity index 93% rename from meta-gnome/recipes-gnome/mutter/mutter_44.3.bb rename to meta-gnome/recipes-gnome/mutter/mutter_45.0.bb index 6bd8a7b08..87d61c266 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_44.3.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_45.0.bb @@ -15,6 +15,7 @@ DEPENDS = " \ json-glib \ gnome-desktop \ gnome-settings-daemon \ + libei \ libxtst \ libxkbfile \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xinerama', '', d)} \ @@ -25,7 +26,7 @@ GNOMEBASEBUILDCLASS = "meson" inherit gnomebase gsettings gobject-introspection gettext features_check -SRC_URI[archive.sha256sum] = "185cbebf2150d3e450550e371bdb13a8b4db096978b14f99521e966eacc70551" +SRC_URI[archive.sha256sum] = "8fbc963019eda9ba52fca2f6c4c477efbc6e36eb4fa93f23174f02ff6b907715" # x11 is still manadatory - see meson.build REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" @@ -53,6 +54,7 @@ EXTRA_OEMESON += " \ PACKAGECONFIG[native-backend] = "-Dnative_backend=true -Dudev=true, -Dnative_backend=false -Dudev=false, libdrm virtual/libgbm libinput ${LOGIND} virtual/egl virtual/libgles2 udev" PACKAGECONFIG[opengl] = "-Dopengl=true, -Dopengl=true, virtual/libgl" PACKAGECONFIG[glx] = "-Dglx=true, -Dglx=false" +PACKAGECONFIG[libdisplay-info] = "-Dlibdisplay_info=true, -Dlibdisplay_info=false, libdisplay-info" PACKAGECONFIG[libwacom] = "-Dlibwacom=true, -Dlibwacom=false, libwacom" # Remove depending on pipewire-0.2 when mutter is upgraded to 3.36+ PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire" @@ -60,7 +62,7 @@ PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm" PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification" -MUTTER_API_NAME = "mutter-12" +MUTTER_API_NAME = "mutter-13" do_install:prepend() { sed -i -e 's|${B}/||g' ${B}/clutter/clutter/clutter-enum-types.c From patchwork Mon Sep 18 21:51: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: 30654 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 D2235CD13DF for ; Mon, 18 Sep 2023 21:52:17 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web10.4030.1695073930996708130 for ; Mon, 18 Sep 2023 14:52:11 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 56BC654F8 for ; Mon, 18 Sep 2023 23:52:08 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiM9z-3qxV240; Mon, 18 Sep 2023 23:52:03 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 04/18] gnome-shell: upgrade 44.3 -> 45.0 Date: Mon, 18 Sep 2023 23:51:39 +0200 Message-ID: <20230918215156.1920452-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073923-47FFE5E3-92D71F4E/0/0 CLEAN NORMAL X-TOI-MSGID: 9ac02e70-9655-4e6d-9ff0-ebf532afb6ee 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, 18 Sep 2023 21:52:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104933 - refresh patches - remove soup2 option as soup2 support was removed Signed-off-by: Markus Volk --- ...s-gjs_path-to-optionally-set-path-to.patch | 23 +++++++++++-------- ...nome-shell_44.3.bb => gnome-shell_45.0.bb} | 3 +-- 2 files changed, 15 insertions(+), 11 deletions(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_44.3.bb => gnome-shell_45.0.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch index b583199e9..e8c7e79aa 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch @@ -1,4 +1,4 @@ -From 9f11c9e53d91b23113202b40500540242bcabdb0 Mon Sep 17 00:00:00 2001 +From b2710a880b366201f07752e87d35bb52ea69cbbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 28 Oct 2021 18:57:24 +0200 Subject: [PATCH] Introduce options 'gjs_path' to optionally set path to gjs @@ -11,6 +11,11 @@ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + Upstream-Status: Pending Signed-off-by: Andreas Müller @@ -38,10 +43,10 @@ index 48b7f89..700b590 100644 configure_file( diff --git a/meson.build b/meson.build -index 252fb1e..250f722 100644 +index 70ba711..f0ab158 100644 --- a/meson.build +++ b/meson.build -@@ -125,7 +125,11 @@ endif +@@ -135,7 +135,11 @@ endif mutter_typelibdir = mutter_dep.get_variable('typelibdir') python = find_program('python3') @@ -55,12 +60,12 @@ index 252fb1e..250f722 100644 cc = meson.get_compiler('c') diff --git a/meson_options.txt b/meson_options.txt -index 46ca8e7..3e9a31f 100644 +index 6e83d92..1bf0ecb 100644 --- a/meson_options.txt +++ b/meson_options.txt -@@ -45,3 +45,9 @@ option('soup2', - value: false, - description: 'Use Soup 2.4 instead of Soup 3. Must be in sync with libgweather' +@@ -45,3 +45,9 @@ option('systemd', + value: true, + description: 'Enable systemd integration' ) + +option('gjs_path', @@ -69,7 +74,7 @@ index 46ca8e7..3e9a31f 100644 + description: 'Instead of searching gjs executable, configure path' +) diff --git a/subprojects/extensions-app/js/meson.build b/subprojects/extensions-app/js/meson.build -index ce2a776..8f7bba4 100644 +index c9a67f8..91ae887 100644 --- a/subprojects/extensions-app/js/meson.build +++ b/subprojects/extensions-app/js/meson.build @@ -9,7 +9,7 @@ endif @@ -82,7 +87,7 @@ index ce2a776..8f7bba4 100644 configure_file( input: prgname + '.in', diff --git a/subprojects/extensions-app/meson.build b/subprojects/extensions-app/meson.build -index 66a39e9..331dc1d 100644 +index 6c9639e..3fe1ce0 100644 --- a/subprojects/extensions-app/meson.build +++ b/subprojects/extensions-app/meson.build @@ -46,7 +46,12 @@ localedir = join_paths(datadir, 'locale') diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.3.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb similarity index 95% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.3.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb index e1aa051ef..66c05a1ff 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.3.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.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] = "55694b71c2ee4eaef60d93428003f2eaa4cf00186848f5e36b45cfe506fc31bf" +SRC_URI[archive.sha256sum] = "3cabe40bdd4e379c7082b39ffa45b8bef5c9cf86408fb0d836e1571c443217cd" SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" @@ -45,7 +45,6 @@ EXTRA_OEMESON = " \ -Dextensions-app:gjs_path=${bindir}/gjs \ -Dtests=false \ -Dman=false \ - -Dsoup2=false \ " do_install:append() { From patchwork Mon Sep 18 21:51:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30652 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 B9B71CD13D9 for ; Mon, 18 Sep 2023 21:52:17 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.web10.4027.1695073930347517105 for ; Mon, 18 Sep 2023 14:52:10 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.81, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout03.t-online.de (Postfix) with SMTP id E4A583482A for ; Mon, 18 Sep 2023 23:52:08 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA0-3qxV250; Mon, 18 Sep 2023 23:52:04 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 05/18] gnome-session: upgrade 44.0 -> 45.0 Date: Mon, 18 Sep 2023 23:51:40 +0200 Message-ID: <20230918215156.1920452-5-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073924-477FF5E3-2B48CB42/0/0 CLEAN NORMAL X-TOI-MSGID: 2a972641-8238-4aef-afb1-49ef57232b6f 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, 18 Sep 2023 21:52:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104930 Remove unneeded dependencies as gnome-session gets pulled in by gnome-shell --- .../{gnome-session_44.0.bb => gnome-session_45.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/gnome-session/{gnome-session_44.0.bb => gnome-session_45.0.bb} (84%) diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_44.0.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb similarity index 84% rename from meta-gnome/recipes-gnome/gnome-session/gnome-session_44.0.bb rename to meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb index 3f642f401..ec5b47b97 100644 --- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_44.0.bb +++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb @@ -22,7 +22,7 @@ inherit gnomebase gettext gsettings upstream-version-is-even features_check REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" -SRC_URI[archive.sha256sum] = "ccf829a96526135e9e9f917526515d36a5092bdfa316f3737dd8c5a524dbf2c6" +SRC_URI[archive.sha256sum] = "706d2ffcacac38553a3c0185793f5a2b4aac940bb5e789d953c9808163bef2f1" PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'consolekit',d)}" @@ -30,9 +30,8 @@ PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, dbus-glib" PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd" FILES:${PN} += " \ + ${datadir}/xdg-desktop-portal \ ${datadir}/xsessions \ ${datadir}/wayland-sessions \ ${systemd_user_unitdir} \ " - -RDEPENDS:${PN} += "gnome-shell gnome-settings-daemon gsettings-desktop-schemas" From patchwork Mon Sep 18 21:51: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: 30651 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 C48E6CD37B0 for ; Mon, 18 Sep 2023 21:52:17 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.web10.4029.1695073930373561680 for ; Mon, 18 Sep 2023 14:52:10 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.81, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout03.t-online.de (Postfix) with SMTP id E65D33482B for ; Mon, 18 Sep 2023 23:52:08 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA0-3qxV260; Mon, 18 Sep 2023 23:52:04 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 06/18] gnome-boxes: upgrade 44.2 -> 45.0 Date: Mon, 18 Sep 2023 23:51:41 +0200 Message-ID: <20230918215156.1920452-6-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073924-477FF5E3-6923BE4D/0/0 CLEAN NORMAL X-TOI-MSGID: 123b96e7-18c0-4843-9fa2-1602a5b055d0 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, 18 Sep 2023 21:52:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104932 Signed-off-by: Markus Volk --- .../gnome-boxes/{gnome-boxes_44.2.bb => gnome-boxes_45.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/{gnome-boxes_44.2.bb => gnome-boxes_45.0.bb} (89%) diff --git a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb similarity index 89% rename from meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb rename to meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb index 2f7c02139..f2aeb8878 100644 --- a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb +++ b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb @@ -30,7 +30,7 @@ RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64 geni inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check -SRC_URI[archive.sha256sum] = "9dd389c149d0c0fa57456ec363d51a88255f945558fb9df42894ce78ef85df89" +SRC_URI[archive.sha256sum] = "cc63080eefa147a8472ab1a5ff087b97a27ab723a4ee005ed41e8c9dd7798e41" GIR_MESON_OPTION = "" From patchwork Mon Sep 18 21:51: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: 30657 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 B9BC7CD13DA for ; Mon, 18 Sep 2023 21:52:17 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web10.4028.1695073930360940697 for ; Mon, 18 Sep 2023 14:52:10 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id E755654F0 for ; Mon, 18 Sep 2023 23:52:08 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA0-3qxV270; Mon, 18 Sep 2023 23:52:04 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 07/18] xdg-desktop-portal-gnome: upgrade 44.1 -> 45.0 Date: Mon, 18 Sep 2023 23:51:42 +0200 Message-ID: <20230918215156.1920452-7-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073924-47FFE5E3-C6A2813A/0/0 CLEAN NORMAL X-TOI-MSGID: c84874f1-0cc0-4637-847b-aa9b7f314960 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, 18 Sep 2023 21:52:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104931 Signed-off-by: Markus Volk --- ...al-gnome_44.1.bb => xdg-desktop-portal-gnome_45.0.bb} | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) rename meta-gnome/recipes-support/xdg-desktop-portal/{xdg-desktop-portal-gnome_44.1.bb => xdg-desktop-portal-gnome_45.0.bb} (78%) diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.1.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.0.bb similarity index 78% rename from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.1.bb rename to meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.0.bb index a8e8c83de..91469934d 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.1.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.0.bb @@ -17,17 +17,14 @@ DEPENDS = " \ RDEPENDS:${PN} = "xdg-desktop-portal xdg-desktop-portal-gtk" -inherit meson pkgconfig gsettings features_check +GNOMEBASEBUILDCLASS = "meson" +inherit gnomebase pkgconfig gsettings features_check REQUIRED_DISTRO_FEATURES = "polkit" -SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;branch=main" - -S = "${WORKDIR}/git" -SRCREV = "89203bf3522556965fc225782d1a635afdac611e" +SRC_URI[archive.sha256sum] = "949598861c80000febf18cc12b3721c95c1bb1d19371fc2156dc4f33def5aff0" PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" - PACKAGECONFIG[wayland] = ",,wayland-native" PACKAGECONFIG[screenshot] = ",,,gnome-shell" PACKAGECONFIG[screencast] = ",,,mutter" From patchwork Mon Sep 18 21:51:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30650 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 D17F7CD13DD for ; Mon, 18 Sep 2023 21:52:17 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.web11.4196.1695073931360784284 for ; Mon, 18 Sep 2023 14:52:11 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.81, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout03.t-online.de (Postfix) with SMTP id E7F873482C for ; Mon, 18 Sep 2023 23:52:08 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA0-3qxV280; Mon, 18 Sep 2023 23:52:04 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 08/18] xdg-desktop-portal: upgrade 1.16.0 -> 1.18.0 Date: Mon, 18 Sep 2023 23:51:43 +0200 Message-ID: <20230918215156.1920452-8-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073924-47FFE5E3-2D49B317/0/0 CLEAN NORMAL X-TOI-MSGID: 28cf954a-6c03-493e-b80f-8086c5ea250a 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, 18 Sep 2023 21:52:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104934 Signed-off-by: Markus Volk --- ...on.build-add-a-hack-for-crosscompile.patch | 28 +++++++++++++++++++ ...p-portal-pc-in-add-pc_sysrootdir-dir.patch | 27 ------------------ ...1.16.0.bb => xdg-desktop-portal_1.18.0.bb} | 14 ++++++---- 3 files changed, 36 insertions(+), 33 deletions(-) create mode 100644 meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-meson.build-add-a-hack-for-crosscompile.patch delete mode 100644 meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-xdg-desktop-portal-pc-in-add-pc_sysrootdir-dir.patch rename meta-oe/recipes-support/xdg-desktop-portal/{xdg-desktop-portal_1.16.0.bb => xdg-desktop-portal_1.18.0.bb} (77%) diff --git a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-meson.build-add-a-hack-for-crosscompile.patch b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-meson.build-add-a-hack-for-crosscompile.patch new file mode 100644 index 000000000..3410a8831 --- /dev/null +++ b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-meson.build-add-a-hack-for-crosscompile.patch @@ -0,0 +1,28 @@ +From 7abb3840ac2870fcfc174fbbd81c4209c838e1a9 Mon Sep 17 00:00:00 2001 +From: Markus Volk +Date: Mon, 18 Sep 2023 22:22:17 +0200 +Subject: [PATCH] meson.build: add a hack for cross-compiling + +Signed-off-by: Markus Volk + +Upstream-Status: Inappropriate [cross-compile specific] +--- + meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/meson.build b/meson.build +index 760613a..d339d26 100644 +--- a/meson.build ++++ b/meson.build +@@ -168,7 +168,7 @@ pkgconfig.generate( + 'prefix': get_option('prefix'), + 'datarootdir': dataroot_dir, + 'datadir': '${prefix}/@0@'.format(get_option('datadir')), +- 'interfaces_dir': '${datadir}/dbus-1/interfaces/', ++ 'interfaces_dir': '${pc_sysrootdir}${datadir}/dbus-1/interfaces/', + }, + ) + +-- +2.41.0 + diff --git a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-xdg-desktop-portal-pc-in-add-pc_sysrootdir-dir.patch b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-xdg-desktop-portal-pc-in-add-pc_sysrootdir-dir.patch deleted file mode 100644 index 1997d0ffe..000000000 --- a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-xdg-desktop-portal-pc-in-add-pc_sysrootdir-dir.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 7727dbfef4dd7ced3958ae9ada59a8899976b12d Mon Sep 17 00:00:00 2001 -From: Markus Volk -Date: Mon, 12 Dec 2022 18:40:31 +0100 -Subject: [PATCH] xdg-desktop-portal.pc.in: add pc_sysrootdir dir - ---- -Upstream-Status: Pending - - xdg-desktop-portal.pc.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/xdg-desktop-portal.pc.in b/xdg-desktop-portal.pc.in -index 585c0c8..15b5817 100644 ---- a/xdg-desktop-portal.pc.in -+++ b/xdg-desktop-portal.pc.in -@@ -2,7 +2,7 @@ prefix=@prefix@ - datarootdir=@datarootdir@ - datadir=@datadir@ - --interfaces_dir=${datadir}/dbus-1/interfaces/ -+interfaces_dir=${pc_sysrootdir}${datadir}/dbus-1/interfaces - - Name: xdg-desktop-portal - Description: Desktop integration portal --- -2.34.1 - diff --git a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.16.0.bb b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.0.bb similarity index 77% rename from meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.16.0.bb rename to meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.0.bb index 0b3a93ab3..b9173a9f3 100644 --- a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.16.0.bb +++ b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.0.bb @@ -8,14 +8,12 @@ REQUIRED_DISTRO_FEATURES = "polkit" DEPENDS = " \ json-glib \ glib-2.0 \ + flatpak \ libportal \ geoclue \ pipewire \ - dbus-native \ fuse3 \ xmlto-native \ - flatpak \ - python3-dbus-native \ " PORTAL_BACKENDS ?= " \ @@ -29,15 +27,19 @@ inherit meson pkgconfig python3native features_check SRC_URI = " \ git://github.com/flatpak/xdg-desktop-portal.git;protocol=https;branch=main \ - file://0001-xdg-desktop-portal-pc-in-add-pc_sysrootdir-dir.patch \ + file://0001-meson.build-add-a-hack-for-crosscompile.patch \ " S = "${WORKDIR}/git" -SRCREV = "88af6c8ca4106fcf70925355350a669848e9fd5a" +SRCREV = "a4b27063222b16652e73b422e5448d75335199ef" FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1" -EXTRA_OEMESON += "--cross-file=${WORKDIR}/meson-${PN}.cross" +EXTRA_OEMESON += " \ + --cross-file=${WORKDIR}/meson-${PN}.cross \ + -Dflatpak-interfaces-dir=${STAGING_DATADIR}/dbus-1/interfaces \ + -Ddbus-service-dir=${datadir}/dbus-1/services \ +" do_write_config:append() { cat >${WORKDIR}/meson-${PN}.cross < X-Patchwork-Id: 30655 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 DE740CD3420 for ; Mon, 18 Sep 2023 21:52:17 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.web10.4033.1695073931514857758 for ; Mon, 18 Sep 2023 14:52:11 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.81, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout03.t-online.de (Postfix) with SMTP id E9B493482D for ; Mon, 18 Sep 2023 23:52:08 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA0-3qxV290; Mon, 18 Sep 2023 23:52:05 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 09/18] eog: upgrade 44.3 -> 45.0 Date: Mon, 18 Sep 2023 23:51:44 +0200 Message-ID: <20230918215156.1920452-9-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073925-44FF45E3-980A4D5C/0/0 CLEAN NORMAL X-TOI-MSGID: 5dc07148-133e-4dea-b703-1a83d3a5ed04 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, 18 Sep 2023 21:52:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104935 Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/eog/{eog_44.3.bb => eog_45.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/eog/{eog_44.3.bb => eog_45.0.bb} (88%) diff --git a/meta-gnome/recipes-gnome/eog/eog_44.3.bb b/meta-gnome/recipes-gnome/eog/eog_45.0.bb similarity index 88% rename from meta-gnome/recipes-gnome/eog/eog_44.3.bb rename to meta-gnome/recipes-gnome/eog/eog_45.0.bb index 06203fbbe..eb3d07ce1 100644 --- a/meta-gnome/recipes-gnome/eog/eog_44.3.bb +++ b/meta-gnome/recipes-gnome/eog/eog_45.0.bb @@ -22,7 +22,7 @@ inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg fea # FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used. REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data" -SRC_URI[archive.sha256sum] = "d6b2d70f4b432ff8cf494c8f9029b2621d08e7817938317d64063ae6c4da9d8c" +SRC_URI[archive.sha256sum] = "05cb2c9a66ba15870f47358cd4c1ce670f17e4c8b22e050d627d728ff88b57ba" GTKDOC_MESON_OPTION = "gtk_doc" From patchwork Mon Sep 18 21:51:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30656 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 E24B2CD3421 for ; Mon, 18 Sep 2023 21:52:17 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web10.4034.1695073931939977364 for ; Mon, 18 Sep 2023 14:52:12 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 9095E54EE for ; Mon, 18 Sep 2023 23:52:09 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA1-3qxV2A0; Mon, 18 Sep 2023 23:52:05 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 10/18] gnome-calculator: upgrade 44.0 -> 45.0 Date: Mon, 18 Sep 2023 23:51:45 +0200 Message-ID: <20230918215156.1920452-10-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073925-44FF45E3-13A20E13/0/0 CLEAN NORMAL X-TOI-MSGID: f06e9571-1804-4717-af75-639099d49d67 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, 18 Sep 2023 21:52:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104936 Signed-off-by: Markus Volk --- .../{gnome-calculator_44.0.bb => gnome-calculator_45.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-calculator/{gnome-calculator_44.0.bb => gnome-calculator_45.0.bb} (88%) diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_44.0.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_45.0.bb similarity index 88% rename from meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_44.0.bb rename to meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_45.0.bb index 53dafba18..ed2cb854d 100644 --- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_44.0.bb +++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_45.0.bb @@ -29,7 +29,7 @@ def gnome_verdir(v): REQUIRED_DISTRO_FEATURES = "x11 opengl" -SRC_URI[archive.sha256sum] = "14e763329f88309a7e152780d57361b543100e323906b34e0655fdc315b71043" +SRC_URI[archive.sha256sum] = "e58df0b5646111baf93ec5309b225d27b7c7f45deeee484af7914331b8cd2822" FILES:${PN} += " \ ${datadir}/dbus-1 \ From patchwork Mon Sep 18 21:51:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30658 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 EF38DCD3423 for ; Mon, 18 Sep 2023 21:52:17 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web11.4198.1695073932077533865 for ; Mon, 18 Sep 2023 14:52:12 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 928F854F1 for ; Mon, 18 Sep 2023 23:52:09 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA1-3qxV2B0; Mon, 18 Sep 2023 23:52:05 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 11/18] gnome-calendar: upgrade 44.0 -> 45.0 Date: Mon, 18 Sep 2023 23:51:46 +0200 Message-ID: <20230918215156.1920452-11-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073925-44FF45E3-B9EEB817/0/0 CLEAN NORMAL X-TOI-MSGID: 51b69e9a-9d88-44e2-b5be-4598890de7ff 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, 18 Sep 2023 21:52:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104938 Signed-off-by: Markus Volk --- .../{gnome-calendar_44.0.bb => gnome-calendar_45.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-calendar/{gnome-calendar_44.0.bb => gnome-calendar_45.0.bb} (86%) diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_44.0.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.0.bb similarity index 86% rename from meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_44.0.bb rename to meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.0.bb index dcf5ba7d6..7efd486b5 100644 --- a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_44.0.bb +++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.0.bb @@ -23,7 +23,7 @@ inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-versi REQUIRED_DISTRO_FEATURES = "x11 opengl" -SRC_URI[archive.sha256sum] = "96acd74cbf45652934515cc3447a3b895e933f86324ca92436f67ddd63c3a802" +SRC_URI[archive.sha256sum] = "8c1483cbba4388db410875ed09d64e9003f929b555d704076a6fe7bd7c1e65b2" FILES:${PN} += " \ ${datadir}/gnome-shell \ From patchwork Mon Sep 18 21:51:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30660 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 02E7DCD3425 for ; Mon, 18 Sep 2023 21:52:18 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web11.4199.1695073932082803612 for ; Mon, 18 Sep 2023 14:52:12 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 949E454F2 for ; Mon, 18 Sep 2023 23:52:09 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA1-3qxV2C0; Mon, 18 Sep 2023 23:52:05 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 12/18] gnome-control-center: upgrade 44.3 -> 45.0 Date: Mon, 18 Sep 2023 23:51:47 +0200 Message-ID: <20230918215156.1920452-12-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073925-46FF85E3-EA761E86/0/0 CLEAN NORMAL X-TOI-MSGID: 305e4051-5145-4eb5-a43f-7630ca85fdf8 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, 18 Sep 2023 21:52:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104939 Signed-off-by: Markus Volk --- .../0001-Add-meson-option-to-pass-sysroot.patch | 16 ++++++++-------- ...nter_44.3.bb => gnome-control-center_45.0.bb} | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) rename meta-gnome/recipes-gnome/gnome-control-center/{gnome-control-center_44.3.bb => gnome-control-center_45.0.bb} (90%) diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option-to-pass-sysroot.patch b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option-to-pass-sysroot.patch index 5c0eee576..7cd7c0469 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option-to-pass-sysroot.patch +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option-to-pass-sysroot.patch @@ -19,7 +19,7 @@ Signed-off-by: Andreas Müller 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt -index dbca723..af0f871 100644 +index 8ee7b6e0e..7e6adc668 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,4 @@ @@ -28,28 +28,28 @@ index dbca723..af0f871 100644 option('ibus', type: 'boolean', value: true, description: 'build with IBus support') option('privileged_group', type: 'string', value: 'wheel', description: 'name of group that has elevated permissions') diff --git a/panels/background/meson.build b/panels/background/meson.build -index 69af0cfea..6edcaa5ff 100644 +index 9bf543538..97f1e0117 100644 --- a/panels/background/meson.build +++ b/panels/background/meson.build @@ -19,7 +19,7 @@ common_sources = [] enums = 'gdesktop-enums-types' enums_header = files( -- gsettings_desktop_dep.get_pkgconfig_variable('prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h', -+ get_option('oe_sysroot') + gsettings_desktop_dep.get_pkgconfig_variable('prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h', +- gsettings_desktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h', ++ get_option('oe_sysroot') + gsettings_desktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h', 'cc-background-item.h' ) diff --git a/panels/datetime/meson.build b/panels/datetime/meson.build -index 3b6f5e197..30b207882 100644 +index 8cb3b63f0..8c5a45e7c 100644 --- a/panels/datetime/meson.build +++ b/panels/datetime/meson.build -@@ -45,7 +45,7 @@ sources = files( +@@ -37,7 +37,7 @@ sources = files( enums = 'gdesktop-enums-types' enums_header = files( -- gsettings_desktop_dep.get_pkgconfig_variable('prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h', -+ get_option('oe_sysroot') + gsettings_desktop_dep.get_pkgconfig_variable('prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h', +- gsettings_desktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h', ++ get_option('oe_sysroot') + gsettings_desktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h', 'cc-datetime-panel.h' ) diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_44.3.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.0.bb similarity index 90% rename from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_44.3.bb rename to meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.0.bb index 0066f5885..41777d9f6 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_44.3.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.0.bb @@ -28,6 +28,8 @@ DEPENDS = " \ polkit \ pulseaudio \ samba \ + setxkbmap-native \ + tecla \ udisks2 \ upower \ " @@ -37,16 +39,14 @@ inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext upstream-version-is REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11" SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" -SRC_URI[archive.sha256sum] = "066a65052fc3ecfae860025e85f797e6ab2b87a58c4f8ab9c66ec20718a80c7a" +SRC_URI[archive.sha256sum] = "83df6a90f98914f2c19a872ce06562acef40927637f679c383099265ccfa42cf" PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" PACKAGECONFIG[cups] = ",,cups,cups" PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" -EXTRA_OEMESON = " \ - -Doe_sysroot=${STAGING_DIR_HOST} \ -" +EXTRA_OEMESON += "-Doe_sysroot=${STAGING_DIR_HOST}" USERADD_PACKAGES = "${PN}" USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/polkit-1 polkitd" From patchwork Mon Sep 18 21:51:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30653 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 EB1B7CD13DE for ; Mon, 18 Sep 2023 21:52:17 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web11.4197.1695073932073999140 for ; Mon, 18 Sep 2023 14:52:12 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 96E0854F3 for ; Mon, 18 Sep 2023 23:52:09 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA1-3qxV2D0; Mon, 18 Sep 2023 23:52:05 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 13/18] gnome-text-editor: upgrade 44.0 -> 45.0 Date: Mon, 18 Sep 2023 23:51:48 +0200 Message-ID: <20230918215156.1920452-13-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073925-46FF85E3-EBF4C571/0/0 CLEAN NORMAL X-TOI-MSGID: ce61aaab-4ffb-42eb-a8e8-39cbc3393186 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, 18 Sep 2023 21:52:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104937 Signed-off-by: Markus Volk --- .../{gnome-text-editor_44.0.bb => gnome-text-editor_45.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-text-editor/{gnome-text-editor_44.0.bb => gnome-text-editor_45.0.bb} (84%) diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_44.0.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.0.bb similarity index 84% rename from meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_44.0.bb rename to meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.0.bb index 40bcd27d2..52bb92ee9 100644 --- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_44.0.bb +++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.0.bb @@ -19,7 +19,7 @@ inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check REQUIRED_DISTRO_FEATURES = "opengl" -SRC_URI[archive.sha256sum] = "f67bc3780734ffa815fcc4c5daa7b555d24e459f81ea2b548e6a85c1612a31ca" +SRC_URI[archive.sha256sum] = "47b3fbe4900eb204413d9af3ae8e0ecd06728d2ac15d02b1a050d02d47226bc1" FILES:${PN} += " \ ${datadir}/metainfo \ From patchwork Mon Sep 18 21:51:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30659 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 1BE23CD342E for ; Mon, 18 Sep 2023 21:52:18 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web10.4038.1695073932227544260 for ; Mon, 18 Sep 2023 14:52:12 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 98E8654F4 for ; Mon, 18 Sep 2023 23:52:09 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA1-3qxV2E0; Mon, 18 Sep 2023 23:52:05 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 14/18] gnome-software: upgrade 44.4 -> 45.0 Date: Mon, 18 Sep 2023 23:51:49 +0200 Message-ID: <20230918215156.1920452-14-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073925-44FF45E3-E12FAAD8/0/0 CLEAN NORMAL X-TOI-MSGID: 40b922c5-1f5d-4e6f-83ee-2e5b366bc3bb 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, 18 Sep 2023 21:52:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104943 Signed-off-by: Markus Volk --- .../{gnome-software_44.4.bb => gnome-software_45.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-software/{gnome-software_44.4.bb => gnome-software_45.0.bb} (93%) diff --git a/meta-gnome/recipes-gnome/gnome-software/gnome-software_44.4.bb b/meta-gnome/recipes-gnome/gnome-software/gnome-software_45.0.bb similarity index 93% rename from meta-gnome/recipes-gnome/gnome-software/gnome-software_44.4.bb rename to meta-gnome/recipes-gnome/gnome-software/gnome-software_45.0.bb index ac3571685..89a6f05f4 100644 --- a/meta-gnome/recipes-gnome/gnome-software/gnome-software_44.4.bb +++ b/meta-gnome/recipes-gnome/gnome-software/gnome-software_45.0.bb @@ -29,7 +29,7 @@ RDEPENDS:${PN} = "iso-codes" EXTRA_OEMESON += "-Dtests=false -Dsoup2=false" -SRC_URI[archive.sha256sum] = "8b53767ef6cc54a2db588ef1c5926838b0d67b8d9b21173de5139cd0fbd28095" +SRC_URI[archive.sha256sum] = "61f42c2fd4d19b894a2484f691369032dc8b2a32a014ce6ca4d02c4fa4f75a14" PACKAGECONFIG ?= "flatpak" PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree" From patchwork Mon Sep 18 21:51:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30662 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 071CECD3424 for ; Mon, 18 Sep 2023 21:52:18 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web10.4035.1695073932140839724 for ; Mon, 18 Sep 2023 14:52:12 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 9AEDF54F9 for ; Mon, 18 Sep 2023 23:52:09 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA1-3qxV2F0; Mon, 18 Sep 2023 23:52:05 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 15/18] gnome-system-monitor: upgrade 44.0 -> 45.0 Date: Mon, 18 Sep 2023 23:51:50 +0200 Message-ID: <20230918215156.1920452-15-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073925-44FF45E3-5248185B/0/0 CLEAN NORMAL X-TOI-MSGID: dfbefd13-57ff-4cc0-bbeb-c784bf378baf 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, 18 Sep 2023 21:52:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104940 Signed-off-by: Markus Volk --- ...me-system-monitor_44.0.bb => gnome-system-monitor_45.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-system-monitor/{gnome-system-monitor_44.0.bb => gnome-system-monitor_45.0.1.bb} (89%) diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_44.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb similarity index 89% rename from meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_44.0.bb rename to meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb index dfbfd7882..c8130d27e 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_44.0.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb @@ -23,7 +23,7 @@ REQUIRED_DISTRO_FEATURES = "polkit" def gnome_verdir(v): return oe.utils.trim_version(v, 1) -SRC_URI[archive.sha256sum] = "c2bab7eddba92827c4c8de44293e7e3c84c9e5076f31985887ff8969cec45e6e" +SRC_URI[archive.sha256sum] = "43f6b7805c74532490edb8822ebdf8b3cf2c5ef842a51252a14c34715f5d49b4" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" From patchwork Mon Sep 18 21:51:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30661 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 0FD28CD3427 for ; Mon, 18 Sep 2023 21:52:18 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web10.4036.1695073932219564744 for ; Mon, 18 Sep 2023 14:52:12 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 9CB4C54FA for ; Mon, 18 Sep 2023 23:52:09 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA1-3qxV2G0; Mon, 18 Sep 2023 23:52:06 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 16/18] zenity: upgrade 3.44.0 -> 3.44.2 Date: Mon, 18 Sep 2023 23:51:51 +0200 Message-ID: <20230918215156.1920452-16-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073926-44FF45E3-75368ED6/0/0 CLEAN NORMAL X-TOI-MSGID: 95cb2035-e2d8-460e-b64e-ed620518a847 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, 18 Sep 2023 21:52:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104941 Signed-off-by: Markus Volk --- .../recipes-gnome/zenity/{zenity_3.44.0.bb => zenity_3.44.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/zenity/{zenity_3.44.0.bb => zenity_3.44.2.bb} (89%) diff --git a/meta-gnome/recipes-gnome/zenity/zenity_3.44.0.bb b/meta-gnome/recipes-gnome/zenity/zenity_3.44.2.bb similarity index 89% rename from meta-gnome/recipes-gnome/zenity/zenity_3.44.0.bb rename to meta-gnome/recipes-gnome/zenity/zenity_3.44.2.bb index 3548cc5bb..a152e6405 100644 --- a/meta-gnome/recipes-gnome/zenity/zenity_3.44.0.bb +++ b/meta-gnome/recipes-gnome/zenity/zenity_3.44.2.bb @@ -16,7 +16,7 @@ DEPENDS = " \ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" -SRC_URI[archive.sha256sum] = "c15582301ed90b9d42ce521dbccf99a989f22f12041bdd5279c6636da99ebf65" +SRC_URI[archive.sha256sum] = "3fb5b8b1044d3d129262d3c54cf220eb7f76bc21bd5ac6d96ec115cd3518300e" SRC_URI += "file://0001-Harcode-shebang-to-avoid-pointing-to-build-system-s-.patch" PACKAGECONFIG ?= "webkitgtk" From patchwork Mon Sep 18 21:51:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30663 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 100A6CD342B for ; Mon, 18 Sep 2023 21:52:18 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web10.4037.1695073932224544001 for ; Mon, 18 Sep 2023 14:52:12 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 55C9C2103A for ; Mon, 18 Sep 2023 23:52:10 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA2-3qxV2H0; Mon, 18 Sep 2023 23:52:06 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 17/18] libxmlb: remove recipe Date: Mon, 18 Sep 2023 23:51:52 +0200 Message-ID: <20230918215156.1920452-17-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073926-477FF5E3-D5A68411/0/0 CLEAN NORMAL X-TOI-MSGID: 08141da2-9af7-4773-97bd-0a0c3deaeba5 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, 18 Sep 2023 21:52:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104942 It was moved to oe-core Signed-off-by: Markus Volk --- ...xb-selftest.c-hardcode-G_TEST_SRCDIR.patch | 35 ------------------- .../recipes-gnome/libxmlb/libxmlb/run-ptest | 3 -- .../recipes-gnome/libxmlb/libxmlb_0.3.14.bb | 25 ------------- 3 files changed, 63 deletions(-) delete mode 100644 meta-oe/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch delete mode 100644 meta-oe/recipes-gnome/libxmlb/libxmlb/run-ptest delete mode 100644 meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.14.bb diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch b/meta-oe/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch deleted file mode 100644 index da8ce68df..000000000 --- a/meta-oe/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch +++ /dev/null @@ -1,35 +0,0 @@ -From dc208bafc57c1ccaa0ca260f99c8b4c976271ebc Mon Sep 17 00:00:00 2001 -From: Markus Volk -Date: Sat, 16 Sep 2023 14:02:57 +0200 -Subject: [PATCH] xb-self-test.c: hardcode G_TEST_SRCDIR - -This avoids: - libxmlb-0.3.14-r0 do_package_qa: QA Issue: File - /usr/libexec/installed-tests/libxmlb/xb-self-test in package libxmlb-ptest - contains reference to TMPDIR [buildpaths] - -and also fixes the runtime for the ptest. - -Upstream-Status: Inappropriate [oe-specific] - -Signed-off-by: Markus Volk ---- - src/xb-self-test.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/xb-self-test.c b/src/xb-self-test.c -index 47d9728..8b3dd0e 100644 ---- a/src/xb-self-test.c -+++ b/src/xb-self-test.c -@@ -2870,7 +2870,7 @@ xb_speed_func(void) - int - main(int argc, char **argv) - { -- g_setenv("G_TEST_SRCDIR", SRCDIR, FALSE); -+ g_setenv("G_TEST_SRCDIR", "/usr/libexec/installed-tests/libxmlb", FALSE); - - g_test_init(&argc, &argv, NULL); - --- -2.41.0 - diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb/run-ptest b/meta-oe/recipes-gnome/libxmlb/libxmlb/run-ptest deleted file mode 100644 index 6d0bb95d3..000000000 --- a/meta-oe/recipes-gnome/libxmlb/libxmlb/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -gnome-desktop-testing-runner libxmlb diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.14.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.14.bb deleted file mode 100644 index 1d3b0de29..000000000 --- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.14.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "A library to help create and query binary XML blobs" -HOMEPAGE = "https://github.com/hughsie/libxmlb" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" - -SRC_URI = " \ - git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \ - file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \ - file://run-ptest \ -" -SRCREV = "aa577b276adc66564f5777f9a522ca3bf0bfa65e" -S = "${WORKDIR}/git" - -DEPENDS = "glib-2.0 xz zstd" - -inherit gobject-introspection gtk-doc meson ptest-gnome lib_package pkgconfig - -PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" -PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" - -GTKDOC_MESON_OPTION = "gtkdoc" - -FILES:${PN} += "${datadir}" - -BBCLASSEXTEND = "native" From patchwork Mon Sep 18 21:51:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 30664 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 1BE5FCD342F for ; Mon, 18 Sep 2023 21:52:18 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web11.4200.1695073932900859267 for ; Mon, 18 Sep 2023 14:52:13 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout06.t-online.de (Postfix) with SMTP id 57A6B2103B for ; Mon, 18 Sep 2023 23:52:10 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.214]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qiMA2-3qxV2I0; Mon, 18 Sep 2023 23:52:06 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 18/18] appstream: remove recipe Date: Mon, 18 Sep 2023 23:51:53 +0200 Message-ID: <20230918215156.1920452-18-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230918215156.1920452-1-f_l_k@t-online.de> References: <20230918215156.1920452-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1695073926-477FF5E3-EF7134EC/0/0 CLEAN NORMAL X-TOI-MSGID: 083b6e24-ae69-4305-83a8-605dbc0f10c1 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, 18 Sep 2023 21:52:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104944 It was moved to oe-core Signed-off-by: Markus Volk --- ...-meson-do-not-rely-on-an-exe-wrapper.patch | 36 --------------- .../0001-remove-hardcoded-path.patch | 31 ------------- .../appstream/appstream_0.16.3.bb | 45 ------------------- 3 files changed, 112 deletions(-) delete mode 100644 meta-oe/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch delete mode 100644 meta-oe/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch delete mode 100644 meta-oe/recipes-support/appstream/appstream_0.16.3.bb diff --git a/meta-oe/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch b/meta-oe/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch deleted file mode 100644 index 6214b6f4d..000000000 --- a/meta-oe/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 79bf322768990b28c29a9d907edcca52ff48e0b8 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= -Date: Wed, 26 Jul 2023 23:21:10 +0400 -Subject: [PATCH 01/60] meson: do not rely on an exe wrapper -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Marc-André Lureau - -Upstream-Status: Backport [https://github.com/ximion/appstream/commit/79bf322768990b28c29a9d907edcca52ff48e0b8] ---- - data/meson.build | 7 +++++++ - 1 file changed, 7 insertions(+) - -diff --git a/data/meson.build b/data/meson.build -index aea0cb25..ec0e434f 100644 ---- a/data/meson.build -+++ b/data/meson.build -@@ -7,6 +7,13 @@ install_data('its/metainfo.its', - install_data('its/metainfo.loc', - install_dir: join_paths(get_option('datadir'), 'gettext', 'its')) - -+# Do not rely on an exe wrapper for rel-info, use the system one in that case -+if meson.is_cross_build() -+ dependency('appstream', version: '>=' + as_version, native: true, -+ not_found_message: 'Native appstream required for cross-building') -+ ascli_exe = find_program('appstreamcli') -+endif -+ - # NOTE: We do not translate the release notes on purpose here. - # If you do want to give translators a chance to translate them, - # ascli news-to-metainfo needs to produce a temporary file to translate --- -2.41.0 - diff --git a/meta-oe/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch b/meta-oe/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch deleted file mode 100644 index 9cbfaca82..000000000 --- a/meta-oe/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 6ab00a4279823829a9b82dc9e4d055da4de88c6e Mon Sep 17 00:00:00 2001 -From: Markus Volk -Date: Mon, 12 Dec 2022 15:42:42 +0100 -Subject: [PATCH] remove hardcoded path - -Signed-off-by: Markus Volk - -Dont include hardcoded path. This fixes: -| cc1: error: include location "/usr/include" is unsafe for cross-compilation [-Werror=poison-system-directories] - -Upstream-Status: Inappropriate [oe-specific] ---- - meson.build | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/meson.build b/meson.build -index fd0e3373..2f273ada 100644 ---- a/meson.build -+++ b/meson.build -@@ -124,7 +124,7 @@ if get_option ('gir') - dependency('gobject-introspection-1.0', version: '>=1.56') - endif - --stemmer_inc_dirs = include_directories(['/usr/include']) -+stemmer_inc_dirs = include_directories(['']) - if get_option('stemming') - stemmer_lib = cc.find_library('stemmer', required: true) - if not cc.has_header('libstemmer.h') --- -2.34.1 - diff --git a/meta-oe/recipes-support/appstream/appstream_0.16.3.bb b/meta-oe/recipes-support/appstream/appstream_0.16.3.bb deleted file mode 100644 index 1d466ad18..000000000 --- a/meta-oe/recipes-support/appstream/appstream_0.16.3.bb +++ /dev/null @@ -1,45 +0,0 @@ -SUMMARY = "AppStream is a collaborative effort for making machine-readable software metadata easily available." -HOMEPAGE = "https://github.com/ximion/appstream" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=435ed639f84d4585d93824e7da3d85da" - -DEPENDS = " \ - appstream-native \ - curl-native \ - curl \ - docbook-xml-dtd4-native \ - gperf-native \ - glib-2.0 \ - libyaml \ - libxml2 \ - libxmlb \ - libxslt-native \ - itstool-native \ - docbook-xsl-stylesheets-native \ - python3-pygments-native \ -" - -inherit meson gobject-introspection gettext gtk-doc pkgconfig vala - -GIR_MESON_OPTION = "gir" -GTKDOC_MESON_OPTION = "apidocs" - -SRC_URI = " \ - https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz \ - file://0001-remove-hardcoded-path.patch \ - file://0001-meson-do-not-rely-on-an-exe-wrapper.patch \ -" -SRC_URI[sha256sum] = "081c917646e94d7221c9e4aae54dacda95a27c607fa93cd8e6344a2b318b98b1" - -S = "${WORKDIR}/AppStream-${PV}" - -PACKAGECONFIG ?= "stemming ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" - -PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd" -PACKAGECONFIG[stemming] = "-Dstemming=true,-Dstemming=false,libstemmer" - -FILES:${PN} += "${datadir}" - -EXTRA_OEMESON += "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-Dvapi=true', '-Dvapi=false', d)}" - -BBCLASSEXTEND = "native"