Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
b400d982
Commit
b400d982
authored
May 17, 2019
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Place status message to installer, grub and boot screens
parent
039cf587
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
Makefile.in
Makefile.in
+11
-7
No files found.
Makefile.in
View file @
b400d982
...
...
@@ -33,7 +33,11 @@ graphics:
# browser-qt
browser-qt/design/bg.png
:
images/installer.png
convert
$<
-fill
'#c62530'
-font
/usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf
-style
Normal
-weight
Normal
-pointsize
20
-gravity
northeast
-draw
'text 25,25 "
$(STATUS)
"'
$@
if
[
-n
"
$(STATUS)
"
]
;
then
\
convert
$<
-undercolor
'#c62530'
-fill
white
-font
/usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf
-style
Normal
-weight
Normal
-pointsize
30
-gravity
northwest
-draw
'text 0,0 "
$(STATUS)
"'
$@
;
\
else
\
cp
-a
$<
$@
;
\
fi
browser-qt
:
browser-qt/design/bg.png
install
-d
$(datadir)
/alterator-browser-qt/design
...
...
@@ -60,13 +64,13 @@ boot-images:
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/
#for size in 1024x768 800x600 640x480; do
\
# convert images/boot.jpg -quality 97 -resize "$$size!" -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-
$$
size.jpg ;
\
#done
#convert images/boot.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)
"' design-bootloader-source/data-install/back.jpg
convert
-colorspace
YCbCr
-sampling-factor
2x2 images/boot.png JPEG:images/boot.jpg
cp -al images/boot.jpg design-bootloader-source/data-boot/back.jpg
cp -al images/boot.jpg design-bootloader-source/data-install/back.jpg
if
[
-n
"
$(STATUS)
"
]
;
then
\
convert images/boot.jpg
-resize
"800x600!"
-undercolor
'#c62530'
-fill
white
-font
/usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf
-style
Normal
-weight
Normal
-pointsize
30
-gravity
northwest
-draw
'text 0,0 "
$(STATUS)
"'
design-bootloader-source/data-boot/back.jpg
;
\
else
\
cp
-al
images/boot.jpg design-bootloader-source/data-boot/back.jpg
;
\
fi
cp
-al
design-bootloader-source/data-boot/back.jpg design-bootloader-source/data-install/back.jpg
;
\
mv
design-bootloader-source/data-install/back
{
,.1
}
.jpg
convert
-quality
97
-fill
'#acdaf2'
-draw
'rectangle 0,0,2,2'
design-bootloader-source/data-install/back
{
.1,
}
.jpg
rm
-f
design-bootloader-source/data-install/back.
*
.jpg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment