Replace progress bar with prettier one
This commit is contained in:
parent
1ee9add668
commit
3c2a7e2723
BIN
qubes-logos/plymouth/script/progress_bar.png
Normal file
BIN
qubes-logos/plymouth/script/progress_bar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 470 B |
BIN
qubes-logos/plymouth/script/progress_box.png
Normal file
BIN
qubes-logos/plymouth/script/progress_box.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 314 B |
@ -50,9 +50,11 @@ done
|
||||
mkdir -p $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536
|
||||
install -p -m 644 ksplash/SolarComet-kde.png $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge/
|
||||
for i in plymouth/charge/* ; do
|
||||
install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge/
|
||||
for k in charge script; do
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/$k/
|
||||
for i in plymouth/$k/* ; do
|
||||
install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/$k/
|
||||
done
|
||||
done
|
||||
install -p -m 644 plymouth/plymouthd.defaults $RPM_BUILD_ROOT%{_datadir}/plymouth
|
||||
|
||||
@ -71,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/anaconda/pixmaps/*
|
||||
%{_datadir}/plymouth/plymouthd.defaults
|
||||
%{_datadir}/plymouth/themes/charge/*
|
||||
%{_datadir}/plymouth/themes/script/*
|
||||
%{_datadir}/pixmaps/splash/*
|
||||
/usr/lib/anaconda-runtime/*.jpg
|
||||
%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png
|
||||
|
Loading…
Reference in New Issue
Block a user