Update icon based on the new logo

And add a symbolic variant as well

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
pull/177/head
Jakub Steiner 2019-08-16 14:57:34 +02:00 committed by Peter Hutterer
parent 244b4f5994
commit 4cf5501044
3 changed files with 6 additions and 126 deletions

View File

@ -1,7 +1,8 @@
gnome = import('gnome')
desktopdir = join_paths(datadir, 'applications')
icondir = join_paths(datadir, 'icons', 'hicolor', 'scalable', 'apps')
icondir_scalable = join_paths(datadir, 'icons', 'hicolor', 'scalable', 'apps')
icondir_symbolic = join_paths(datadir, 'icons', 'hicolor', 'symbolic', 'apps')
metainfodir = join_paths(datadir, 'metainfo')
conf = configuration_data()
@ -13,7 +14,8 @@ about_dialog = configure_file(input: 'ui/AboutDialog.ui.in',
output: 'AboutDialog.ui',
configuration: conf)
install_data('org.freedesktop.Tuhi.svg', install_dir: icondir)
install_data('org.freedesktop.Tuhi.svg', install_dir: icondir_scalable)
install_data('org.freedesktop.Tuhi-symbolic.svg', install_dir: icondir_symbolic)
i18n.merge_file(input: 'org.freedesktop.Tuhi.desktop.in',
output: 'org.freedesktop.Tuhi.desktop',

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.0"><path style="marker:none" d="M8 1a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7zm0 1.75a5.25 5.25 0 0 1 3.063.99v3.102L9.97 8.396C9.334 8.164 8.67 8 8 8c-.694 0-1.332.194-1.906.484l-1.14-1.627V3.732A5.25 5.25 0 0 1 8 2.75zM3.953 4.658v2.358a.5.5 0 0 0 .092.287L5.25 9.018a8.634 8.634 0 0 0-1.717 1.734A5.25 5.25 0 0 1 2.75 8a5.25 5.25 0 0 1 1.203-3.342zm8.11.02A5.25 5.25 0 0 1 13.25 8a5.25 5.25 0 0 1-.404 2.018A12.62 12.62 0 0 0 10.904 8.8l1.067-1.514A.5.5 0 0 0 12.062 7V4.678zM5.625 9.55l1.967 2.799a.5.5 0 0 0 .816 0l1.826-2.596c.748.527 1.294 1.212 1.643 1.777A5.25 5.25 0 0 1 8 13.25a5.25 5.25 0 0 1-4.379-2.36 7.701 7.701 0 0 1 2.004-1.34z"/></svg>

After

Width:  |  Height:  |  Size: 743 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 10 KiB