writeas-gtk/data/meson.build
Adrian Cochrane da5817e12e Allow toggling between dark and light GTK themes (if provided).
Took me a bit to get the icon fallbacks working right.

28min.
2018-04-17 11:49:33 +12:00

11 lines
476 B
Meson

install_data('icons/write-as.png',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '128x128', 'apps')
)
install_data('icons/writeas-bright-dark.png',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '16x16', 'actions'))
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'))