Blame data/icons/Makefile.am

rpm-build 858c0f
icondir = $(datadir)/icons
rpm-build 858c0f
rpm-build 858c0f
nobase_icon_DATA = \
rpm-build 858c0f
	hicolor/16x16/apps/gnome-characters.png \
rpm-build 858c0f
	hicolor/22x22/apps/gnome-characters.png \
rpm-build 858c0f
	hicolor/32x32/apps/gnome-characters.png \
rpm-build 858c0f
	hicolor/48x48/apps/gnome-characters.png \
rpm-build 858c0f
	hicolor/256x256/apps/gnome-characters.png \
rpm-build 858c0f
	hicolor/symbolic/apps/gnome-characters-symbolic.svg
rpm-build 858c0f
rpm-build 858c0f
EXTRA_DIST = $(nobase_icon_DATA) hicolor/gnome-characters.svg \
rpm-build 858c0f
	characters-stencils.svg render-icons.rb meson.build
rpm-build 858c0f
rpm-build 858c0f
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
rpm-build 858c0f
rpm-build 858c0f
install-data-hook: update-icon-cache
rpm-build 858c0f
uninstall-hook: update-icon-cache
rpm-build 858c0f
update-icon-cache:
rpm-build 858c0f
	@-if test -z "$(DESTDIR)"; then \
rpm-build 858c0f
		echo "Updating Gtk icon cache."; \
rpm-build 858c0f
		$(gtk_update_icon_cache); \
rpm-build 858c0f
	else \
rpm-build 858c0f
		echo "*** Icon cache not updated.  After (un)install, run this:"; \
rpm-build 858c0f
		echo "***   $(gtk_update_icon_cache)"; \
rpm-build 858c0f
	fi
rpm-build 858c0f
rpm-build 858c0f
-include $(top_srcdir)/git.mk