[epiphany/gnome-41] Remove incorrect args for i18n.merge_file
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-41] Remove incorrect args for i18n.merge_file
- Date: Fri, 27 May 2022 16:24:10 +0000 (UTC)
commit bf69325c81567d9e04b80fba947db9da327fb538
Author: rvalue <i rvalue moe>
Date: Wed Nov 24 04:52:42 2021 +0000
Remove incorrect args for i18n.merge_file
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1031>
(cherry picked from commit bfbb5f7bab38301d8a4a444173acdae8d9692146)
data/meson.build | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 46df3fd80..eac6b8224 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -16,7 +16,6 @@ install_data(
desktop_conf = configuration_data()
desktop_conf.set('icon', application_id)
desktop = i18n.merge_file(
- 'desktop',
input: configure_file(
input: files('org.gnome.Epiphany.desktop.in.in'),
output: 'org.gnome.Epiphany.desktop.in',
@@ -32,7 +31,6 @@ desktop = i18n.merge_file(
appdata_conf = configuration_data()
appdata_conf.set('appid', application_id)
appdata = i18n.merge_file(
- 'appdata',
input: configure_file(
input: files('org.gnome.Epiphany.appdata.xml.in.in'),
output: 'org.gnome.Epiphany.appdata.xml.in',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]