summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2008-08-26 14:20:20 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2008-08-26 14:20:20 +0000
commit4113364516fe20549a5cf4f6df6c3b4096b79813 (patch)
treea3bdc3f60fd3a0843f87bdd36ce6fa0b2c00f9f7 /Makefile
parent5a528b0a64f8a88308136997bb9f11260a79361b (diff)
downloadtheme-4113364516fe20549a5cf4f6df6c3b4096b79813.tar
theme-4113364516fe20549a5cf4f6df6c3b4096b79813.tar.gz
theme-4113364516fe20549a5cf4f6df6c3b4096b79813.tar.bz2
theme-4113364516fe20549a5cf4f6df6c3b4096b79813.tar.xz
theme-4113364516fe20549a5cf4f6df6c3b4096b79813.zip
- Release 1.3.1 :
- new design for Mandriva Linux 2009.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7585029..897f666 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME=mandriva-theme
PACKAGE=mandriva-theme
-VERSION=1.3.0
+VERSION=1.3.1
THEMES=Mandriva-Free Mandriva-One Mandriva-Powerpack Mandriva-Flash
@@ -33,10 +33,12 @@ install:
mkdir -p $(prefix)$(sharedir)/bootsplash/themes/
mkdir -p $(prefix)$(configdir)/bootsplash/themes/
mkdir -p $(prefix)/$(sharedir)/mdk/screensaver
+ mkdir -p $(prefix)/$(sharedir)/mdk/backgrounds
mkdir -p $(prefix)$(sharedir)/config/
mkdir -p $(prefix)$(sharedir)/bootsplash/Mandriva-common/images
install -m 644 common/bootsplash/data/*.jpg $(prefix)$(sharedir)/bootsplash/Mandriva-common/images
install -m 644 common/screensaver/*.png $(prefix)$(sharedir)/mdk/screensaver
+ install -m644 */background/*.jpg $(prefix)$(sharedir)/mdk/backgrounds
@for t in $(THEMES); do \
set -x; set -e; \
install -d $(prefix)$(sharedir)/bootsplash/themes/$$t/images; \
@@ -48,7 +50,7 @@ install:
fi; \
install -d $(prefix)/$(configdir)/bootsplash/themes/$$t/animations; \
install -m644 $$t/background/$$t.xml $(prefix)$(sharedir)/mdk/backgrounds/; \
- for d in 800x480 1024x768 1280x1024 1280x800 1440x900 1600x1200 1680x1050 1920x1200 1920x1440 ; \
+ 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; \
done; \