Commit 353f47a1 authored by Andrey Cherepanov's avatar Andrey Cherepanov

Generate wallpapers

parent 19ac2495
......@@ -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
images/product-logo.png

9.8 KB | W: | H:

images/product-logo.png

7.94 KB | W: | H:

images/product-logo.png
images/product-logo.png
images/product-logo.png
images/product-logo.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment