[fedora-logos] restore Leonidas KSplash icon, fixes Leonidas and Solar KSplash themes

Kevin Kofler kkofler at fedoraproject.org
Mon Feb 4 00:00:58 UTC 2013


commit 8051756c7eecc809f67c9da0731537386b296c9b
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Mon Feb 4 01:00:49 2013 +0100

    restore Leonidas KSplash icon, fixes Leonidas and Solar KSplash themes
    
    * Sun Feb 03 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 17.0.3-2
    - restore Leonidas KSplash icon, fixes Leonidas and Solar KSplash themes

 fedora-logos.spec |   24 +++++++++++++++++-------
 1 files changed, 17 insertions(+), 7 deletions(-)
---
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 <Kevin at tigcc.ticalc.org> - 17.0.3-2
+- restore Leonidas KSplash icon, fixes Leonidas and Solar KSplash themes
+
 * Fri Sep 21 2012 Tom Callaway <spot at fedoraproject.org> - 17.0.3-1
 - update to 17.0.3 (adds css3 bits)
 - make fireworks.png an actual file instead of a symlink (bz853494)


More information about the scm-commits mailing list