mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +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:
parent
d14927078d
commit
8741adef5d
14
deskutils/gnome-maps/files/patch-data_meson.build
Normal file
14
deskutils/gnome-maps/files/patch-data_meson.build
Normal 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,
|
Loading…
Reference in New Issue
Block a user