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-10-01 00:25:37 +00:00
|
|
|
install_data('com.github.writeas.writeas-gtk.desktop',
|
2018-04-16 22:00:09 +00:00
|
|
|
install_dir: join_paths(get_option('datadir'), 'applications'))
|
2018-10-01 00:25:37 +00:00
|
|
|
install_data('com.github.writeas.writeas-gtk.appdata.xml',
|
2018-04-16 22:00:09 +00:00
|
|
|
install_dir: join_paths(get_option('datadir'), 'metainfo'))
|