File: 04_fix_manpage_name.diff

package info (click to toggle)
guake 3.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,712 kB
  • sloc: python: 6,968; xml: 695; makefile: 501; sh: 271
file content (226 lines) | stat: -rw-r--r-- 9,302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
From: Daniel Echeverri <epsilon@debian.org>
Date: Sat, 19 Feb 2022 00:00:00 -0500
Subject: Fix name and some typos.

Forwarded: not-needed
---
 NEWS.rst                             | 30 +++++++++++++++---------------
 docs/source/conf.py                  |  4 +++-
 docs/source/contributing/hacking.rst |  4 ++--
 docs/source/user/cli.rst             |  2 +-
 docs/source/user/gtk3.rst            |  4 ++--
 docs/source/user/installing.rst      |  2 +-
 docs/source/user/whatisguake.rst     |  2 +-
 7 files changed, 25 insertions(+), 23 deletions(-)

--- a/NEWS.rst
+++ b/NEWS.rst
@@ -42,7 +42,7 @@
 
 - Reinstated double clicking to open new tabs
 
-- Use keycodes instead of keyvals for keybindings. This allow to use keybindings with different keyboard layouts.
+- Use keycodes instead of keyvals for keybindings. This allow one to use keybindings with different keyboard layouts.
 
 Notes for Package Maintainers
 -----------------------------
@@ -165,7 +165,7 @@
 
 Add close tab to d-bus interface.
 
-Fix ignored "Show scrollbar" after spliting vertically
+Fix ignored "Show scrollbar" after splitting vertically
 
 Fix missing or malformed schema files when upgrading guake
 
@@ -256,7 +256,7 @@
 
 - Fix config didn't reload when set_workspace
 
