Add .desktop file and icon

This commit is contained in:
Bob Ham
2018-06-04 16:56:00 +01:00
parent e2452da7d0
commit e498bd3600
4 changed files with 21 additions and 0 deletions

7
data/meson.build Normal file
View File

@@ -0,0 +1,7 @@
datadir = get_option('datadir')
install_data('sm.puri.Calls.desktop',
install_dir : join_paths(datadir, 'applications'))
install_data('sm.puri.Calls.png',
install_dir : join_paths(datadir, 'icons', 'hicolor', '256x256', 'apps'))