Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2010-04-22 21:08:22 (GMT)
committer Michael Stone <michael@laptop.org>2010-04-22 21:08:22 (GMT)
commit5d38234bc4b6b576c0b30623c3c521c827392f5d (patch)
tree95281d842ab9a0f457457798c2a657d35396feac /Makefile
parentb86ef32a36a28778a8b0feaba68b375de3831dab (diff)
Install the sugar icon-theme index and update the icon cache.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b411c77..0cf53ae 100644
--- a/Makefile
+++ b/Makefile
@@ -148,6 +148,7 @@ MAIN_PYTHON_DIRS=$(shell cd main/src; find * -type d)
MAIN_PYTHON_FILES=$(shell cd main/src; find * -name '*.py' -o -name '*.png')
TOOLKIT_PYTHON_DIRS=$(shell cd toolkit/src; find * -type d)
TOOLKIT_PYTHON_FILES=$(shell cd toolkit/src; find * -name '*.py') sugar/_sugarext.so
+ARTWORK_THEME_FILES=artwork/icons/index.theme
PS_PYTHON_DIRS=sugar-presence-service
PS_PYTHON_FILES=$(shell cd presence-service/src; find * -name '*.py')
@@ -207,12 +208,16 @@ install: all
for f in $(EXTENSION_FILES); do \
install -m0644 main/extensions/$$f $(EXTENSIONSDIR)/$$(dirname $$f); \
done
+ for f in $(ARTWORK_THEME_FILES); do \
+ install -m0644 $$f $(ICONDIR); \
+ done
for f in artwork/cursor/sugar/cursors/*; do \
install -m0644 $$f $(CURSORDIR); \
done
install -m0644 artwork/gtk/theme/sugar-72.gtkrc $(DATADIR)/themes/sugar-72/gtk-2.0/gtkrc;
install -m0644 artwork/gtk/theme/sugar-100.gtkrc $(DATADIR)/themes/sugar-100/gtk-2.0/gtkrc;
install -m0644 artwork/gtk/engine/libsugar.so $(ENGINEDIR);
+ gtk-update-icon-cache -f $(ICONDIR)
for d in $(shell ls artwork/icons/scalable); do \
install -d $(ICONDIR)/scalable/$$d; \
for f in artwork/icons/scalable/$$d/*; do \