r45867 - in /desktop/unstable/gnome-orca/debian: changelog patches/series patches/upstream-e292943.diff

mlang at users.alioth.debian.org mlang at users.alioth.debian.org
Tue Sep 8 09:00:04 UTC 2015


Author: mlang
Date: Tue Sep  8 09:00:03 2015
New Revision: 45867

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45867
Log:
Fix "Binding to report notifications does not work" by
cherry-picking e292943 from upstream. (Closes: #798206)

Added:
    desktop/unstable/gnome-orca/debian/patches/upstream-e292943.diff
Modified:
    desktop/unstable/gnome-orca/debian/changelog
    desktop/unstable/gnome-orca/debian/patches/series

Modified: desktop/unstable/gnome-orca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/changelog?rev=45867&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/changelog	[utf-8] Tue Sep  8 09:00:03 2015
@@ -1,3 +1,10 @@
+gnome-orca (3.16.2-2) unstable; urgency=medium
+
+  * Fix "Binding to report notifications does not work" by
+    cherry-picking e292943 from upstream. (Closes: #798206)
+
+ -- Mario Lang <mlang at debian.org>  Tue, 08 Sep 2015 10:14:19 +0200
+
 gnome-orca (3.16.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/gnome-orca/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/series?rev=45867&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/patches/series	[utf-8] Tue Sep  8 09:00:03 2015
@@ -1 +1,2 @@
 mate-notifications.diff
+upstream-e292943.diff

Added: desktop/unstable/gnome-orca/debian/patches/upstream-e292943.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/upstream-e292943.diff?rev=45867&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/upstream-e292943.diff	(added)
+++ desktop/unstable/gnome-orca/debian/patches/upstream-e292943.diff	[utf-8] Tue Sep  8 09:00:03 2015
@@ -0,0 +1,26 @@
+commit 20ff3868c329eee502241e9d08baa911279d5a0b
+Author: José Vilmar Estácio de Souza <vilmar at invormal.com.br>
+Date:   Sun Sep 6 00:30:59 2015 -0300
+
+    Add save messages to notification-daemon script
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=754653
+
+diff --git a/src/orca/scripts/apps/notification-daemon/script.py b/src/orca/scripts/apps/notification-daemon/script.py
+index 5c229e0..9680b62 100644
+--- a/src/orca/scripts/apps/notification-daemon/script.py
++++ b/src/orca/scripts/apps/notification-daemon/script.py
+@@ -30,7 +30,7 @@ import pyatspi
+ import orca.messages as messages
+ import orca.scripts.default as default
+ import orca.speech as speech
+-
++import orca.notification_messages as notification_messages
+ 
+ ########################################################################
+ #                                                                      #
+@@ -47,3 +47,4 @@ class Script(default.Script):
+         texts = [self.utilities.displayedText(acc) for acc in a]
+         text = '%s %s' % (messages.NOTIFICATION, ' '.join(texts))
+         speech.speak(text, None, True)
++        notification_messages.saveMessage(text)




More information about the pkg-gnome-commits mailing list