mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
data/meson.build:2: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
13 lines
404 B
Text
13 lines
404 B
Text
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/210
|
|
|
|
data/meson.build:2:5: ERROR: Function does not take positional arguments.
|
|
|
|
--- data/meson.build.orig 2021-12-11 13:32:22 UTC
|
|
+++ data/meson.build
|
|
@@ -1,5 +1,5 @@
|
|
session_desktop = 'gnome-classic.desktop'
|
|
-i18n.merge_file('',
|
|
+i18n.merge_file(
|
|
input: session_desktop + '.in',
|
|
output: session_desktop,
|
|
po_dir: '../po',
|