From 70438138096a47b2505ac55634cd94947ce378b6 Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 22:53:33 -0300 Subject: initial --- data/icons/32x32/apps/Makefile.am | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 data/icons/32x32/apps/Makefile.am (limited to 'data/icons/32x32/apps/Makefile.am') diff --git a/data/icons/32x32/apps/Makefile.am b/data/icons/32x32/apps/Makefile.am new file mode 100644 index 0000000..0337805 --- /dev/null +++ b/data/icons/32x32/apps/Makefile.am @@ -0,0 +1,26 @@ +themedir = $(datadir)/icons/hicolor +size = 32x32 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + file-roller.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) + +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 +-include $(top_srcdir)/git.mk -- cgit v1.2.1