writeas-gtk/data/meson.build
Adrian Cochrane e7eff31d3f Add a meson build system, correct icon size.
8min on this task (I'll semantic for all future commits).
2018-04-17 10:00:23 +12:00

9 lines
338 B
Meson

install_data('icons/write-as.png',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '128x128', 'apps')
)
install_data('write-as-gtk.desktop',
install_dir: join_paths(get_option('datadir'), 'applications'))
install_data('write-as-gtk.appdata.xml',
install_dir: join_paths(get_option('datadir'), 'metainfo'))