summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2008-02-27 19:46:11 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2008-02-27 19:46:11 +0000
commit243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc (patch)
treefc46cbbe591f4a05509f0b9d9ddb8dc3f2ce3fc6 /Makefile
parentd543e9b3699e25adab6118275fc78989c2a3cf12 (diff)
downloadtheme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar
theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar.gz
theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar.bz2
theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar.xz
theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.zip
- Release 1.2.22
- New artwork for Mandriva 2008 Spring, featuring hour-based backgrounds - use templates to create bootsplash configuration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 17 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6995d02..3fd0825 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME=mandriva-theme
PACKAGE=mandriva-theme
-VERSION=1.2.21
+VERSION=1.2.22
THEMES=Mandriva-Free Mandriva-One Mandriva-Powerpack Mandriva-Flash
@@ -36,23 +36,36 @@ install:
install -m644 $$t/bootsplash/data/*.jpg $(prefix)$(sharedir)/bootsplash/themes/$$t/images/; \
install -d $(prefix)/$(configdir)/bootsplash/themes/$$t/config; \
install -m644 common/bootsplash/config/* $(prefix)$(configdir)/bootsplash/themes/$$t/config/; \
- perl -pi -e "s,/\@THEME\@/,/$$t/," $(prefix)$(configdir)/bootsplash/themes/$$t/config/*.cfg; \
if [ -d $$t/bootsplash/config ]; then \
install -m644 $$t/bootsplash/config/* $(prefix)$(configdir)/bootsplash/themes/$$t/config/; \
fi; \
install -d $(prefix)/$(configdir)/bootsplash/themes/$$t/animations; \
install -m644 $$t/background/$$t-*.png $(prefix)$(sharedir)/mdk/backgrounds/; \
+ install -m644 $$t/background/$$t.xml $(prefix)$(sharedir)/mdk/backgrounds/; \
+ for d in 1024x768 1280x1024 1280x800 1440x900 1600x1200 1680x1050 1920x1200 1920x1440 ; \
+ do \
+ ln -f -s $$t-$$d-1300.png $(prefix)$(sharedir)/mdk/backgrounds/$$t-$$d.png; \
+ done; \
+ source $$t/bootsplash/colors; \
for d in 800x600 1024x768 1280x1024 1600x1200; \
do \
- ln -s bootsplash-$$d.jpg $(prefix)$(sharedir)/bootsplash/themes/$$t/images/silent-$$d.jpg; \
+ W=`echo $$d | sed -e "s/x.*//"` ;\
+ H=`echo $$d | sed -e "s/.*x//"` ;\
+ ln -f -s bootsplash-$$d.jpg $(prefix)$(sharedir)/bootsplash/themes/$$t/images/silent-$$d.jpg; \
+ for v in common/bootsplash/config/*-template.cfg ; do \
+ cp -f $$v $(prefix)$(configdir)/bootsplash/themes/$$t/config/`basename $$v -template.cfg`-$$d.cfg ;\
+ done; \
+ perl -pi -e "s,/\@THEME\@/,/$$t/,; s,\@B1\@,$$B1,g; s,\@B2\@,$$B2,g; s,\@B3\@,$$B3,g;s,\@B4\@,$$B4,g; s/\@HEIGHT\@(-\d+)?/$$H+\$$1/eg; s/\@WIDTH\@(-\d+)?/$$W+\$$1/eg" $(prefix)$(configdir)/bootsplash/themes/$$t/config/*-$$d.cfg; \
for v in 1 2 3 4 5 6; \
do \
- ln -s vt0-$$d.cfg $(prefix)$(configdir)/bootsplash/themes/$$t/config/vt$$v-$$d.cfg; \
+ ln -f -s vt0-$$d.cfg $(prefix)$(configdir)/bootsplash/themes/$$t/config/vt$$v-$$d.cfg; \
done; \
done; \
+ rm -f $(prefix)$(configdir)/bootsplash/themes/$$t/config/*template.cfg ; \
chmod 644 $(prefix)$(configdir)/bootsplash/themes/$$t/config/*.cfg; \
install -d $(prefix)$(sharedir)/gfxboot/themes/$$t; \
install -m644 $$t/gfxboot/*.jpg $(prefix)$(sharedir)/gfxboot/themes/$$t/; \
+ install -m644 /usr/share/fonts/TTF/dejavu/DejaVuSans.ttf $(prefix)$(configdir)/bootsplash/luxisri.ttf; \
done
changelog: ../common/username