initial commit

This commit is contained in:
2018-10-18 16:31:50 -03:00
commit 482d52e96f
26 changed files with 376 additions and 0 deletions

3
data/meson.build Normal file
View File

@@ -0,0 +1,3 @@
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'))
subdir('ui')