io.elementary.music: fix for meson 0.61
This commit is contained in:
parent
17f769b807
commit
6fc7109729
1 changed files with 18 additions and 0 deletions
18
srcpkgs/io.elementary.music/patches/meson-0.61.patch
Normal file
18
srcpkgs/io.elementary.music/patches/meson-0.61.patch
Normal 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,
|
Loading…
Reference in a new issue