From d14c4fa661af70a2d3eda9ceeb1c1c0fa5a28a93 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Mon, 13 Sep 2010 15:35:13 +0100 Subject: added scalable sound-icon svg to the assets --- data/icons/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/icons/Makefile.am (limited to 'data/icons/Makefile.am') diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am new file mode 100644 index 0000000..8b476c3 --- /dev/null +++ b/data/icons/Makefile.am @@ -0,0 +1,15 @@ +SUBDIRS = scalable + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor + +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 (un)install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi + -- cgit v1.2.3 From 11cb64daf79ff2a25b90c31c19c6f99263c42c5e Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Mon, 13 Sep 2010 17:11:24 +0100 Subject: autotools fix --- data/icons/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/icons/Makefile.am') diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 8b476c3..b671b5c 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = scalable +SUBDIRS = scalable 16x16 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor -- cgit v1.2.3