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
6c7cdfde
Commit
6c7cdfde
authored
Nov 23, 2009
by
Sergey V Turchin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fix draw text on for big images
parent
5e3bb2df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
13 deletions
+14
-13
Makefile.in
Makefile.in
+1
-1
branding.spec
branding.spec
+11
-10
components.mk
components.mk
+2
-2
No files found.
Makefile.in
View file @
6c7cdfde
...
@@ -5,7 +5,7 @@ VERSION=@VERSION@
...
@@ -5,7 +5,7 @@ VERSION=@VERSION@
all
:
all
:
# background
# 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
convert
images/wallpaper.png
-fill
'#c62530'
-font
/usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf
-style
Normal
-weight
Normal
-pointsize
20
-
draw
'gravity SouthEast rotate -90 text -300,5 "$(STATUS)
"'
wallpaper.png
cp
-al
wallpaper.png
graphics/backgrounds/default.png
cp
-al
wallpaper.png
graphics/backgrounds/default.png
cp
-al
wallpaper.png
graphics/backgrounds/xdm.png
cp
-al
wallpaper.png
graphics/backgrounds/xdm.png
convert
wallpaper.png
kde3-styles-splash/Background.jpg
convert
wallpaper.png
kde3-styles-splash/Background.jpg
...
...
branding.spec
View file @
6c7cdfde
...
@@ -2,25 +2,26 @@
...
@@ -2,25 +2,26 @@
%define codename Lycoris Radiata
%define codename Lycoris Radiata
%define brand altlinux
%define brand altlinux
%define Brand ALT Linux
%define Brand ALT Linux
%define theme branding-%brand-kdesktop
%define variants altlinux-desktop altlinux-office-desktop altlinux-office-server altlinux-lite altlinux-workbench school-master altlinux-gnome-desktop
%define status beta
%define status_en beta
%define design_graphics_abi_epoch 0
%define design_graphics_abi_major 12
%define design_graphics_abi_minor 0
%define design_graphics_abi_bugfix 0
%define variants altlinux-office-desktop altlinux-office-server altlinux-lite altlinux-workbench school-master altlinux-gnome-desktop
Name: branding-%brand-kdesktop
Name: branding-%brand-kdesktop
Version: 5.0.0
Version: 5.0.0
Release: alt25.
1
Release: alt25.
3
BuildArch: noarch
BuildArch: noarch
%define theme %name
%define design_graphics_abi_epoch 0
%define design_graphics_abi_major 12
%define design_graphics_abi_minor 0
%define design_graphics_abi_bugfix 0
%define status бета-версия
%define status_en beta
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu
BuildRequires: design-bootloader-source >= 5.0-alt2
BuildRequires: design-bootloader-source >= 5.0-alt2
BuildRequires(pre): libqt4-core
BuildRequires(pre): libqt4-core
BuildRequires: libalternatives-devel
BuildRequires: libalternatives-devel
BuildRequires: libqt4-devel
BuildRequires: libqt4-devel
...
...
components.mk
View file @
6c7cdfde
# browser-qt
# browser-qt
components/browser-qt/design/bg.png: images/installer.png
components/browser-qt/design/bg.png: images/installer.png
convert $< -
resize '800x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,2
5 "$(STATUS)"' $@
convert $< -
fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -draw 'gravity SouthEast rotate -90 text -300,
5 "$(STATUS)"' $@
browser-qt:components/browser-qt/design/bg.png
browser-qt:components/browser-qt/design/bg.png
install -d $(datadir)/alterator-browser-qt/design
install -d $(datadir)/alterator-browser-qt/design
...
@@ -24,7 +24,7 @@ boot:
...
@@ -24,7 +24,7 @@ boot:
cp -a components/bootloader/gfxboot.cfg design-bootloader-source/data-install/
cp -a components/bootloader/gfxboot.cfg design-bootloader-source/data-install/
cp -a components/bootloader/gfxboot.cfg design-bootloader-source/data-boot/
cp -a components/bootloader/gfxboot.cfg design-bootloader-source/data-boot/
for size in 1024x768 800x600 640x480; do \
for size in 1024x768 800x600 640x480; do \
convert images/boot.png -resize "$$size!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -
gravity northeast -draw 'text 25,2
5 "$(STATUS)"' boot-$$size.jpg ;\
convert images/boot.png -resize "$$size!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -
draw 'gravity SouthEast rotate -90 text -300,
5 "$(STATUS)"' boot-$$size.jpg ;\
cp -al boot-$$size.jpg components/bootsplash/images/silent-$$size.jpg ;\
cp -al boot-$$size.jpg components/bootsplash/images/silent-$$size.jpg ;\
convert -resize "$$size!" images/console.jpg components/bootsplash/images/bootsplash-$$size.jpg;\
convert -resize "$$size!" images/console.jpg components/bootsplash/images/bootsplash-$$size.jpg;\
done
done
...
...
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