You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
827 B
18 lines
827 B
STATUS=@STATUS@
|
|
THEME=@THEME@
|
|
NAME=@NAME@
|
|
VERSION=@VERSION@
|
|
|
|
all:
|
|
# 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
|
|
cp -al wallpaper.png graphics/backgrounds/default.png
|
|
cp -al wallpaper.png graphics/backgrounds/xdm.png
|
|
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"
|
|
|
|
include components.mk
|
|
install: browser-qt ahttpd boot-images boot-splash @X86@ indexhtml
|
|
|