icon - add svg and make flat ecrire icon and isntall in right places

This commit is contained in:
Carsten Haitzler 2021-05-18 15:20:51 +01:00
parent ca78be3d59
commit ec46b1fe7f
3 changed files with 210 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

204
data/icons/ecrire.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,2 +1,8 @@
install_data('ecrire.png',
install_dir: join_paths(dir_data, 'icons'))
install_data('ecrire.svg',
install_dir: join_paths(dir_data, 'icons'))
install_data('ecrire.png',
install_dir: join_paths(dir_data, 'icons/hicolor/128x128/apps'))
install_data('ecrire.svg',
install_dir: join_paths(dir_data, 'icons/hicolor/scalable/apps'))