io.elementary.music: fix for meson 0.61

This commit is contained in:
Michal Vasilek 2022-03-16 22:54:07 +01:00
parent 17f769b807
commit 6fc7109729

View file

@ -0,0 +1,18 @@
--- a/data/meson.build
+++ b/data/meson.build
@@ -27,7 +27,6 @@ install_data(
i18n = import('i18n')
desktop_file = i18n.merge_file(
- 'desktop',
input: meson.project_name() + '.desktop.in',
output: meson.project_name() + '.desktop',
install: true,
@@ -37,7 +36,6 @@ desktop_file = i18n.merge_file(
)
appdata_file = i18n.merge_file(
- 'appdata',
input: meson.project_name() + '.appdata.xml.in',
output: meson.project_name() + '.appdata.xml',
install: true,