data: Update icon file

This commit is contained in:
Bob Ham
2018-11-23 16:17:35 +00:00
parent 2d4ac90ff4
commit 5c8bbd5c3a
4 changed files with 516 additions and 2 deletions

View File

@@ -27,5 +27,23 @@ if appstream_util.found()
endif
# Icons
install_data('sm.puri.Calls.png',
install_dir : join_paths(datadir, 'icons', 'hicolor', '256x256', 'apps'))
install_data(
'sm.puri.Calls.svg',
install_dir: join_paths(
datadir,
'icons',
'hicolor',
'scalable',
'apps'
)
)
install_data(
'sm.puri.Calls-symbolic.svg',
install_dir: join_paths(
datadir,
'icons',
'hicolor',
'symbolic',
'apps'
)
)