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
675f5452
Commit
675f5452
authored
Sep 27, 2013
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wallpaper generation
parent
2afe235e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
Makefile.in
Makefile.in
+14
-12
No files found.
Makefile.in
View file @
675f5452
...
...
@@ -5,22 +5,24 @@ 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
# make default wallpaper
cp
-al
images/background4x3.png
images/wallpaper.png
cp
-al
images/wallpaper.png
graphics/backgrounds/default.png
cp
-al
images/wallpaper.png
graphics/backgrounds/xdm.png
# make wallpapers for gfxboot and grub2
convert
images/background4x3.png
-resize
800x600
images/small.png
# display status
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;
\
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@"'
wlogo.png;
\
convert
wlogo.png
images/product-logo.png
-geometry
+30+30
-composite
images/boot.jpg;
\
else
\
convert
images/wallpaper.png
wallpaper.pn
g;
\
convert
images/wallpaper.png
images/product-logo.png
-geometry
+30+30
-composite
images/boot.jp
g;
\
fi
c
p
-al
wallpaper.png
graphics/backgrounds/default
.png
cp
-al
wallpaper.png
graphics/backgrounds/xdm
.png
c
onvert
images/small.png
images/product-logo.png
-geometry
+30+30
-composite
images/grub
.png
cp
-al
images/grub.png
images/boot
.png
# 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
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