From 925b45e8f0f3de9bf5072aad8240750c87cf03da Mon Sep 17 00:00:00 2001 From: RichardHitt Date: Sun, 16 Dec 2012 17:29:08 -0800 Subject: Install hicolor svg; move the files Makefile.am to their subdirectories --- share/icons/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 share/icons/Makefile.am (limited to 'share/icons/Makefile.am') diff --git a/share/icons/Makefile.am b/share/icons/Makefile.am new file mode 100644 index 00000000..dadaa67d --- /dev/null +++ b/share/icons/Makefile.am @@ -0,0 +1,13 @@ +icon_DATA = ../../src/pixmaps/hexchat.png +icondir = $(datadir)/pixmaps + +hicolor_DATA = hexchat.svg +hicolordir = $(datadir)/icons/hicolor/scalable/apps + +UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: + $(UPDATE_ICON_CACHE); + +uninstall-hook: + $(UPDATE_ICON_CACHE); -- cgit 1.4.1