[SCM] muon packaging branch, kubuntu_vivid_archive, updated. 436e54127bc1d86704d8fe418a6685792c1ff40a

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Thu Jun 4 00:56:17 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/muon.git;a=commitdiff;h=436e541

The following commit has been merged in the kubuntu_vivid_archive branch:
commit 436e54127bc1d86704d8fe418a6685792c1ff40a
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Jun 4 02:56:11 2015 +0200

    Add upstream_init-application-notifier.diff LP: #1461725 to initialise the application notifier
---
 debian/changelog                                       |  7 +++++++
 debian/patches/series                                  |  1 +
 debian/patches/upstream_init-application-notifier.diff | 12 ++++++++++++
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8c38152..b8cd187 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+muon (4:5.2.2-1-0ubuntu4.2) vivid; urgency=medium
+
+  * Add upstream_init-application-notifier.diff LP: #1461725 to initialise
+    the application notifier
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Thu, 04 Jun 2015 02:42:46 +0200
+
 muon (4:5.2.2-1-0ubuntu4.1) vivid; urgency=medium
 
   * Add upstream_notifications.diff from upstream to prevent repeated
diff --git a/debian/patches/series b/debian/patches/series
index b635f1f..1c58984 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ upstream_check-for-KDELibs4Support.patch
 upstream_Change-Join-the-Game-url.patch
 upstream_Make-sure-the-proper-xmlgui-file-is-loaded.patch
 upstream_notifyrc-path.diff
+upstream_init-application-notifier.diff
diff --git a/debian/patches/upstream_init-application-notifier.diff b/debian/patches/upstream_init-application-notifier.diff
new file mode 100644
index 0000000..34d8bca
--- /dev/null
+++ b/debian/patches/upstream_init-application-notifier.diff
@@ -0,0 +1,12 @@
+--- a/libmuon/backends/ApplicationBackend/ApplicationNotifier.cpp
++++ b/libmuon/backends/ApplicationBackend/ApplicationNotifier.cpp
+@@ -55,6 +55,8 @@
+ 
+     //check in 2 minutes
+     QTimer::singleShot(2 * 60 * 1000, this, &ApplicationNotifier::recheckSystemUpdateNeeded);
++
++    init();
+ }
+ 
+ ApplicationNotifier::~ApplicationNotifier()
+

-- 
muon packaging



More information about the pkg-kde-commits mailing list