5.9.9-alt8
- typo in plymouth script fixed
This commit is contained in:
parent
434e3e45be
commit
e20902d82a
@ -7,7 +7,7 @@
|
||||
|
||||
Name: branding-%brand-%theme
|
||||
Version: 5.9.9
|
||||
Release: alt7
|
||||
Release: alt8
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu fonts-ttf-droid
|
||||
@ -373,6 +373,9 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
|
||||
%_desktopdir/indexhtml.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Nov 13 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt8
|
||||
- typo in plymouth script fixed
|
||||
|
||||
* Fri Nov 12 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt7
|
||||
- migration from bootsplash to plymouth
|
||||
|
||||
|
@ -9,7 +9,7 @@ fun imgscale( image, scale )
|
||||
if( Window.GetWidth()/Window.GetHeight() > 1.5 )
|
||||
{
|
||||
logo.raw = Image("background16x9.png");
|
||||
logo.image = imgscale( logo.raw, Window.GetWidth() / logo.raw.GetWidht() );
|
||||
logo.image = imgscale( logo.raw, Window.GetWidth()/logo.raw.GetWidth() );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user