[kdepim] disable akonadi nepomuk/strigi notification spam

Rex Dieter rdieter at fedoraproject.org
Thu Oct 13 17:09:01 UTC 2011


commit 927adf33f283da4d985e8bf85b3184b47bae7ea1
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Oct 13 12:16:12 2011 -0500

    disable akonadi nepomuk/strigi notification spam

 kdepim-4.7.2-nepomuk_notification.patch |   12 ++++++++++++
 kdepim.spec                             |    8 +++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/kdepim-4.7.2-nepomuk_notification.patch b/kdepim-4.7.2-nepomuk_notification.patch
new file mode 100644
index 0000000..bec0da3
--- /dev/null
+++ b/kdepim-4.7.2-nepomuk_notification.patch
@@ -0,0 +1,12 @@
+diff -up kdepim-4.7.2/nepomuk_email_feeder/shared/nepomukfeederagentbase.cpp.nepomuk_notification.patch kdepim-4.7.2/nepomuk_email_feeder/shared/nepomukfeederagentbase.cpp
+--- kdepim-4.7.2/nepomuk_email_feeder/shared/nepomukfeederagentbase.cpp.nepomuk_notification.patch	2011-10-02 08:24:39.000000000 -0500
++++ kdepim-4.7.2/nepomuk_email_feeder/shared/nepomukfeederagentbase.cpp	2011-10-13 12:13:39.740055399 -0500
+@@ -414,7 +414,7 @@ void NepomukFeederAgentBase::selfTest()
+   emit status( Broken, i18n( "Nepomuk not operational" ) );
+   if ( !QDBusConnection::sessionBus().registerService( QLatin1String( "org.kde.pim.nepomukfeeder.selftestreport" ) ) )
+     return;
+-  KNotification::event( KNotification::Warning, i18n( "Nepomuk Indexing Disabled" ), message );
++  // KNotification::event( KNotification::Warning, i18n( "Nepomuk Indexing Disabled" ), message );
+   QDBusConnection::sessionBus().unregisterService( QLatin1String( "org.kde.pim.nepomukfeeder.selftestreport" ) );
+ }
+ 
diff --git a/kdepim.spec b/kdepim.spec
index 7bbd0b7..ec92516 100644
--- a/kdepim.spec
+++ b/kdepim.spec
@@ -2,7 +2,7 @@ Name:    kdepim
 Summary: KDE PIM (Personal Information Manager) applications
 Epoch:   7 
 Version: 4.7.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2
 Group:   Applications/Productivity
@@ -13,6 +13,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # revert http://websvn.kde.org/?view=revision&revision=1072331 (rebased to 4.6)
 Patch0:  kdepim-4.5.85-install-headers.patch
 
+# disable nepomuk/strigi notification spam 
+Patch1: kdepim-4.7.2-nepomuk_notification.patch
+
 # upstream patches
 
 Provides: kdepim4 = %{version}-%{release}
@@ -205,6 +208,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Oct 13 2011 Rex Dieter <rdieter at fedoraproject.org> 7:4.7.2-3
+- disable akonadi nepomuk/strigi notification spam
+
 * Sat Oct 08 2011 Rex Dieter <rdieter at fedoraproject.org> 7:4.7.2-2
 - Requires: kate-part
 


More information about the scm-commits mailing list