2008-12-24 16:54:58 +03:00
all :
2008-12-25 12:55:26 +03:00
cp -a /usr/src/design-bootloader-source ./
cp -a bootloader/config design-bootloader-source/
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-install/
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-boot/
2009-04-02 19:42:16 +04:00
convert images/boot.jpg -resize 800x600 -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot.jpg
convert images/boot.jpg -resize 800x600 -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot-800x600.jpg
2009-02-24 18:56:22 +03:00
cp -al boot-800x600.jpg design-bootloader-source/data-boot/back.jpg
cp -al boot-800x600.jpg design-bootloader-source/data-install/back.jpg
cp -al boot.jpg bootsplash/images/silent-1024x768.jpg
convert -resize '800x600!' bootsplash/images/silent-1024x768.jpg bootsplash/images/silent-800x600.jpg
2008-12-25 12:55:26 +03:00
convert -resize '640x480!' bootsplash/images/silent-800x600.jpg bootsplash/images/silent-640x480.jpg
2008-12-24 16:54:58 +03:00
# background
2009-04-02 19:42:16 +04:00
convert images/background.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' background.png
2009-06-22 17:30:46 +04:00
cp -al background.png graphics/backgrounds/default.png
2009-01-26 18:44:09 +03:00
cp -al background.png graphics/backgrounds/xdm.png
2009-06-22 17:30:46 +04:00
convert background.png kde3-styles-splash/Background.jpg
cp -al background.png kde3-styles-splash/Background.png
2009-05-29 20:42:53 +04:00
convert -resize '400x320!' images/background.png kde3-styles-splash/Preview.png
2009-06-22 17:33:01 +04:00
# installer background
convert images/installer.png -resize '800x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' alterator/design/bg.png
2009-03-27 15:04:12 +03:00
# console background
cp -al images/console.jpg bootsplash/images/bootsplash-800x600.jpg
convert -resize '640x480!' bootsplash/images/bootsplash-800x600.jpg bootsplash/images/bootsplash-640x480.jpg
2009-03-31 12:28:41 +04:00
# logo for web alterator
2009-04-10 18:59:15 +04:00
convert images/logo.png -fill '#ffffff' -font /usr/share/fonts/ttf/dejavu/DejaVuSans-Bold.ttf -style Normal -weight Normal -pointsize 24 -gravity northwest -draw 'text 0,0 "@VERSION@ @NAME@"' alterator/images/logo.png
2009-03-27 15:04:12 +03:00
#color scheme
2008-12-26 16:43:03 +03:00
mv kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc "kde3-settings/apps/kdisplay/color-schemes/@BRAND_FNAME@ @NAME@.kcsrc"