add and organize images

This commit is contained in:
2018-10-18 17:34:30 -03:00
parent 4e68cc7e90
commit 315d9c10a9
6 changed files with 90 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
install_data('sernatur.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
install_data('sernatur.png', install_dir: join_paths(get_option('datadir'), 'icons/hicolor/48x48/apps'))
install_data('icons/16x16/sernatur.png', install_dir: join_paths(get_option('datadir'), 'icons/hicolor/16x16/apps'))
install_data('icons/32x32/sernatur.png', install_dir: join_paths(get_option('datadir'), 'icons/hicolor/32x32/apps'))
install_data('icons/48x48/sernatur.png', install_dir: join_paths(get_option('datadir'), 'icons/hicolor/48x48/apps'))
subdir('ui')