Generate wallpapers
20
Makefile.in
@ -4,16 +4,28 @@ NAME=@NAME@
|
||||
VERSION=@VERSION@
|
||||
|
||||
all:
|
||||
# generate derivative graphics
|
||||
cp -al images/background16x9.png images/wallpaper.png
|
||||
# apply product-logo.png
|
||||
convert images/wallpaper.png images/product-logo.png -geometry +21+60 -composite images/wlogo.png
|
||||
convert images/wlogo.png -resize 800x600 images/grub.png
|
||||
convert images/wlogo.png -resize 800x600 images/boot.png
|
||||
convert images/wlogo.png images/boot.jpg
|
||||
# background
|
||||
# convert images/wallpaper.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@"' wallpaper.png
|
||||
convert images/wallpaper.png wallpaper.png
|
||||
if [ -n "$(STATUS)" ] ; then \
|
||||
convert images/wallpaper.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@"' wallpaper.png; \
|
||||
else \
|
||||
convert images/wallpaper.png wallpaper.png; \
|
||||
fi
|
||||
cp -al wallpaper.png graphics/backgrounds/default.png
|
||||
cp -al wallpaper.png graphics/backgrounds/xdm.png
|
||||
# kde3-settings
|
||||
convert wallpaper.png kde3-styles-splash/Background.jpg
|
||||
cp -al wallpaper.png kde3-styles-splash/Background.png
|
||||
convert -resize '400x320!' images/wallpaper.png kde3-styles-splash/Preview.png
|
||||
#color scheme
|
||||
mv kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc "kde3-settings/apps/kdisplay/color-schemes/@BRAND_FNAME@ @NAME@.kcsrc"
|
||||
|
||||
# product logo for ahttpd
|
||||
cp -al images/product-logo.png components/ahttpd/images/product-logo.png
|
||||
|
||||
include components.mk
|
||||
install: browser-qt ahttpd boot-images boot-splash @X86@ indexhtml
|
||||
|
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 390 KiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 402 KiB After Width: | Height: | Size: 1.8 MiB |
BIN
images/boot.jpg
Before Width: | Height: | Size: 155 KiB |
BIN
images/boot.png
Before Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 3.8 KiB |
BIN
images/grub.png
Before Width: | Height: | Size: 608 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 370 KiB |