r48704 - in /desktop/unstable/evince/debian: changelog patches/git_fix_gesture_shortcut_help.patch patches/series

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sat May 14 20:37:03 UTC 2016


Author: jbicha-guest
Date: Sat May 14 20:37:03 2016
New Revision: 48704

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48704
Log:
* debian/patches/git_fix_gesture_shortcut_help.patch:
  - Upstream patch to fix gesture shortcuts shown in Ctrl+? quick help

Added:
    desktop/unstable/evince/debian/patches/git_fix_gesture_shortcut_help.patch
Modified:
    desktop/unstable/evince/debian/changelog
    desktop/unstable/evince/debian/patches/series

Modified: desktop/unstable/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/changelog?rev=48704&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog	[utf-8] (original)
+++ desktop/unstable/evince/debian/changelog	[utf-8] Sat May 14 20:37:03 2016
@@ -1,3 +1,10 @@
+evince (3.20.0-4) UNRELEASED; urgency=medium
+
+  * debian/patches/git_fix_gesture_shortcut_help.patch:
+    - Upstream patch to fix gesture shortcuts shown in Ctrl+? quick help
+
+ -- Jeremy Bicha <jbicha at linux.com>  Sat, 14 May 2016 15:57:36 -0400
+
 evince (3.20.0-3) unstable; urgency=medium
 
   * debian/control.in: Add Breaks/Replaces against apparmor-profiles-extra

Added: desktop/unstable/evince/debian/patches/git_fix_gesture_shortcut_help.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/patches/git_fix_gesture_shortcut_help.patch?rev=48704&op=file
==============================================================================
--- desktop/unstable/evince/debian/patches/git_fix_gesture_shortcut_help.patch	(added)
+++ desktop/unstable/evince/debian/patches/git_fix_gesture_shortcut_help.patch	[utf-8] Sat May 14 20:37:03 2016
@@ -0,0 +1,46 @@
+From 93f8b7770b9e765e8e2c841f38d4edba000c4f64 Mon Sep 17 00:00:00 2001
+From: Hashem Nasarat <hashem at riseup.net>
+Date: Wed, 10 Feb 2016 01:04:59 -0500
+Subject: shell: fix typo in zoom in/out gesture shortcuts
+
+Also reorder them so it's zoom in and then zoom out.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=761803
+---
+ shell/help-overlay.ui | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/shell/help-overlay.ui b/shell/help-overlay.ui
+index 0218fa8..60489ae 100644
+--- a/shell/help-overlay.ui
++++ b/shell/help-overlay.ui
+@@ -192,14 +192,14 @@
+               <object class="GtkShortcutsShortcut">
+                 <property name="visible">True</property>
+                 <property name="title" translatable="yes" context="shortcut window">Zoom in</property>
+-                <property name="shortcut-type">gesture-pinch</property>
++                <property name="shortcut-type">gesture-stretch</property>
+               </object>
+             </child>
+             <child>
+               <object class="GtkShortcutsShortcut">
+                 <property name="visible">True</property>
+-                <property name="title" translatable="yes" context="shortcut window">Zoom in</property>
+-                <property name="shortcut-type">gesture-stretch</property>
++                <property name="title" translatable="yes" context="shortcut window">Zoom out</property>
++                <property name="shortcut-type">gesture-pinch</property>
+               </object>
+             </child>
+             <child>
+@@ -216,7 +216,6 @@
+                 <property name="shortcut-type">gesture-two-finger-swipe-left</property>
+               </object>
+             </child>
+-
+           </object>
+         </child>
+       </object>
+-- 
+cgit v0.12
+
+

Modified: desktop/unstable/evince/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/patches/series?rev=48704&op=diff
==============================================================================
--- desktop/unstable/evince/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/evince/debian/patches/series	[utf-8] Sat May 14 20:37:03 2016
@@ -1 +1,2 @@
 01_nautilus_extension_path.patch
+git_fix_gesture_shortcut_help.patch




More information about the pkg-gnome-commits mailing list