Start working on a desktop file

This commit is contained in:
David Boddie
2019-06-26 18:17:54 +02:00
parent 664f05edba
commit 346ed453ef
4 changed files with 31 additions and 0 deletions

View File

@ -56,3 +56,13 @@ foreach symbol: symbols
)
endforeach
desktop_file = 'sm.puri.Squeekboard.desktop'
i18n.merge_file('desktop',
input: desktop_file + '.in',
output: desktop_file,
po_dir: '../po',
install: true,
install_dir: join_paths(datadir, 'applications'),
type: 'desktop'
)