geany/icons/32x32/Makefile.am
Jiří Techet 243480b83d 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.
2015-03-16 01:49:16 +01:00

12 lines
246 B
Makefile

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 \
geany-close-all.png \
geany-save-all.png