[gnome-2048: 1/2] meson: drop unused argument for i18n.merge_file()
- From: Rafael Fontenelle <rafaelff src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048: 1/2] meson: drop unused argument for i18n.merge_file()
- Date: Sun, 5 Jun 2022 04:48:08 +0000 (UTC)
commit 194e22699f7166a016cd39ba26dd719aeecfc868
Author: Jan Beich <jbeich FreeBSD org>
Date: Sun Jan 23 10:49:07 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:19:0: ERROR: Function does not take positional arguments.
data/meson.build:39: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 33f73ca..8974a63 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -17,7 +17,6 @@ install_data(
# Desktop file
desktop_file = i18n.merge_file(
- 'desktop-file',
input: 'org.gnome.TwentyFortyEight.desktop.in',
output: 'org.gnome.TwentyFortyEight.desktop',
install: true,
@@ -37,7 +36,6 @@ endif
# AppData file
appdata_file = i18n.merge_file(
- 'appdata-file',
input: 'org.gnome.TwentyFortyEight.appdata.xml.in',
output: 'org.gnome.TwentyFortyEight.appdata.xml',
install: true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]