2013-09-09 11:51:40 +00:00
|
|
|
icons16dir = $(datadir)/icons/hicolor/16x16/apps
|
2013-09-09 11:54:15 +00:00
|
|
|
icons16_DATA = 16x16/astrognome.png
|
2013-09-09 11:51:40 +00:00
|
|
|
|
|
|
|
icons22dir = $(datadir)/icons/hicolor/22x22/apps
|
2013-09-09 11:54:15 +00:00
|
|
|
icons22_DATA = 22x22/astrognome.png
|
2013-09-09 11:51:40 +00:00
|
|
|
|
|
|
|
icons24dir = $(datadir)/icons/hicolor/24x24/apps
|
2013-09-09 11:54:15 +00:00
|
|
|
icons24_DATA = 24x24/astrognome.png
|
2013-09-09 11:51:40 +00:00
|
|
|
|
|
|
|
icons32dir = $(datadir)/icons/hicolor/32x32/apps
|
2013-09-09 11:54:15 +00:00
|
|
|
icons32_DATA = 32x32/astrognome.png
|
2013-09-09 11:51:40 +00:00
|
|
|
|
|
|
|
icons48dir = $(datadir)/icons/hicolor/48x48/apps
|
2013-09-09 11:54:15 +00:00
|
|
|
icons48_DATA = 48x48/astrognome.png
|
2013-09-09 11:51:40 +00:00
|
|
|
|
|
|
|
icons256dir = $(datadir)/icons/hicolor/256x256/apps
|
2013-09-09 11:54:15 +00:00
|
|
|
icons256_DATA = 256x256/astrognome.png
|
2013-09-09 11:51:40 +00:00
|
|
|
|
|
|
|
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
|
|
|
|
|
|
|
|
install-data-hook: update-icon-cache
|
|
|
|
uninstall-hook: update-icon-cache
|
|
|
|
update-icon-cache:
|
|
|
|
@-if test -z "$(DESTDIR)"; then \
|
|
|
|
echo "Updating Gtk icon cache."; \
|
|
|
|
$(gtk_update_icon_cache); \
|
|
|
|
else \
|
|
|
|
echo "*** Icon cache not updated. After (un)install, run this:"; \
|
|
|
|
echo "*** $(gtk_update_icon_cache)"; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
$(icon16_DATA) \
|
|
|
|
$(icon22_DATA) \
|
|
|
|
$(icon24_DATA) \
|
|
|
|
$(icon32_DATA) \
|
|
|
|
$(icon48_DATA) \
|
|
|
|
$(icon256_DATA) \
|
|
|
|
scalable/astrognome.svg
|
|
|
|
|