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
0b52663f
Commit
0b52663f
authored
Jun 23, 2009
by
Anton V. Boyarshinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.in: cleanup
parent
c02100bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
Makefile.in
Makefile.in
+4
-5
No files found.
Makefile.in
View file @
0b52663f
...
...
@@ -8,13 +8,12 @@ all:
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/
convert images/boot.jpg
-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@"'
boot.jpg
convert images/boot.jpg
-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@"'
boot-800x600.jpg
for
size
in
1024x768 800x600 640x480
;
do
\
convert images/boot.jpg
-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
;
\
cp
-al
boot-
$$
size.jpg bootsplash/images/silent-
$$
size.jpg
;
\
done
cp
-al
boot-800x600.jpg design-bootloader-source/data-boot/back.jpg
cp
-al
boot-800x600.jpg design-bootloader-source/data-install/back.jpg
cp
-al
boot.jpg bootsplash/images/silent-1024x768.jpg
convert
-resize
'800x600!'
bootsplash/images/silent-1024x768.jpg bootsplash/images/silent-800x600.jpg
convert
-resize
'640x480!'
bootsplash/images/silent-800x600.jpg bootsplash/images/silent-640x480.jpg
# background
convert
images/background.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@"'
background.png
cp
-al
background.png
graphics/backgrounds/default.png
...
...
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