From 82c53ab1f4a58a470a8c4e12ec339ea2f3b2ccde Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Feb 04 2013 00:15:15 +0000 Subject: restore Leonidas KSplash icon, fixes Leonidas and Solar KSplash themes * Sun Feb 03 2013 Kevin Kofler - 17.0.3-2 - restore Leonidas KSplash icon, fixes Leonidas and Solar KSplash themes --- diff --git a/fedora-logos.spec b/fedora-logos.spec index 8a223a2..c1c63af 100644 --- a/fedora-logos.spec +++ b/fedora-logos.spec @@ -3,7 +3,7 @@ Name: fedora-logos Summary: Fedora-related icons and pictures Version: 17.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Base URL: http://git.fedorahosted.org/git/fedora-logos.git/ Source0: https://fedorahosted.org/releases/f/e/fedora-logos/fedora-logos-%{version}.tar.bz2 @@ -141,6 +141,10 @@ pushd $RPM_BUILD_ROOT%{_datadir}/icons/Fedora/scalable/places/ ln -s ../../../hicolor/scalable/apps/start-here.svg . popd +# DO NOT REMOVE THIS ICON!!! We still support the Leonidas and Solar themes! +mkdir -p $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/ +install -p -m 644 kde-splash/Leonidas-fedora.png $RPM_BUILD_ROOT%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png + mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name} cp -a fedora/*.svg $RPM_BUILD_ROOT%{_datadir}/%{name} @@ -179,6 +183,8 @@ gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || : %{_datadir}/firstboot/themes/fedora-%{codename}/ %{_datadir}/plymouth/themes/charge/ %{_kde4_iconsdir}/oxygen/ +# DO NOT REMOVE THIS ICON!!! We still support the Leonidas and Solar themes! +%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png %{_datadir}/pixmaps/* %{_datadir}/anaconda/pixmaps/* @@ -257,12 +263,13 @@ gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || : %dir %{_datadir}/gnome-screensaver/ %dir %{_datadir}/plymouth/ %dir %{_datadir}/plymouth/themes/ -# %dir %{_kde4_sharedir}/kde4/ -# %dir %{_kde4_appsdir} -# %dir %{_kde4_appsdir}/ksplash -# %dir %{_kde4_appsdir}/ksplash/Themes/ -# %dir %{_kde4_appsdir}/ksplash/Themes/Leonidas/ -# %dir %{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536 +%dir %{_kde4_sharedir}/kde4/ +# DO NOT REMOVE THESE DIRS!!! We still support the Leonidas and Solar themes! +%dir %{_kde4_appsdir} +%dir %{_kde4_appsdir}/ksplash +%dir %{_kde4_appsdir}/ksplash/Themes/ +%dir %{_kde4_appsdir}/ksplash/Themes/Leonidas/ +%dir %{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536 # should be ifarch i386 %if 0%{?fedora} <= 17 /boot/grub/splash.xpm.gz @@ -272,6 +279,9 @@ gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || : # end i386 bits %changelog +* Sun Feb 03 2013 Kevin Kofler - 17.0.3-2 +- restore Leonidas KSplash icon, fixes Leonidas and Solar KSplash themes + * Fri Sep 21 2012 Tom Callaway - 17.0.3-1 - update to 17.0.3 (adds css3 bits) - make fireworks.png an actual file instead of a symlink (bz853494)