Commit a3383405 authored by Andrey Cherepanov's avatar Andrey Cherepanov

7.0.3-alt3

- Set light blue background in rEFIt by set correct pixel color in top left corner of background image - Remove abandoned web resource planet.altlinux.org from indexhtml
parent 5f791b02
......@@ -16,7 +16,7 @@
Name: branding-%brand-%theme
Version: 7.0.3
Release: alt2
Release: alt3
BuildArch: noarch
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu fonts-ttf-droid
......@@ -505,6 +505,11 @@ subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-gr
%config %_localstatedir/ldm/.pam_environment
%changelog
* Fri Feb 14 2014 Andrey Cherepanov <cas@altlinux.org> 7.0.3-alt3
- Set light blue background in rEFIt by set correct pixel color in top
left corner of background image
- Remove abandoned web resource planet.altlinux.org from indexhtml
* Thu Feb 13 2014 Andrey Cherepanov <cas@altlinux.org> 7.0.3-alt2
- Rebuild with updated gfxboot
......
......@@ -34,6 +34,10 @@ boot-images:
done
cp -al boot-800x600.jpg design-bootloader-source/data-boot/back.jpg
convert images/boot.png -resize "800x600!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' design-bootloader-source/data-install/back.jpg
mv design-bootloader-source/data-install/back{,.1}.jpg
convert -quality 97 -fill '#acdaf2' -draw 'rectangle 0,0,2,2' design-bootloader-source/data-install/back{.1,}.jpg
rm -f design-bootloader-source/data-install/back.*.jpg
#bootsplash
boot-splash: boot-images
mkdir -p $(datadir)/plymouth/themes/$(THEME)
......
......@@ -69,7 +69,6 @@
<li><a href="http://lists.altlinux.org">Mailing Lists</a></li>
<li><a href="http://forum.altlinux.org">User Forum</a></li>
<li><a href="http://bugs.altlinux.org">Report a Bug</a></li>
<li><a href="http://planet.altlinux.org">ALT Linux Planet</a></li>
<li><a href="http://packages.altlinux.org">Software Repository</a></li>
<li><a href="http://git.altlinux.org">Build environment</a></li>
</ul>
......
......@@ -69,7 +69,6 @@
<li><a href="http://lists.altlinux.org">Списки рассылки</a></li>
<li><a href="http://forum.altlinux.org">Форум пользователей</a></li>
<li><a href="http://bugs.altlinux.org">Сообщить об ошибке</a></li>
<li><a href="http://planet.altlinux.org">Планета</a></li>
<li><a href="http://packages.altlinux.org">Репозиторий</a></li>
<li><a href="http://git.altlinux.org">Сборочная среда</a></li>
</ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment