[sound-juicer] meson: drop unused argument for i18n.merge_file()
- From: Link Dupont <link src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sound-juicer] meson: drop unused argument for i18n.merge_file()
- Date: Fri, 28 Jan 2022 02:36:44 +0000 (UTC)
commit 9f97ca1faca396099f52264a9729aa355f8d122e
Author: Jan Beich <jbeich FreeBSD org>
Date: Tue Jan 25 12:15:31 2022 +0000
meson: drop unused argument for i18n.merge_file()
Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.
data/meson.build:2:0: ERROR: Function does not take positional arguments.
data/meson.build:31:0: ERROR: Function does not take positional arguments.
data/meson.build | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index ccff2d80..4dac8166 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,6 +1,5 @@
# Desktop file
i18n.merge_file(
- 'desktop',
input: configure_file(
input: 'org.gnome.SoundJuicer.desktop.in.in',
output: 'org.gnome.SoundJuicer.desktop.in',
@@ -29,7 +28,6 @@ configure_file(
# Metainfo
metainfo_file = i18n.merge_file(
- 'metainfo',
input: files(join_paths('metainfo', 'org.gnome.SoundJuicer.metainfo.xml.in')),
output: 'org.gnome.SoundJuicer.metainfo.xml',
po_dir: po_dir,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]