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
d66d71ec
Commit
d66d71ec
authored
Apr 29, 2019
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move all image transformation to components.mk
parent
a3e213d5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
19 deletions
+24
-19
Makefile.in
Makefile.in
+0
-19
components.mk
components.mk
+24
-0
No files found.
Makefile.in
View file @
d66d71ec
...
...
@@ -4,25 +4,6 @@ NAME=@NAME@
VERSION
=
@VERSION@
all
:
# generate derivative graphics
# make default wallpaper
cp
-al
images/background4x3.png
images/wallpaper.png
cp
-al
images/background16x9.png
graphics/backgrounds/default-wide.png
cp
-al
images/product-logo.png
graphics/backgrounds/product-logo.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
# convert images/small.png images/product-logo.png -geometry +30+30 -composite images/grub.png
# cp -al images/grub.png images/boot.png
# use predefined image 800x600 with logo
cp
-al
images/boot.png
images/grub.png
# product logo for ahttpd
cp
-al
images/product-logo.png
components/ahttpd/images/product-logo.png
# product logo for indexhtml
cp
-al
images/product-logo.png
components/indexhtml/images/product-logo.png
include
components.mk
install
:
browser-qt ahttpd boot-images boot-splash @X86@ indexhtml
components.mk
View file @
d66d71ec
# graphics
graphics:
# generate derivative graphics
# make default wallpaper
cp -al images/background4x3.png images/wallpaper.png
cp -al images/background16x9.png graphics/backgrounds/default-wide.png
cp -al images/product-logo.png graphics/backgrounds/product-logo.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
# convert images/small.png images/product-logo.png -geometry +30+30 -composite images/grub.png
# cp -al images/grub.png images/boot.png
# use predefined image 800x600 with logo
cp -al images/boot.png images/grub.png
# product logo for ahttpd
cp -al images/product-logo.png components/ahttpd/images/product-logo.png
# product logo for indexhtml
cp -al images/product-logo.png components/indexhtml/images/product-logo.png
# browser-qt
components/browser-qt/design/bg.png: images/installer.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