[xfce4-mailwatch-plugin] Make mail check interval configurable (#710752)

Christoph Wickert cwickert at fedoraproject.org
Sat Jun 4 15:24:27 UTC 2011


commit 55e9a2e7d22eb8e66fa683048b5e44e5ad632913
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat Jun 4 17:24:14 2011 +0200

    Make mail check interval configurable (#710752)

 xfce4-mailwatch-plugin.spec |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/xfce4-mailwatch-plugin.spec b/xfce4-mailwatch-plugin.spec
index 0ff2e75..cb595e0 100644
--- a/xfce4-mailwatch-plugin.spec
+++ b/xfce4-mailwatch-plugin.spec
@@ -2,7 +2,7 @@
 
 Name:           xfce4-mailwatch-plugin
 Version:        1.1.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Mail Watcher plugin for the Xfce panel
 
 Group:          User Interface/Desktops
@@ -13,6 +13,11 @@ Patch0:         xfce4-mailwatch-plugin-1.1.0-dsofix.patch
 # Fixes underlinking against libxfcegui and libgcrypt
 # http://bugzilla.xfce.org/show_bug.cgi?id=7096
 Patch1:         xfce4-mailwatch-plugin-1.1.0-underlink.patch
+# Make mail check interval configurable
+# https://bugzilla.redhat.com/show_bug.cgi?id=710752
+# fixed with mbox-refresh-interval.patch by Yves-Alexis Perez from
+# https://bugzilla.xfce.org/show_bug.cgi?id=6947
+Patch2:         xfce4-mailwatch-plugin-1.1.0-mbox-refresh-interval.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.2, libxml2-devel
@@ -33,6 +38,7 @@ local mailboxes in Mbox, Maildir and MH-Maildir format as well as Gmail.
 %setup -q
 %patch0 -p1 -b .dsofix
 %patch1 -p1 -b .underlink
+%patch2 -p1 -b .mbox-refresh
 # Fix icon in 'Add new panel item' dialog
 sed -i 's|Icon=xfce-mail|Icon=mail-unread|g' panel-plugin/mailwatch.desktop.in.in
 
@@ -40,7 +46,7 @@ sed -i 's|Icon=xfce-mail|Icon=mail-unread|g' panel-plugin/mailwatch.desktop.in.i
 %build
 # Xfce has its own autotools-running-script thingy, if you use autoreconf
 # it'll fall apart horribly
-xdt-autogen
+NOCONFIGURE=yes xdt-autogen
 
 %configure --disable-static
 make %{?_smp_mflags}
@@ -82,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/doc/C/images/mailwatch-*.png
 
 %changelog
+* Sat Jun 04 2011 Christoph Wickert <cwickert at fedoraproject.org> - 1.1.0-9
+- Make mail check interval configurable (#710752)
+
 * Fri Apr 08 2011 Christoph Wickert <cwickert at fedoraproject.org> - 1.1.0-8
 - Fix icon in 'Add new panel item' dialog (#694904)
 


More information about the scm-commits mailing list