1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Jan Beich 2022-01-24 11:30:29 +00:00
parent d14927078d
commit 8741adef5d

View File

@ -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,