2018-04-16 22:00:09 +00:00
|
|
|
install_data('icons/write-as.png',
|
|
|
|
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '128x128', 'apps')
|
|
|
|
)
|
2018-04-16 23:10:44 +00:00
|
|
|
install_data('icons/writeas-bright-dark.png',
|
2018-04-16 23:49:33 +00:00
|
|
|
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '16x16', 'actions'))
|
2018-04-16 22:00:09 +00:00
|
|
|
|
2018-04-19 20:27:05 +00:00
|
|
|
install_data('writeas-gtk.desktop',
|
2018-04-16 22:00:09 +00:00
|
|
|
install_dir: join_paths(get_option('datadir'), 'applications'))
|
2018-04-19 20:27:05 +00:00
|
|
|
install_data('writeas-gtk.appdata.xml',
|
2018-04-16 22:00:09 +00:00
|
|
|
install_dir: join_paths(get_option('datadir'), 'metainfo'))
|