A patch failed and had to be removed. I'm quite confused as to why this didn't happen in my regular build directory. Apologies for that. Other than that, I had no problems building gnome-terminal for musl. Unless there is some additional platform dependent issue, this should fix it

On Sat, Sep 21 2024 at 08:19:03 PM +02:00:00, Markus Volk <[email protected]> wrote:
- drop 0001-meson-add-option-to-set-dbus_interfacedir.patch
Issue has been fixed by [<https://gitlab.gnome.org/GNOME/gnome-terminal/-/commit/c1657f9cd62a982722041e5968136c7ba57e51f7>]

Signed-off-by: Markus Volk <[email protected] <mailto:[email protected]>>
---
...-add-option-to-set-dbus_interfacedir.patch | 63 -------------------
 ...nal_3.50.1.bb => gnome-terminal_3.54.0.bb} |  3 +-
 2 files changed, 1 insertion(+), 65 deletions(-)
delete mode 100644 meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/0001-meson-add-option-to-set-dbus_interfacedir.patch rename meta-gnome/recipes-gnome/gnome-terminal/{gnome-terminal_3.50.1.bb => gnome-terminal_3.54.0.bb} (91%)

diff --git a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/0001-meson-add-option-to-set-dbus_interfacedir.patch b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/0001-meson-add-option-to-set-dbus_interfacedir.patch
deleted file mode 100644
index 9f8475bdd..000000000
--- a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/0001-meson-add-option-to-set-dbus_interfacedir.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From 61668e1eb86a316d4ad9a6b9cacf8c8cc74a0c33 Mon Sep 17 00:00:00 2001
-From: Markus Volk <[email protected] <mailto:[email protected]>>
-Date: Sun, 7 Jan 2024 10:40:31 +0100
-Subject: [PATCH] meson: add an option to set dbus_interface_dir
-
-Add an option that allows to set the dbus_interface_dir path manually.
-This will help to cross-compile gnome-terminal on host systems that
-don't have gnome-shell installed.
-
-Upstream-Status: Submitted [<https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/8046>]
-
-Signed-off-by: Markus Volk <[email protected] <mailto:[email protected]>>
----
- meson_options.txt | 7 +++++++
- src/meson.build   | 7 ++++++-
- 2 files changed, 13 insertions(+), 1 deletion(-)
-
-diff --git a/meson_options.txt b/meson_options.txt
-index b555ab66..8fece058 100644
---- a/meson_options.txt
-+++ b/meson_options.txt
-@@ -13,6 +13,13 @@
- # You should have received a copy of the GNU General Public License
- # along with this programme. If not, see <<https://www.gnu.org/licenses/>>.
-
-+option(
-+  'dbus_interface_dir',
-+  type: 'string',
-+  value: '',
-+ description: 'directory for D-Bus session interface files [$datadir/dbus-1/interfaces]',
-+)
-+
- option(
-   'dbg',
-   type: 'boolean',
-diff --git a/src/meson.build b/src/meson.build
-index 27ecd893..420ad45c 100644
---- a/src/meson.build
-+++ b/src/meson.build
-@@ -185,6 +185,11 @@ server_sources = app_sources + client_util_sources + debug_sources + dbus_source
-
- if get_option('search_provider')
-
-+  dbus_interface_dir = get_option('dbus_interface_dir')
-+  if dbus_interface_dir == ''
-+    dbus_interface_dir = gt_prefix / gt_dbusinterfacedir
-+  endif
-+
-   server_sources += files(
-     'terminal-search-provider.cc',
-     'terminal-search-provider.hh',
-@@ -192,7 +197,7 @@ if get_option('search_provider')
-
-   server_sources += gnome.gdbus_codegen(
-     'terminal-search-provider-gdbus-generated',
-- gt_prefix / gt_dbusinterfacedir / 'org.gnome.ShellSearchProvider2.xml',
-+    dbus_interface_dir / 'org.gnome.ShellSearchProvider2.xml',
-     autocleanup: 'none',
-     install_header: false,
-     interface_prefix: 'org.gnome.Shell',
---
-2.43.0
-
diff --git a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb
similarity index 91%
rename from meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb rename to meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb
index 3bbfe9ece..226c86b47 100644
--- a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb
@@ -22,9 +22,8 @@ DEPENDS = " \
 SRC_URI = " \
git://gitlab.gnome.org/GNOME/gnome-terminal.git;protocol=https;nobranch=1 \ file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch <file://0001-add-w_exitcode-macro-for-non-glibc-systems.patch/> \ - file://0001-meson-add-option-to-set-dbus_interfacedir.patch <file://0001-meson-add-option-to-set-dbus_interfacedir.patch/> \
 "
-SRCREV = "5ac3b8e4bd6fa02651b3c23cedb0a7e1cd769655"
+SRCREV = "965cb9307713c618253918633416fcad86bcc5d2"
 S = "${WORKDIR}/git"

 PACKAGECONFIG ?= ""
--
2.46.0





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112437): 
https://lists.openembedded.org/g/openembedded-devel/message/112437
Mute This Topic: https://lists.openembedded.org/mt/108579942/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to