[gnome-disk-utility] build: fix arguments of i18n.merge_file
- From: Kai Lüke <kailueke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] build: fix arguments of i18n.merge_file
- Date: Sat, 18 Dec 2021 16:58:13 +0000 (UTC)
commit 46ed7d26873b9741dff61f9df8e7778a8dc6f5cc
Author: rvalue <i rvalue moe>
Date: Fri Dec 17 12:29:30 2021 +0000
build: fix arguments of i18n.merge_file
`i18n.merge_file` has been ignoring positional arguments for a time
and explicitly rejects with error since meson 0.60.0
data/meson.build | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index e38a1d8e..38fb5207 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -11,7 +11,6 @@ desktops = [
foreach desktop: desktops
i18n.merge_file (
- desktop,
type: 'desktop',
input: desktop + '.in',
output: desktop,
@@ -38,7 +37,6 @@ install_data(
info = 'org.gnome.DiskUtility.appdata.xml'
i18n.merge_file(
- info,
input: info + '.in',
output: info,
po_dir: po_dir,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]