[orage] Fix menu icon for globaltime (#748234)

Christoph Wickert cwickert at fedoraproject.org
Sun Oct 23 14:18:53 UTC 2011


commit 19e528f78496e419105767566da48639f834f4e6
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Oct 23 16:18:50 2011 +0200

    Fix menu icon for globaltime (#748234)

 orage.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/orage.spec b/orage.spec
index 71be4b7..7c97729 100644
--- a/orage.spec
+++ b/orage.spec
@@ -2,7 +2,7 @@
 
 Name:           orage
 Version:        4.8.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Time-managing application for Xfce4
 
 Group:          User Interface/Desktops
@@ -34,6 +34,8 @@ using the Orage Clock plugin for the panel.
 
 %prep
 %setup -q
+# Fix menu icon for globaltime (#748234)
+sed -i 's|Icon=clock|Icon=xfce4-clock|g' globaltime/globaltime.desktop.in
 
 
 %build
@@ -97,6 +99,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man1/tz_convert.1.*
 
 %changelog
+* Sun Oct 23 2011 Christoph Wickert <cwickert at fedoraproject.org> - 4.8.2-2
+- Fix menu icon for globaltime (#748234)
+
 * Tue Sep 13 2011 Christoph Wickert <cwickert at fedoraproject.org> - 4.8.2-1
 - Update to 4.8.2
 


More information about the scm-commits mailing list