qubes-logos: get rid of the uglieness
This commit is contained in:
parent
53bcf84db6
commit
c7c2e08358
Binary file not shown.
Before Width: | Height: | Size: 4.0 KiB |
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 97 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
@ -46,11 +46,6 @@ for i in gnome-splash/* ; do
|
||||
install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps/splash
|
||||
done
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
||||
for i in pixmaps/* ; do
|
||||
install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
||||
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
|
||||
|
||||
@ -59,12 +54,6 @@ for i in plymouth/charge/* ; do
|
||||
install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge/
|
||||
done
|
||||
|
||||
# File or directory names do not count as trademark infringement
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/Qubes/48x48/apps/
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/Qubes/scalable/apps/
|
||||
install -p -m 644 icons/Qubes/48x48/apps/* $RPM_BUILD_ROOT%{_datadir}/icons/Qubes/48x48/apps/
|
||||
install -p -m 644 icons/Qubes/scalable/apps/* $RPM_BUILD_ROOT%{_datadir}/icons/Qubes/scalable/apps/
|
||||
|
||||
(cd anaconda; make DESTDIR=$RPM_BUILD_ROOT install)
|
||||
|
||||
%clean
|
||||
@ -75,8 +64,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc COPYING COPYING-kde-logo
|
||||
%{_datadir}/firstboot/themes/*
|
||||
%{_datadir}/anaconda/pixmaps/*
|
||||
%{_datadir}/icons/Qubes/*/apps/*
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/plymouth/themes/charge/*
|
||||
/usr/lib/anaconda-runtime/*.jpg
|
||||
%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png
|
||||
|
Loading…
Reference in New Issue
Block a user