From 3e6b64aab649dc5f4c9614d462f6293aed5098dd Mon Sep 17 00:00:00 2001 From: Paul Drain Date: Tue, 11 Apr 2006 18:58:34 +0000 Subject: Install App-Friendly Theme Icons (GNOME Goal Two) 2006-04-10 Paul Drain * data/art/Makefile.am: * data/bme-desktop.in.in: * data/epiphany-desktop.in.in: Install App-Friendly Theme Icons (GNOME Goal Two) --- data/art/Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'data/art') diff --git a/data/art/Makefile.am b/data/art/Makefile.am index 24a6892a5..1e4af4dc8 100644 --- a/data/art/Makefile.am +++ b/data/art/Makefile.am @@ -6,8 +6,19 @@ art_DATA = \ epiphany-bookmarks.png appicon_DATA = epiphany-bookmarks.png -appicondir = $(datadir)/pixmaps +appicondir = $(datadir)/icons/hicolor/48x48/apps artdir = $(pkgdatadir)/art +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. After install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi + EXTRA_DIST = $(appicon_DATA) $(art_DATA) -- cgit v1.2.3