summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2008-08-27 12:45:44 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2008-08-27 12:45:44 +0000
commit190dd288ee531662a722e2c5b04c51605343324b (patch)
tree5cfb46be26256620ef5c306ef0f3bc15e70ecc86 /Makefile
parent4113364516fe20549a5cf4f6df6c3b4096b79813 (diff)
downloadtheme-190dd288ee531662a722e2c5b04c51605343324b.tar
theme-190dd288ee531662a722e2c5b04c51605343324b.tar.gz
theme-190dd288ee531662a722e2c5b04c51605343324b.tar.bz2
theme-190dd288ee531662a722e2c5b04c51605343324b.tar.xz
theme-190dd288ee531662a722e2c5b04c51605343324b.zip
- Add compat symlinks for resolutions which are no longer provided as a separate files, use image with same ratio instead
- Improve bootsplash theme a little
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 897f666..36e0d3e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME=mandriva-theme
PACKAGE=mandriva-theme
-VERSION=1.3.1
+VERSION=1.3.2
THEMES=Mandriva-Free Mandriva-One Mandriva-Powerpack Mandriva-Flash
@@ -50,6 +50,14 @@ install:
fi; \
install -d $(prefix)/$(configdir)/bootsplash/themes/$$t/animations; \
install -m644 $$t/background/$$t.xml $(prefix)$(sharedir)/mdk/backgrounds/; \
+ for h in 0000 0700 1300 1800 ; \
+ do \
+ ln -f -s $$t-1920x1440-$$h.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-1024x768-$$h.jpg ; \
+ ln -f -s $$t-1920x1440-$$h.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-1600x1200-$$h.jpg ; \
+ ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-1280x800-$$h.jpg ; \
+ ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-1440x900-$$h.jpg ; \
+ ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-1680x1050-$$h.jpg ; \
+ done ; \
for d in 800x480 1024x768 1280x1024 1280x800 1440x900 1600x1200 1680x1050 1920x1200 1920x1440 1024x600 800x600 ; \
do \
[ -e $(prefix)$(sharedir)/mdk/backgrounds/$$t-$$d-1300.jpg ] && ln -f -s $$t-$$d-1300.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-$$d.jpg; \