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
2433f7f2
Commit
2433f7f2
authored
Apr 02, 2009
by
Alexandra Panyukova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misspells corrected
parent
f07bc1d5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
15 deletions
+20
-15
Makefile.in
Makefile.in
+4
-4
color_dec
color_dec
+2
-2
configure.ac
configure.ac
+14
-9
No files found.
Makefile.in
View file @
2433f7f2
...
...
@@ -3,15 +3,15 @@ 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 2
7,27
"@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 2
7,27
"@STATUS@"'
boot-800x600.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 2
5,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 2
5,25
"@STATUS@"'
boot-800x600.jpg
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 2
7,27
"@STATUS@"'
background.png
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 2
5,25
"@STATUS@"'
background.png
cp
-al
background.png
graphics/backgrounds/default.png
cp
-al
background.png
graphics/backgrounds/xdm.png
convert
-resize
'800x600!'
background.png
alterator/design/bg.png
...
...
@@ -23,4 +23,4 @@ all:
#color scheme
mv
kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc
"kde3-settings/apps/kdisplay/color-schemes/@BRAND_FNAME@ @NAME@.kcsrc"
#wallpaper
convert
graphics/backgrounds/wallpaper.png
-fill
'#c62530'
-font
/usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf
-style
Normal
-weight
Normal
-pointsize
20
-gravity
northeast
-draw
'text 2
7,27 "@STATUS@"'
ALTLinux
Desktop-4.0.png
convert
graphics/backgrounds/wallpaper.png
-fill
'#c62530'
-font
/usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf
-style
Normal
-weight
Normal
-pointsize
20
-gravity
northeast
-draw
'text 2
5,25 "@STATUS@"'
graphics/backgrounds/ALTLinux\
Desktop-4.0.png
color_dec
View file @
2433f7f2
#!/bin/bash
echo
$(
echo
"ibase=16;
${
1
:0:2
}
"
| bc
)
', '
$(
echo
"ibase=16;
${
1
:2:2
}
"
| bc
)
', '
$(
echo
"ibase=16;
${
1
:4:2
}
"
| bc
)
\ No newline at end of file
echo
$(
echo
"ibase=16;
${
1
:0:2
}
"
| bc
)
','
$(
echo
"ibase=16;
${
1
:2:2
}
"
| bc
)
','
$(
echo
"ibase=16;
${
1
:4:2
}
"
| bc
)
\ No newline at end of file
configure.ac
View file @
2433f7f2
...
...
@@ -4,14 +4,14 @@ AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
PROGRESS_COLOR=`./fetch_color selectBackground`
TITLE_COLOR=`./fetch_color handle`
INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
LIGHT_COLOR_HEX=
"DFDFFE0"
MIDDLE_COLOR_HEX=
"C8C9CB"
DARK_COLOR_HEX=
"909195"
LIGHT_LABELS_HEX=
"FFFFFF"
DARK_LABELS_HEX=
"000000"
LIGHT_COLOR_DEC=`./color
-dec $LIGHT_COLOR_HEX
`
MIDDLE_COLOR_DEC=`./color
-dec $MIDDLE_COLOR_HEX
`
DARK_COLOR_DEC=`./color
-dec $DARK_COLOR_HEX
`
LIGHT_COLOR_HEX=
DFDFFE0
MIDDLE_COLOR_HEX=
C8C9CB
DARK_COLOR_HEX=
909195
LIGHT_LABELS_HEX=
FFFFFF
DARK_LABELS_HEX=
000000
LIGHT_COLOR_DEC=`./color
_dec ${LIGHT_COLOR_HEX}
`
MIDDLE_COLOR_DEC=`./color
_dec ${MIDDLE_COLOR_HEX}
`
DARK_COLOR_DEC=`./color
_dec ${DARK_COLOR_HEX}
`
AC_SUBST(THEME)
AC_SUBST(NAME)
...
...
@@ -19,6 +19,11 @@ AC_SUBST(BRAND_FNAME)
AC_SUBST(STATUS)
AC_SUBST(VERSION)
AC_SUBST(PROGRESS_COLOR)
AC_SUBST(LIGHT_COLOR_HEX)
AC_SUBST(MIDDLE_COLOR_HEX)
AC_SUBST(DARK_COLOR_HEX)
AC_SUBST(LIGHT_LABELS_HEX)
AC_SUBST(DARK_LABELS_HEX)
AC_SUBST(LIGHT_COLOR_DEC)
AC_SUBST(MIDDLE_COLOR_DEC)
AC_SUBST(DARK_COLOR_DEC)
...
...
@@ -42,6 +47,6 @@ AC_CONFIG_FILES([
indexhtml/index-ru.html
indexhtml/index-uk.html
indexhtml/index-en.html
indexhtml/index.css
.in
indexhtml/index.css
])
AC_OUTPUT
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