5.9.9-alt4
- status changed to beta - background changed
This commit is contained in:
parent
5f3dd3acaa
commit
32a3e8a1bf
@ -7,7 +7,7 @@
|
||||
|
||||
Name: branding-%brand-%theme
|
||||
Version: 5.9.9
|
||||
Release: alt3
|
||||
Release: alt4
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu fonts-ttf-droid
|
||||
@ -19,8 +19,8 @@ BuildRequires: libqt4-devel
|
||||
|
||||
BuildRequires: ImageMagick fontconfig bc libGConf-devel
|
||||
|
||||
%define status Альфа
|
||||
%define status_en alpha
|
||||
%define status Бета
|
||||
%define status_en beta
|
||||
%define variants altlinux-office-desktop altlinux-office-server altlinux-lite altlinux-workbench school-master altlinux-desktop altlinux-gnome-desktop
|
||||
|
||||
Packager: Anton V. Boyarshinov <boyarsh at altlinux dot org>
|
||||
@ -370,6 +370,10 @@ echo $lang > lang
|
||||
%_desktopdir/indexhtml.desktop
|
||||
|
||||
%changelog
|
||||
* Tue Aug 31 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt4
|
||||
- status changed to beta
|
||||
- background changed
|
||||
|
||||
* Mon Aug 02 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt3
|
||||
- fonts changed
|
||||
|
||||
@ -419,7 +423,7 @@ echo $lang > lang
|
||||
- gnome-settngs added (mex@)
|
||||
|
||||
* Wed May 13 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt16
|
||||
- %setup fixed from boyarsh@
|
||||
- \%setup fixed from boyarsh@
|
||||
- remove package name from .gear-rules from boyarsh@
|
||||
|
||||
* Fri Apr 24 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt15
|
||||
|
@ -27,21 +27,21 @@ menu.transparency=0x20
|
||||
; default font
|
||||
font.normal=drs16.fnt
|
||||
; main menu font
|
||||
font.large=drs18.fnt
|
||||
font.large=drs16.fnt
|
||||
; bold main menu font
|
||||
font.large.bold=drs18b.fnt
|
||||
font.large.bold=drs16b.fnt
|
||||
; background image
|
||||
background=back.jpg
|
||||
; max. visible main menu items
|
||||
mainmenu.entries=8
|
||||
; minimal main menu selection bar width
|
||||
mainmenu.bar.minwidth=320
|
||||
mainmenu.bar.minwidth=29
|
||||
; main menu selection bar transparency (0..255)
|
||||
mainmenu.bar.transparency=80
|
||||
mainmenu.bar.transparency=0
|
||||
; main menu colors
|
||||
mainmenu.bar.color=0x798491
|
||||
mainmenu.normal.fg=0x000000
|
||||
mainmenu.selected.fg=0x@LIGHT_LABELS_HEX@
|
||||
mainmenu.bar.color=0x001056
|
||||
mainmenu.normal.fg=0x001056
|
||||
mainmenu.selected.fg=0xffffff
|
||||
; boot option colors
|
||||
bootopt.label.fg=0x@DARK_LABELS_HEX@
|
||||
bootopt.text.fg=0x@DARK_LABELS_HEX@
|
||||
@ -75,9 +75,9 @@ keymap=
|
||||
; screen size
|
||||
screen.size=800,600
|
||||
; upper left corner
|
||||
mainmenu.pos=253,170
|
||||
mainmenu.pos=253,230
|
||||
; boot option input field position
|
||||
bootopt.pos=263,480
|
||||
bootopt.pos=200,480
|
||||
|
||||
[640x480]
|
||||
; screen size
|
||||
|
@ -4,9 +4,9 @@ AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
|
||||
PROGRESS_COLOR=`./fetch_color selectBackground` #MIDDLE_COLOR_DEC
|
||||
TITLE_COLOR=`./fetch_color handle`
|
||||
INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
|
||||
LIGHT_COLOR_HEX=DFDFE0
|
||||
LIGHT_COLOR_HEX=FFFFFF
|
||||
MIDDLE_COLOR_HEX=8DA6DA
|
||||
DARK_COLOR_HEX=7C99D6
|
||||
DARK_COLOR_HEX=001056
|
||||
LIGHT_LABELS_HEX=FFFFFF
|
||||
DARK_LABELS_HEX=000000
|
||||
MIDDLE_LABELS_HEX=4d4d4f
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 266 KiB After Width: | Height: | Size: 339 KiB |
Loading…
Reference in New Issue
Block a user