Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37563248
en ru br
Репозитории ALT
5.1: 4.1.0-alt2
4.1: 4.1.0-alt1.M41.5
4.0: 4.0.0-alt5
www.altlinux.org/Changes

Группа :: Графика
Пакет: design-bootsplash-desktop

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

#
# $Id: design-bootsplash-Compact.spec,v 1.5 2005/05/14 08:50:51 rider Exp $
#

%define theme desktop
%define Theme desktop

Name: design-bootsplash-%theme
Version: 4.1.0
Release: alt2

Summary: Theme for splash animations during bootup
Summary(ru_RU.UTF-8): п╒п╣п╪п╟ п╢п╩я▐ п╬я┌п╬п╠я─п╟п╤п╣п╫п╦я▐ пЁя─п╟я└п╦п╨п╦ п╡ п©я─п╬я├п╣я│я│п╣ п╥п╟пЁя─я┐п╥п╨п╦
License: Distributable
Group: Graphics
Provides: design-bootsplash
Provides: design-bootsplash-%Theme = %version-%release
Requires: bootsplash >= 3.3

Packager: Anton V. Boyarshinov <boyarsh at altlinux.ru>

BuildArch: noarch
# Theme file
Source0: %name-%version.tar

%description
This package contains graphics for boot process
(needs console splash screen enabled)

%prep
%setup -q

%build

%install
# create directory structure
mkdir -p $RPM_BUILD_ROOT/%_sysconfdir/bootsplash/themes/
cp -a * $RPM_BUILD_ROOT%_sysconfdir/bootsplash/themes/

pushd $RPM_BUILD_ROOT%_sysconfdir/bootsplash/themes/%theme/config
#for i in 1 2 3 4 5 11; do \
for i in 1; do \
for f in bootsplash-*.cfg; do \
   res=`echo "$f"| sed 's|.*\-\(.*\)\.cfg|\1|'`
   ln -s $f vt${i}-${res}.cfg
done
done
popd

# create current bootloader themes

%post
%__ln_s -nf %theme %_sysconfdir/bootsplash/themes/current

%preun
[ $1 = 0 ] || exit 0
[ "`readlink %_sysconfdir/bootsplash/themes/current`" != %theme ] ||
   %__rm -f %_sysconfdir/bootsplash/themes/current

%files
%_sysconfdir/bootsplash/themes/%theme/

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin