rpms/xfce4-diskperf-plugin/devel xfce4-diskperf-plugin-2.2.0-colors-at-startup.patch, NONE, 1.1 xfce4-diskperf-plugin.spec, 1.19, 1.20

Christoph Wickert cwickert at fedoraproject.org
Thu Sep 10 03:10:05 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-diskperf-plugin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30353

Modified Files:
	xfce4-diskperf-plugin.spec 
Added Files:
	xfce4-diskperf-plugin-2.2.0-colors-at-startup.patch 
Log Message:
* Thu Sep 10 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.2.0-5
- Fix custom bar colors at startup (bugzilla.xfce.org #3185)


xfce4-diskperf-plugin-2.2.0-colors-at-startup.patch:
 main.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE xfce4-diskperf-plugin-2.2.0-colors-at-startup.patch ---
diff -Nur -x '*.orig' -x '*~' xfce4-diskperf-plugin-2.2.0/panel-plugin/main.c xfce4-diskperf-plugin-2.2.0.new/panel-plugin/main.c
--- xfce4-diskperf-plugin-2.2.0/panel-plugin/main.c	2008-04-17 09:11:23.000000000 +0200
+++ xfce4-diskperf-plugin-2.2.0.new/panel-plugin/main.c	2008-06-14 12:52:45.000000000 +0200
@@ -553,6 +553,7 @@
     if ((value = xfce_rc_read_entry (rc, (CONF_READ_WRITE_COLOR), NULL))) {
         gdk_color_parse (value, poConf->aoColor + RW_DATA);
     }
+    SetMonitorBarColor (poPlugin);
 
     xfce_rc_close (rc);
 }				/* diskperf_read_config() */


Index: xfce4-diskperf-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-diskperf-plugin/devel/xfce4-diskperf-plugin.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- xfce4-diskperf-plugin.spec	27 Jul 2009 07:51:23 -0000	1.19
+++ xfce4-diskperf-plugin.spec	10 Sep 2009 03:10:05 -0000	1.20
@@ -1,12 +1,14 @@
 Name:		xfce4-diskperf-plugin
 Version:	2.2.0
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Disk performance plugin for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	BSD
 URL:		http://goodies.xfce.org/panel-plugins/{%name}
 Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
+# http://bugzilla.xfce.org/show_bug.cgi?id=3185
+Patch0:		%{name}-2.2.0-colors-at-startup.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.90, libxfcegui4-devel >= 4.3.90, libxml2-devel
@@ -19,6 +21,7 @@ second) based on data provided by the ke
 
 %prep
 %setup -q
+%patch0 -p1 -b .orig
 
 %build
 %configure --disable-static
@@ -39,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Thu Sep 10 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.2.0-5
+- Fix custom bar colors at startup (bugzilla.xfce.org #3185)
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list