Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | From bfbb5f7bab38301d8a4a444173acdae8d9692146 Mon Sep 17 00:00:00 2001 |
| 2 | From: rvalue <i@rvalue.moe> |
| 3 | Date: Wed, 24 Nov 2021 04:52:42 +0000 |
| 4 | Subject: [PATCH] Remove incorrect args for i18n.merge_file |
| 5 | |
| 6 | Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1031> |
| 7 | Upstream-Status: Backport |
| 8 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
| 9 | --- |
| 10 | data/meson.build | 2 -- |
| 11 | 1 file changed, 2 deletions(-) |
| 12 | |
| 13 | diff --git a/data/meson.build b/data/meson.build |
| 14 | index 46df3fd80..eac6b8224 100644 |
| 15 | --- a/data/meson.build |
| 16 | +++ b/data/meson.build |
| 17 | @@ -16,7 +16,6 @@ install_data( |
| 18 | desktop_conf = configuration_data() |
| 19 | desktop_conf.set('icon', application_id) |
| 20 | desktop = i18n.merge_file( |
| 21 | - 'desktop', |
| 22 | input: configure_file( |
| 23 | input: files('org.gnome.Epiphany.desktop.in.in'), |
| 24 | output: 'org.gnome.Epiphany.desktop.in', |
| 25 | @@ -32,7 +31,6 @@ desktop = i18n.merge_file( |
| 26 | appdata_conf = configuration_data() |
| 27 | appdata_conf.set('appid', application_id) |
| 28 | appdata = i18n.merge_file( |
| 29 | - 'appdata', |
| 30 | input: configure_file( |
| 31 | input: files('org.gnome.Epiphany.appdata.xml.in.in'), |
| 32 | output: 'org.gnome.Epiphany.appdata.xml.in', |
| 33 | -- |
| 34 | GitLab |
| 35 | |