summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2011-05-15 09:52:21 +0000
committerAnne Nicolas <ennael@mageia.org>2011-05-15 09:52:21 +0000
commit1392c6511aa5ceb75bb4aaf369213f7295966b86 (patch)
tree693bcdefc7d05cf9984a1045aa616fdc59af1f46
parent0a58766298f6dc57080c10e30ceae7f183c79bc7 (diff)
downloadtheme-1392c6511aa5ceb75bb4aaf369213f7295966b86.tar
theme-1392c6511aa5ceb75bb4aaf369213f7295966b86.tar.gz
theme-1392c6511aa5ceb75bb4aaf369213f7295966b86.tar.bz2
theme-1392c6511aa5ceb75bb4aaf369213f7295966b86.tar.xz
theme-1392c6511aa5ceb75bb4aaf369213f7295966b86.zip
update to 1.5.0.13
-rw-r--r--Makefile17
1 files changed, 2 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index 7f9b31f..e04481c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME=mageia-theme
PACKAGE=mageia-theme
-VERSION=1.5.0.12
+VERSION=1.5.0.13
THEMES=Mageia-Default
@@ -43,20 +43,7 @@ install:
install -m644 common/plymouth/*.png $(prefix)$(sharedir)/plymouth/themes/$$t/; \
install -m644 $$t/plymouth/*.plymouth $(prefix)$(sharedir)/plymouth/themes/$$t/; \
install -m644 $$t/plymouth/*.png $(prefix)$(sharedir)/plymouth/themes/$$t/; \
- install -m644 $$t/background/$$t.xml $(prefix)$(sharedir)/mga/backgrounds/; \
- for h in 0000 0700 1300 1800 ; \
- do \
- ln -f -s $$t-1920x1440-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-1024x768-$$h.jpg ; \
- ln -f -s $$t-1920x1440-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-800x600-$$h.jpg ; \
- ln -f -s $$t-1920x1440-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-1600x1200-$$h.jpg ; \
- ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-1280x800-$$h.jpg ; \
- ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-1440x900-$$h.jpg ; \
- ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-1680x1050-$$h.jpg ; \
- done ; \
- for d in 800x480 1024x768 1280x1024 1280x800 1440x900 1600x1200 1680x1050 1920x1080 1920x1200 1920x1440 1024x600 800x600 ; \
- do \
- [ -e $(prefix)$(sharedir)/mga/backgrounds/$$t-$$d-1300.jpg ] && ln -f -s $$t-$$d-1300.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-$$d.jpg; \
- done; \
+ install -m644 $$t/background/$$t-*.png $(prefix)$(sharedir)/mga/backgrounds/; \
install -d $(prefix)$(sharedir)/gfxboot/themes/$$t; \
install -m644 $$t/gfxboot/*.jpg $(prefix)$(sharedir)/gfxboot/themes/$$t/; \
done