- fix default background color

This commit is contained in:
Сергей Турчин 2011-04-28 17:21:07 +04:00
parent 6490b01547
commit e957347b16
2 changed files with 8 additions and 5 deletions

View File

@ -6,7 +6,7 @@
Name: branding-%brand-kdesktop
Version: 6.0.0
Release: alt12
Release: alt13
BuildArch: noarch
%define theme %name
@ -406,6 +406,9 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
%_desktopdir/indexhtml.desktop
%changelog
* Thu Apr 28 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt13
- fix default background color
* Thu Apr 28 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt12
- fix requires

View File

@ -1,4 +1,4 @@
BACKGROUND_COLOR=134394
BACKGROUND_R=19
BACKGROUND_G=67
BACKGROUND_B=148
BACKGROUND_COLOR=021773
BACKGROUND_R=2
BACKGROUND_G=23
BACKGROUND_B=115