r43762 - in /desktop/unstable/gnome-orca/debian: changelog patches/mate-notifications.diff patches/series

sthibault at users.alioth.debian.org sthibault at users.alioth.debian.org
Sat Oct 25 11:30:33 UTC 2014


Author: sthibault
Date: Sat Oct 25 11:30:33 2014
New Revision: 43762

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43762
Log:
patches/mate-notifications.diff: New patch to fix notifications in MATE. Closes: #757847.

Added:
    desktop/unstable/gnome-orca/debian/patches/mate-notifications.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=43762&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/changelog	[utf-8] Sat Oct 25 11:30:33 2014
@@ -2,6 +2,8 @@
 
   * patches/git-409ebbc2: New patch from upstream to make MATE's Marco handled
     like metacity. Almost fixes bug #757852.
+  * patches/mate-notifications.diff: New patch to fix notifications in MATE.
+    Closes: #757847.
 
  -- Samuel Thibault <sthibault at debian.org>  Sat, 25 Oct 2014 12:51:12 +0200
 

Added: desktop/unstable/gnome-orca/debian/patches/mate-notifications.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/mate-notifications.diff?rev=43762&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/mate-notifications.diff	(added)
+++ desktop/unstable/gnome-orca/debian/patches/mate-notifications.diff	[utf-8] Sat Oct 25 11:30:33 2014
@@ -0,0 +1,12 @@
+diff --git a/src/orca/script_manager.py b/src/orca/script_manager.py
+index 4078c27..5f0a9f8 100644
+--- a/src/orca/script_manager.py
++++ b/src/orca/script_manager.py
+@@ -60,6 +60,7 @@ class ScriptManager:
+              'empathy-chat':     'empathy',
+              'gnome-calculator': 'gcalctool',
+              'marco':            'metacity',
++             'mate-notification-daemon': 'notification-daemon',
+              'Nereid':           'Banshee',
+              'vte':              'gnome-terminal',
+              'gnome-terminal-server': 'gnome-terminal'}

Modified: desktop/unstable/gnome-orca/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/series?rev=43762&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/patches/series	[utf-8] Sat Oct 25 11:30:33 2014
@@ -1 +1,2 @@
 git-409ebbc2
+mate-notifications.diff




More information about the pkg-gnome-commits mailing list