Kaydet (Commit) 243480b8 authored tarafından Jiří Techet's avatar Jiří Techet

Regenerate png/ico icons from svg and add the 32x32 size

The 32x32 size can be created by downsampling the 48x48
icon by gtk at runtime but the result will be worse than
doing the same directly from the svg icon (48->32
conversion means downsampling by 1.5 which can introduce
some moire artifacts and loss of information). Since
32x32 are quite commonly used, it makes sense to ship
this icon size with Geany.

The png files have been optimized by pngoptim to remove
metadata and compress the icon better.
üst 34f91193
icons_actionsdir = $(datadir)/icons/hicolor/32x32/actions
iconsdir = $(datadir)/icons/hicolor/32x32
icons_appsdir = $(iconsdir)/apps
icons_actionsdir = $(iconsdir)/actions
dist_icons_apps_DATA = \
geany.png
dist_icons_actions_DATA = \
geany-build.png \
......
......@@ -157,6 +157,7 @@ geany_icons = {
'hicolor/32x32/actions': ['32x32/geany-build.png',
'32x32/geany-close-all.png',
'32x32/geany-save-all.png'],
'hicolor/32x32/apps': ['32x32/geany.png'],
'hicolor/48x48/actions': ['48x48/geany-build.png',
'48x48/geany-close-all.png',
'48x48/geany-save-all.png'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment