Skip to content

Commit

Permalink
fix appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
artemanufrij committed Mar 29, 2018
1 parent 5753b52 commit 39723cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</screenshot>
</screenshots>
<releases>
<release version="1.0.2" date="2018-03-30">
<release version="1.0.3" date="2018-03-30">
<description>
Initial Release
</description>
Expand Down
8 changes: 8 additions & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ i18n.merge_file(
install_dir: join_paths(get_option('datadir'), 'applications')
)

i18n.merge_file(
input: meson.project_name() + '.appdata.xml.in',
output: meson.project_name() + '.appdata.xml',
po_dir: join_paths(meson.source_root(), 'po'),
install: true,
install_dir: join_paths(get_option('datadir'), 'metainfo')
)

desktop_file_validate = find_program('desktop-file-validate', required:false)

if desktop_file_validate.found()
Expand Down

0 comments on commit 39723cc

Please sign in to comment.