As it currently stands, if for whatever reason you have two files you want to merge with the same output name, it will fail due to multiple targets with the same name due to the target name being autogenerated from the output kwarg. Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>pull/4453/head
parent
3cf03ec6d6
commit
add55bb861
4 changed files with 16 additions and 1 deletions
@ -0,0 +1,8 @@ |
||||
i18n.merge_file( |
||||
input: 'test.desktop.in', |
||||
output: 'test.desktop', |
||||
type: 'desktop', |
||||
po_dir: '../po', |
||||
install: true, |
||||
install_dir: join_paths(get_option('datadir'), 'applications') |
||||
) |
@ -0,0 +1,6 @@ |
||||
[Desktop Entry] |
||||
Name=Test |
||||
GenericName=Application |
||||
Comment=Test Application |
||||
Type=Application |
||||
|
Loading…
Reference in new issue