git: 8741adef5dbe - main - deskutils/gnome-maps: unbreak build with Meson 0.61.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jan 2022 12:35:38 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8741adef5dbe97a6366ce4a00fd62700b981405a
commit 8741adef5dbe97a6366ce4a00fd62700b981405a
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-24 11:30:29 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-24 12:35:06 +0000
deskutils/gnome-maps: unbreak build with Meson 0.61.0
data/meson.build:35:0: ERROR: Function does not take positional arguments.
PR: 260943
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
---
deskutils/gnome-maps/files/patch-data_meson.build | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/deskutils/gnome-maps/files/patch-data_meson.build b/deskutils/gnome-maps/files/patch-data_meson.build
new file mode 100644
index 000000000000..44f14839875e
--- /dev/null
+++ b/deskutils/gnome-maps/files/patch-data_meson.build
@@ -0,0 +1,14 @@
+https://gitlab.gnome.org/GNOME/gnome-maps/-/commit/def20cbb26e5
+
+data/meson.build:35:0: ERROR: Function does not take positional arguments.
+
+--- data/meson.build.orig 2021-12-04 21:56:34 UTC
++++ data/meson.build
+@@ -33,7 +33,6 @@ install_data(
+ appdata = app_id + '.appdata.xml'
+
+ appdata_file = i18n.merge_file(
+- appdata,
+ input: appdata + '.in',
+ output: appdata,
+ po_dir: po_dir,