From 4daf4fbc374968bf8fc4fa83aac1d7cd7b9305f3 Mon Sep 17 00:00:00 2001 From: Davyd Madeley Date: Thu, 26 Feb 2009 18:37:21 +0000 Subject: Compile icon cache for private icon repo as well as public one From: Davyd Madeley svn path=/trunk/; revision=2534 --- data/icons/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index e3e0ffe12..d2c989d2b 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -13,6 +13,10 @@ public_icons = \ hicolor_apps_scalable_empathy.svg \ $(NULL) +private_icons_themes = \ + hicolor \ + $(NULL) + private_icons = \ hicolor_actions_16x16_im-message-new.png \ hicolor_actions_22x22_im-message-new.png \ @@ -132,11 +136,17 @@ update-icon-cache: for theme in $(public_icons_themes); do \ $(gtk_update_icon_cache) $(datadir)/icons/$$theme; \ done; \ + for theme in $(private_icons_themes); do \ + $(gtk_update_icon_cache) $(pkgdatadir)/icons/$$theme; \ + done; \ else \ echo "*** Icon cache not updated. After (un)install, run this:"; \ for theme in $(public_icons_themes); do \ echo "*** $(gtk_update_icon_cache) $(datadir)/icons/$$theme"; \ done; \ + for theme in $(private_icons_themes); do \ + echo "*** $(gtk_update_icon_cache) $(pkgdatadir)/icons/$$theme"; \ + done; \ fi install-icons: -- cgit v1.2.3