git: 3185afa34bdb - main - deskutils/nautilus-sendto: unbreak build with Meson 0.61.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jan 2022 06:57:23 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3185afa34bdbe0389759e40a1829056f260889ce
commit 3185afa34bdbe0389759e40a1829056f260889ce
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-18 06:55:42 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-18 06:57:12 +0000
deskutils/nautilus-sendto: unbreak build with Meson 0.61.0
src/meson.build:10: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
---
deskutils/nautilus-sendto/files/patch-src_meson.build | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/deskutils/nautilus-sendto/files/patch-src_meson.build b/deskutils/nautilus-sendto/files/patch-src_meson.build
new file mode 100644
index 000000000000..9e4890e1239f
--- /dev/null
+++ b/deskutils/nautilus-sendto/files/patch-src_meson.build
@@ -0,0 +1,13 @@
+src/meson.build:10:5: ERROR: Function does not take positional arguments.
+
+--- src/meson.build.orig 2017-08-09 11:30:58 UTC
++++ src/meson.build
+@@ -7,7 +7,7 @@ executable('nautilus-sendto',
+
+ po_dir = join_paths(meson.source_root(), 'po')
+
+-i18n.merge_file ('appdata',
++i18n.merge_file (
+ input: 'nautilus-sendto.metainfo.xml.in',
+ output: 'nautilus-sendto.metainfo.xml',
+ install: true,