diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2009-03-04 15:49:55 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2009-03-04 15:49:55 +0000 |
commit | c4f9d0fcfa4fde14a01232ada0dc893730dacbee (patch) | |
tree | e2e59c5e81c198f8a45840627177e99bf2e8caeb /Makefile | |
parent | 1c2f0f09c42c12e46399fd3ad69a95c868bcf1c5 (diff) | |
download | theme-c4f9d0fcfa4fde14a01232ada0dc893730dacbee.tar theme-c4f9d0fcfa4fde14a01232ada0dc893730dacbee.tar.gz theme-c4f9d0fcfa4fde14a01232ada0dc893730dacbee.tar.bz2 theme-c4f9d0fcfa4fde14a01232ada0dc893730dacbee.tar.xz theme-c4f9d0fcfa4fde14a01232ada0dc893730dacbee.zip |
- Release 1.3.7 :
- new theme for 2009 Spring (Free only ATM)
- update Mandriva-Free.xml to use multiple size
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ NAME=mandriva-theme PACKAGE=mandriva-theme -VERSION=1.3.6 +VERSION=1.3.7 THEMES=Mandriva-Free Mandriva-One Mandriva-Powerpack Mandriva-Flash @@ -61,7 +61,7 @@ install: 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 ; \ + for d in 800x480 1024x768 1280x1024 1280x800 1440x900 1600x1200 1680x1050 1920x1080 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; \ |