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 From df9a05cba5e6a0caf27488006aea0b2eda3de050 Mon Sep 17 00:00:00 2001 From: RichardHitt Date: Sun, 16 Dec 2012 18:05:37 -0800 Subject: Put hexchat png in icons/hicolor/48x48/apps --- share/icons/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/icons/Makefile.am') diff --git a/share/icons/Makefile.am b/share/icons/Makefile.am index dadaa67d..ee5384cc 100644 --- a/share/icons/Makefile.am +++ b/share/icons/Makefile.am @@ -1,5 +1,5 @@ icon_DATA = ../../src/pixmaps/hexchat.png -icondir = $(datadir)/pixmaps +icondir = $(datadir)/icons/hicolor/48x48/apps hicolor_DATA = hexchat.svg hicolordir = $(datadir)/icons/hicolor/scalable/apps -- cgit 1.4.1