1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-29 15:25:24 +00:00
Purism-Calls/data/meson.build

17 lines
478 B
Meson
Raw Normal View History

2018-06-04 15:56:00 +00:00
datadir = get_option('datadir')
# Desktop file
2018-06-04 15:56:00 +00:00
install_data('sm.puri.Calls.desktop',
install_dir : join_paths(datadir, 'applications'))
desktop_utils = find_program('desktop-file-validate', required: false)
if desktop_utils.found()
test('Validate desktop file', desktop_utils,
args: ['sm.puri.Calls.desktop']
)
endif
# Icons
2018-06-04 15:56:00 +00:00
install_data('sm.puri.Calls.png',
install_dir : join_paths(datadir, 'icons', 'hicolor', '256x256', 'apps'))