[gnome-themes-standard/f21] Bring back anaconda hc icon

Matthias Clasen mclasen at fedoraproject.org
Mon Nov 24 16:06:42 UTC 2014


commit b368a0b11766dbd692600813353657d27088d55f
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Nov 24 11:06:26 2014 -0500

    Bring back anaconda hc icon

 gnome-themes-standard.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/gnome-themes-standard.spec b/gnome-themes-standard.spec
index dd2037a..9692358 100644
--- a/gnome-themes-standard.spec
+++ b/gnome-themes-standard.spec
@@ -3,7 +3,7 @@
 
 Name: gnome-themes-standard
 Version: 3.14.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Standard themes for GNOME applications
 
 Group: User Interface/Desktops
@@ -54,6 +54,10 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
+for s in 16x16 22x22 24x24 32x32 48x48 256x256; do
+  cp $RPM_BUILD_ROOT%{_datadir}/icons/HighContrast/$s/apps/liveinst.png $RPM_BUILD_ROOT%{_datadir}/icons/HighContrast/$s/apps/anaconda.png
+done
+
 for t in HighContrast; do
   rm -f $RPM_BUILD_ROOT%{_datadir}/icons/$t/icon-theme.cache
   touch $RPM_BUILD_ROOT%{_datadir}/icons/$t/icon-theme.cache
@@ -94,6 +98,9 @@ done
 %{_datadir}/gtk-2.0/gtkrc
 
 %changelog
+* Mon Nov 24 2014 Matthias Clasen <mclasen at redhat.com> - 3.14.2-2
+- Bring back the hc anaconda icon for f21 (#1160499)
+
 * Tue Nov 11 2014 Kalev Lember <kalevlember at gmail.com> - 3.14.2-1
 - Update to 3.14.2
 


More information about the scm-commits mailing list