-- Fix ineffective override of the GDK_BACKEND environement variable causing invalid pointer location and display detection (#1820)
+- Fix ineffective override of the GDK_BACKEND environment variable causing invalid pointer location and display detection (#1820)
 
 - - fixes an issue, where double-clicking in certain CLI apps would instead open a new tab #1697
 
@@ -1034,7 +1034,7 @@
 Notes for Package Maintainers
 -----------------------------
 
-- The setup mecanism has changed a little bit. Some maintainers used to patch the source code
+- The setup mechanism has changed a little bit. Some maintainers used to patch the source code
   of Guake to change the pixmap, Gtk schema or locale paths directly in the ``guake/globals.py``
   file. This was due to a lack of flexibility of the installation target of the ``Makefile``.
 
@@ -1121,7 +1121,7 @@
 
 - fixes issue with vertically stacked dual monitors #1162
 
-- Quick Open functionnality is restored #1121
+- Quick Open functionality is restored #1121
 
 - Unusable Guake with "hide on focus lose" option #1152
 
@@ -1135,7 +1135,7 @@
 
 This minor release mainly focus on fixing big problems that was remaining after the migration to GTK3. I would like to akwonledge the work of some contributors that helped testing and reporting issues on Guake 3.0.0. Thanks a lot to @egmontkob and @aichingm.
 
-The Preference window has been deeply reworked and the hotkey management has been rewriten. This was one the the major regression in Guake 3.0.
+The Preference window has been deeply reworked and the hotkey management has been rewritten. This was one the the major regression in Guake 3.0.
 
 New Features
 ------------
@@ -1173,7 +1173,7 @@
 - Resolved conflicting default shortcut for ``Ctrl+F2`` (now, rename current tab is set to
   ``Ctrl+Shift+R``) #1101, #1098
 
-- The hotkey management has been rewriten and is now fully functional
+- The hotkey management has been rewritten and is now fully functional
 
 - Rework the Preference window and reorganize the settings. Lot of small issues
   has been fixed.
@@ -1336,7 +1336,7 @@
 Version 0.8.11
 --------------
 
-Maintainance release with bug fixes and translation updates.
+Maintenance release with bug fixes and translation updates.
 
 - #885 revert to the old fixed-width tabs behavior
 - move the startup script setting to the hooks tab
@@ -1387,7 +1387,7 @@
 
 - Fix error when toggle key was disabled
 - Update change news
-- Uppercase pallete name
+- Uppercase palette name
 - Fix pylint errors
 - Convert README badge to SVG
 - Update Japanese translation
@@ -1432,7 +1432,7 @@
 Minor version today, mostly minor bug fixes and translation update.
 
 I did have time to work on GTK3, maintaining Guake to keep using GTK2 is more and more difficult,
-Travis kind of abandonned the compatibility of PyGtk2.
+Travis kind of abandoned the compatibility of PyGtk2.
 
 * Add a shortcut to open the last tab (#706, thanks @evgenius)
 * Fix icon size on Ubuntu (#734)
@@ -1480,7 +1480,7 @@
 - open new tab in current directory (#578, @Xtreak)
 - fix default interpreter (#619, @Xtreak)
 - fix use VTE title (#524, @Xtreak)
-- Russian tranlation (@vantu5z), german (@Airfunker), spanish (@thardev) chinese (@Xinyu Ng)
+- Russian translation (@vantu5z), german (@Airfunker), spanish (@thardev) chinese (@Xinyu Ng)
 - fix guake cannot restore fullscreen (#628, @thardev)
 
 
@@ -1566,7 +1566,7 @@
 
   Bug fixes:
 
-  - Fix Ctrl+D regresion (#550)
+  - Fix Ctrl+D regression (#550)
   - update Quick Open Preference Window
 
 
@@ -1617,7 +1617,7 @@
   - Expose cursor_shape and blink cursor method in pref window (#505)
   - Expose Guake startup script to the pref window (#198)
   - Some window management bug fixes (#506, #445)
-  - Fix "Not focused on openning if tab was moved" (#441)
+  - Fix "Not focused on opening if tab was moved" (#441)
   - Add contextual menu item 'Open Link' on right click on a link (5476653)
   - Fix compatibility with Ubuntu 15.04 (#509)
   - Fix Guake Turns Gray sometimes (#473, #512)
@@ -1690,7 +1690,7 @@
 
 changes since 0.4.4:
 
-  - Custom tab titles are no longer overriden by VTE ones (rgaudin)
+  - Custom tab titles are no longer overridden by VTE ones (rgaudin)
   - Absent notifications daemon is no longer fatal
   - Fix for <Ctrl>key hotkeys being recorded as <Primary>key (Ian MacLeod)
   - Font resizing using <Ctrl>+ and <Ctrl>- (Eiichi Sato)
@@ -1714,7 +1714,7 @@
   - Terminal scrolls to the wrong position when hiding and unhiding in fullscreen mode #258
     (Empee584)
   - Toggle fullscreen malfunction #371 (Empee584 & Sylvestre)
-  - Guake overlaped the second screen in a dual-monitor setup with a sidepanel (Sylvestre)
+  - Guake overlapped the second screen in a dual-monitor setup with a sidepanel (Sylvestre)
   - Tree items in Keyboard shortcuts tab of preferences window not localized #280 (Robertd)
   - Add option to start in fullscreen mode #408 (Dom Sekotill)
   - Refactoring of the fullscreen logic and addition of the --fullscreen flag (Marcel Partap)
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -220,7 +220,9 @@
 
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
-man_pages = [("index", "pythonfiximports", "Python Fix Imports Documentation", ["Gaetan Semet"], 1)]
+man_pages = [
+    ('index', 'guake', u'A drop-down terminal for GNOME environment', [u'Gaetan Semet'], 1)
+]
 
 # If true, show URL addresses after external links.
 # man_show_urls = False
--- a/docs/source/contributing/hacking.rst
+++ b/docs/source/contributing/hacking.rst
@@ -5,7 +5,7 @@
 Contributing
 ============
 
-First, be sure to use a verion of Python 3 where GTK and GObjects works in your system.
+First, be sure to use a version of Python 3 where GTK and GObjects works in your system.
 For instance, under Ubuntu 17.04, PyGtk and ``python3-gi`` does not work well if the default
 python 3 interpreter is forced to Python 3.6.
 
--- a/docs/source/user/cli.rst
+++ b/docs/source/user/cli.rst
@@ -4,4 +4,4 @@
 
 Here is the command line interface Guake provides:
 
-.. program-output:: guake --help
+.. program-output:: echo "Please run guake --help to see command line interface help"
--- a/docs/source/user/gtk3.rst
+++ b/docs/source/user/gtk3.rst
@@ -28,7 +28,7 @@
 in some languages (#1209).
 
 Help is welcomed for updating translations in your language ! See the "Update translation" section
-bellow.
+below.
 
 Note for maintainers
 --------------------
@@ -41,7 +41,7 @@
 ``requirements.txt``, but this file is still generated for backward compatibility (for example:
 ReadTheDocs only support ``requirements.txt`` for the moment), by the command ``pipenv
 requirements``. From then, Guake is now a classic, canon Python package (with setup.py, building
-distrubution packages, ...).
+distribution packages, ...).
 
 It however requires system libraries, so cannot work isolated inside a virtualenv. If you look
 closer to the virtualenv used with ``make dev ; make run``, you will see it is configured to use
--- a/docs/source/user/installing.rst
+++ b/docs/source/user/installing.rst
@@ -50,7 +50,7 @@
 
     $ guake
 
-To allow global 'F12' to open the guake, go to Setting >> Device >> Keyboard >> Scroll to bottom >> "+" to create a new global short cut with 'F12' keybinding and comand 'guake'.
+To allow global 'F12' to open the guake, go to Setting >> Device >> Keyboard >> Scroll to bottom >> "+" to create a new global short cut with 'F12' keybinding and command 'guake'.
 
 You may notice the style may have some error. You can fix this by installing and apply custom theme.
 
--- a/docs/source/user/whatisguake.rst
+++ b/docs/source/user/whatisguake.rst
@@ -8,7 +8,7 @@
 Alternatives to Guake
 =====================
 
-Here are some of the best terminals avaiable on the Linux environments that bring similar features
+Here are some of the best terminals available on the Linux environments that bring similar features
 of Guake:
 
 - `Tilda <https://github.com/lanoxx/tilda/>`_