]> git.0d.be Git - empathy.git/commitdiff
Compile icon cache for private icon repo as well as public one
authorDavyd Madeley <davyd@madeley.id.au>
Thu, 26 Feb 2009 18:37:21 +0000 (18:37 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Thu, 26 Feb 2009 18:37:21 +0000 (18:37 +0000)
From: Davyd Madeley <davyd@madeley.id.au>

svn path=/trunk/; revision=2534

data/icons/Makefile.am

index e3e0ffe12c07e746a27a94002b3d1be1145c4450..d2c989d2b96b77cb617a259389c825e850d8bf10 100644 (file)
@@ -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: