empathy r2534 - trunk/data/icons
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2534 - trunk/data/icons
- Date: Thu, 26 Feb 2009 18:37:21 +0000 (UTC)
Author: xclaesse
Date: Thu Feb 26 18:37:21 2009
New Revision: 2534
URL: http://svn.gnome.org/viewvc/empathy?rev=2534&view=rev
Log:
Compile icon cache for private icon repo as well as public one
From: Davyd Madeley <davyd madeley id au>
Modified:
trunk/data/icons/Makefile.am
Modified: trunk/data/icons/Makefile.am
==============================================================================
--- trunk/data/icons/Makefile.am (original)
+++ trunk/data/icons/Makefile.am Thu Feb 26 18:37:21 2009
@@ -13,6 +13,10 @@
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 @@
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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]