ports/x11/gnome-shell-extensions/files/patch-data_meson.build
Jan Beich 8f00bb52c9 x11/gnome-shell-extensions: unbreak build with Meson 0.61.0
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
2022-01-25 12:24:56 +00:00

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