git: 7d7ee4573d89 - main - sysutils/tracker: unbreak build with Meson 0.61.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jan 2022 06:26:56 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d7ee4573d89acde0be114ccb6c072d8034bd488 commit 7d7ee4573d89acde0be114ccb6c072d8034bd488 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-18 06:25:58 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-18 06:26:50 +0000 sysutils/tracker: unbreak build with Meson 0.61.0 src/tracker-store/meson.build:50:5: ERROR: Function does not take positional arguments. PR: 260943 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1 --- .../tracker/files/patch-src_tracker-store_meson.build | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/sysutils/tracker/files/patch-src_tracker-store_meson.build b/sysutils/tracker/files/patch-src_tracker-store_meson.build new file mode 100644 index 000000000000..bf7801f170e5 --- /dev/null +++ b/sysutils/tracker/files/patch-src_tracker-store_meson.build @@ -0,0 +1,15 @@ +https://gitlab.gnome.org/GNOME/tracker/-/commit/9df3c725e162 + +src/tracker-store/meson.build:50:5: ERROR: Function does not take positional arguments. + +--- src/tracker-store/meson.build.orig 2020-03-09 23:27:20 UTC ++++ src/tracker-store/meson.build +@@ -47,7 +47,7 @@ dbus_service_file = configure_file( + install: true, + install_dir: dbus_services_dir) + +-i18n.merge_file('tracker-store-desktop-file', ++i18n.merge_file( + type: 'desktop', + input: 'tracker-store.desktop.in', + output: 'tracker-store.desktop',