[faenza-icon-theme] fix start-here icon (BZ#1003265)

Felix Kaechele heffer at fedoraproject.org
Sun Sep 1 19:28:14 UTC 2013


commit c4ef94f3b69fff3dc02682df6b171d58027fc9b0
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Sun Sep 1 21:27:49 2013 +0200

    fix start-here icon (BZ#1003265)

 faenza-icon-theme.spec |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/faenza-icon-theme.spec b/faenza-icon-theme.spec
index 7052aa5..c9c33ec 100644
--- a/faenza-icon-theme.spec
+++ b/faenza-icon-theme.spec
@@ -2,7 +2,7 @@
 
 Name:           faenza-icon-theme
 Version:        1.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Icon theme designed for Equinox GTK theme
 
 Group:          User Interface/Desktops 
@@ -43,6 +43,14 @@ do
     popd
 done
 
+# link the start-here icon to the Fedora icon
+for icon in ./*/places/*/start-here-fedora.*
+do
+    pushd ${icon%/*}
+        ln -sf ${icon##*/} start-here.${icon##*.}
+    popd
+done
+
 cp -a Faenza* $RPM_BUILD_ROOT%{_datadir}/icons
 
 
@@ -76,6 +84,9 @@ done
 
 
 %changelog
+* Sun Sep 01 2013 Felix Kaechele <heffer at fedoraproject.org> - 1.3.1-3
+- fix start-here icon (BZ#1003265)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list