themedir = ${datadir}/icons/hicolor appicondir = ${themedir}/48x48/apps dist_appicon_DATA = agave-icon.png svgicondir = ${themedir}/scalable/apps dist_svgicon_DATA = agave-icon.svg gtk_update_icon_cache = gtk-update-icon-cache -f -t ${themedir} 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 install, run this:"; \ echo "*** $(gtk_update_icon_cache)"; \ fi # icons for toolbars, etc. privateicondir = ${AGAVE_ICONDIR} dist_privateicon_DATA = lighten.png \ darken.png \ saturate.png \ desaturate.png