summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-07-24 22:15:24 +0000
committerOlivier Blin <oblin@mandriva.com>2008-07-24 22:15:24 +0000
commit8754c02e2e652e1fb878a9a6e77bdb5a1fc81585 (patch)
treebe073701e189c77dbd7d393c01de34c69d0676ad /Makefile
parent443a1bf6995847b70149052318802dbaf3ae196c (diff)
downloadtheme-8754c02e2e652e1fb878a9a6e77bdb5a1fc81585.tar
theme-8754c02e2e652e1fb878a9a6e77bdb5a1fc81585.tar.gz
theme-8754c02e2e652e1fb878a9a6e77bdb5a1fc81585.tar.bz2
theme-8754c02e2e652e1fb878a9a6e77bdb5a1fc81585.tar.xz
theme-8754c02e2e652e1fb878a9a6e77bdb5a1fc81585.zip
build splashy themes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fd59123..32dd02e 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,13 @@ install:
do \
ln -f -s vt0-$$d.cfg $(prefix)$(configdir)/bootsplash/themes/$$t/config/vt$$v-$$d.cfg; \
done; \
+ install -d $(prefix)/$(sharedir)/splashy/themes/$$t-$$d; \
+ cp -al $(prefix)$(sharedir)/bootsplash/themes/$$t/images/bootsplash-$$d.jpg $(prefix)/$(sharedir)/splashy/themes/$$t-$$d/background.jpg; \
+ if [ -e $(prefix)$(sharedir)/bootsplash/Mandriva-common/images/hibernate-$$d.jpg ]; then \
+ cp -al $(prefix)$(sharedir)/bootsplash/Mandriva-common/images/hibernate-$$d.jpg $(prefix)/$(sharedir)/splashy/themes/$$t-$$d/suspend.jpg; \
+ fi; \
+ ln -sf ../default/FreeSans.ttf $(prefix)/$(sharedir)/splashy/themes/$$t-$$d; \
+ perl -pe "s,\@THEME\@,$$t,g" common/bootsplash/theme.xml > $(prefix)/$(sharedir)/splashy/themes/$$t-$$d/theme.xml; \
done; \
rm -f $(prefix)$(configdir)/bootsplash/themes/$$t/config/*template.cfg ; \
chmod 644 $(prefix)$(configdir)/bootsplash/themes/$$t/config/*.cfg; \