Add a custom icon for the identify button

This commit is contained in:
Simon Steinbeiss
2017-01-26 01:25:51 +01:00
parent 774a8bd8b4
commit 5f8f6beffa
12 changed files with 327 additions and 4 deletions

17
data/icons/Makefile.am Normal file
View File

@@ -0,0 +1,17 @@
SUBDIRS = 16x16 24x24 scalable
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
install-data-hook:
@-if test -z "$(DESTDIR)"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
else \
echo "*** Icon cache not updated. Remember to run:"; \
echo "***"; \
echo "*** $(gtk_update_icon_cache)"; \
echo "***"; \
fi
uninstall-local:
-rm $(datadir)/icons/hicolor/icon-theme.cache