[xfce4-genmon-plugin] Fix icon in 'Add new panel item' dialog (#694902)

Christoph Wickert cwickert at fedoraproject.org
Sat Apr 9 19:27:29 UTC 2011


commit 19f5171e787c2bf16d82b1f6dfbe50bdf43c3740
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat Apr 9 21:27:28 2011 +0200

    Fix icon in 'Add new panel item' dialog (#694902)

 xfce4-genmon-plugin.spec |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/xfce4-genmon-plugin.spec b/xfce4-genmon-plugin.spec
index 74cc6de..c13a858 100644
--- a/xfce4-genmon-plugin.spec
+++ b/xfce4-genmon-plugin.spec
@@ -1,8 +1,10 @@
+# Review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173544
+
 %global minor_version 3.3
 
 Name:           xfce4-genmon-plugin
 Version:        3.3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Generic monitor plugin for the Xfce panel
 
 Group:          User Interface/Desktops
@@ -21,21 +23,27 @@ Requires:       xfce4-panel >= 4.4.0
 The GenMon plugin cyclically spawns the indicated script/program,
 captures its output and displays it as a string into the panel.
 
+
 %prep
 %setup -q
+# Fix icon in 'Add new panel item' dialog
+sed -i 's|Icon=xfce-mouse|Icon=system-run|g' panel-plugin/mailwatch.desktop.in.in
 
 %build
 %configure --disable-static
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README
@@ -43,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Sat Apr 09 2011 Christoph Wickert <cwickert at fedoraproject.org> - 3.3.0-2
+- Fix icon in 'Add new panel item' dialog (#694902)
+
 * Fri Mar 25 2011 Christoph Wickert <cwickert at fedoraproject.org> - 3.3.0-1
 - Update to 3.3.0
 - Fix Source0 URL


More information about the scm-commits mailing list