File: gui-rename-metainfo-desktop.patch

package info (click to toggle)
scanmem 0.17-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,260 kB
  • sloc: ansic: 4,758; python: 1,581; sh: 182; makefile: 97
file content (420 lines) | stat: -rw-r--r-- 16,651 bytes parent folder | download | duplicates (3)
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
From 0fbc6dc5cc258c11e71a35e2e7b0df16479adec2 Mon Sep 17 00:00:00 2001
From: Sebastian Parschauer <s.parschauer@gmx.de>
Date: Sat, 20 Jan 2018 15:16:48 +0100
Subject: [PATCH] gui: Rename *.desktop.in and *.appdata.xml.in

In order to use the new id "org.scanmem.gameconqueror", both files
have to have that prefix. To show that we use the new format, rename
"appdata" to "metainfo". Update translations and .gitignore as well.

See: https://wiki.debian.org/AppStream/Guidelines

Reference: #295

Last-Update: 2018-01-21

Patch-Name: gui-rename-metainfo-desktop.patch
---
 .gitignore                                               |  4 ++--
 gui/Makefile.am                                          |  4 ++--
 ...r.desktop.in => org.scanmem.gameconqueror.desktop.in} |  0
 ....xml.in => org.scanmem.gameconqueror.metainfo.xml.in} |  0
 po/POTFILES.in                                           |  4 ++--
 po/de.po                                                 | 16 ++++++++--------
 po/es.po                                                 | 16 ++++++++--------
 po/it.po                                                 | 16 ++++++++--------
 po/ja.po                                                 | 16 ++++++++--------
 po/ru.po                                                 | 16 ++++++++--------
 po/sr_ME.po                                              | 16 ++++++++--------
 11 files changed, 54 insertions(+), 54 deletions(-)
 rename gui/{GameConqueror.desktop.in => org.scanmem.gameconqueror.desktop.in} (100%)
 rename gui/{GameConqueror.appdata.xml.in => org.scanmem.gameconqueror.metainfo.xml.in} (100%)

diff --git a/.gitignore b/.gitignore
index 910cd53..b3868d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,8 +30,8 @@ tags
 test-driver
 
 # GameConqueror
-gui/GameConqueror.appdata.xml
-gui/GameConqueror.desktop
+gui/org.scanmem.gameconqueror.metainfo.xml
+gui/org.scanmem.gameconqueror.desktop
 gui/consts.py
 gui/*.pyc
 gui/*.pyo
diff --git a/gui/Makefile.am b/gui/Makefile.am
index e86af9f..9049ed6 100644
--- a/gui/Makefile.am
+++ b/gui/Makefile.am
@@ -6,13 +6,13 @@ pythondir = $(gameconquerordir)
 dist_bin_SCRIPTS = gameconqueror
 dist_gameconqueror_DATA = GameConqueror.ui GameConqueror_128x128.png \
                           GameConqueror_72x72.png GameConqueror_48x48.png
-dist_desktop_in_files = GameConqueror.desktop.in
+dist_desktop_in_files = org.scanmem.gameconqueror.desktop.in
 dist_desktop_DATA = $(dist_desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 dist_polkit_in_files = org.freedesktop.gameconqueror.policy.in
 dist_polkit_DATA = $(dist_polkit_in_files:.policy.in=.policy)
 @INTLTOOL_POLICY_RULE@
-dist_appdata_in_files = GameConqueror.appdata.xml.in
+dist_appdata_in_files = org.scanmem.gameconqueror.metainfo.xml.in
 dist_appdata_DATA = $(dist_appdata_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 dist_man_MANS = gameconqueror.1
diff --git a/gui/GameConqueror.desktop.in b/gui/org.scanmem.gameconqueror.desktop.in
similarity index 100%
rename from gui/GameConqueror.desktop.in
rename to gui/org.scanmem.gameconqueror.desktop.in
diff --git a/gui/GameConqueror.appdata.xml.in b/gui/org.scanmem.gameconqueror.metainfo.xml.in
similarity index 100%
rename from gui/GameConqueror.appdata.xml.in
rename to gui/org.scanmem.gameconqueror.metainfo.xml.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 682e15c..90af942 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
 [type: gettext/glade]gui/GameConqueror.ui
 gui/GameConqueror.py
 gui/misc.py
-gui/GameConqueror.desktop.in
+gui/org.scanmem.gameconqueror.desktop.in
 gui/org.freedesktop.gameconqueror.policy.in.in
-gui/GameConqueror.appdata.xml.in
+gui/org.scanmem.gameconqueror.metainfo.xml.in
diff --git a/po/de.po b/po/de.po
index abc481c..6559793 100644
--- a/po/de.po
+++ b/po/de.po
@@ -480,11 +480,11 @@ msgstr "%s ist zu groß für %s"
 msgid "Cannot locate item: %s"
 msgstr "Kann %s nicht finden"
 
-#: ../gui/GameConqueror.desktop.in.h:1 ../gui/GameConqueror.appdata.xml.in.h:1
+#: ../gui/org.scanmem.gameconqueror.desktop.in.h:1 ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:1
 msgid "Game Conqueror"
 msgstr "Game Conqueror"
 
-#: ../gui/GameConqueror.desktop.in.h:2
+#: ../gui/org.scanmem.gameconqueror.desktop.in.h:2
 msgid "A game hacking tool. A GUI front-end for scanmem."
 msgstr "Eine grafische Oberfläche für scanmem, ein Werkzeug zur Speichermanipulation"
 
@@ -496,11 +496,11 @@ msgstr "GameConqueror ausführen"
 msgid "Authentication is required to run Game Conqueror"
 msgstr "Authorisierung ist notwendig für Game Conqueror"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:2
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:2
 msgid "Game hacking tool. GUI front-end for scanmem."
 msgstr "Eine grafische Oberfläche für scanmem, ein Werkzeug zur Speichermanipulation"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:3
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:3
 msgid ""
 "scanmem is a simple interactive debugging utility, used to locate the "
 "address of a variable in an executing process. This can be used for the "
@@ -517,18 +517,18 @@ msgstr ""
 "CheatEngine-ähnliche Schnittstelle für scanmem bereitzustellen. "
  
 
-#: ../gui/GameConqueror.appdata.xml.in.h:4
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:4
 msgid "Features:"
 msgstr "Funktionen:"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:5
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:5
 msgid "Locking on multiple variables"
 msgstr "Mehrere Variablen einfrieren"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:6
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:6
 msgid "Memory Viewer/Editor"
 msgstr "Speichereditor"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:7
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:7
 msgid "... many to be done"
 msgstr "... viele weitere"
diff --git a/po/es.po b/po/es.po
index 46033a7..9c20130 100644
--- a/po/es.po
+++ b/po/es.po
@@ -477,11 +477,11 @@ msgstr "%s es muy grande para %s"
 msgid "Cannot locate item: %s"
 msgstr "No puede encontrar item: %s"
 
-#: ../gui/GameConqueror.desktop.in.h:1 ../gui/GameConqueror.appdata.xml.in.h:1
+#: ../gui/org.scanmem.gameconqueror.desktop.in.h:1 ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:1
 msgid "Game Conqueror"
 msgstr "Game Conqueror"
 
-#: ../gui/GameConqueror.desktop.in.h:2
+#: ../gui/org.scanmem.gameconqueror.desktop.in.h:2
 msgid "A game hacking tool. A GUI front-end for scanmem."
 msgstr "Una herramienta de hackeo de juegos. Una interfaz gráfica para scanmem."
 
@@ -493,11 +493,11 @@ msgstr "Ejecutar Game Conqueror"
 msgid "Authentication is required to run Game Conqueror"
 msgstr "Se requiere autenticación para correr Game Conqueror"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:2
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:2
 msgid "Game hacking tool. GUI front-end for scanmem."
 msgstr "Herramienta de hackeo de juegos. Interfaz gráfica para scanmem."
 
-#: ../gui/GameConqueror.appdata.xml.in.h:3
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:3
 msgid ""
 "scanmem is a simple interactive debugging utility, used to locate the "
 "address of a variable in an executing process. This can be used for the "
@@ -513,18 +513,18 @@ msgstr ""
 "GameConqueror busca proveer una interfaz estilo CheatEngine para scanmem, "
 "es amigable y fácil de usar."
 
-#: ../gui/GameConqueror.appdata.xml.in.h:4
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:4
 msgid "Features:"
 msgstr "Características:"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:5
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:5
 msgid "Locking on multiple variables"
 msgstr "Bloqueo en mútliples variables"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:6
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:6
 msgid "Memory Viewer/Editor"
 msgstr "Visor/Editor de memoria"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:7
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:7
 msgid "... many to be done"
 msgstr "... muchas a completar"
diff --git a/po/it.po b/po/it.po
index aa724e5..62acdbc 100644
--- a/po/it.po
+++ b/po/it.po
@@ -483,11 +483,11 @@ msgstr "%s è troppo grande per %s"
 msgid "Cannot locate item: %s"
 msgstr "Impossibile trovare: %s"
 
-#: ../gui/GameConqueror.desktop.in.h:1 ../gui/GameConqueror.appdata.xml.in.h:1
+#: ../gui/org.scanmem.gameconqueror.desktop.in.h:1 ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:1
 msgid "Game Conqueror"
 msgstr "Game Conqueror"
 
-#: ../gui/GameConqueror.desktop.in.h:2
+#: ../gui/org.scanmem.gameconqueror.desktop.in.h:2
 msgid "A game hacking tool. A GUI front-end for scanmem."
 msgstr "Uno strumento per barare ai videogiochi. Una GUI per scanmem."
 
@@ -499,11 +499,11 @@ msgstr "Avvia Game Conqueror"
 msgid "Authentication is required to run Game Conqueror"
 msgstr "È necessario autenticarsi per avviare Game Conqueror"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:2
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:2
 msgid "Game hacking tool. GUI front-end for scanmem."
 msgstr "Uno strumento per barare ai videogiochi. GUI per scanmem."
 
-#: ../gui/GameConqueror.appdata.xml.in.h:3
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:3
 msgid ""
 "scanmem is a simple interactive debugging utility, used to locate the "
 "address of a variable in an executing process. This can be used for the "
@@ -519,18 +519,18 @@ msgstr ""
 "GameConqueror mira a fornire un'interfaccia per scanmem, simile a "
 "CheatEngine, è user-friendly e semplice da usare."
 
-#: ../gui/GameConqueror.appdata.xml.in.h:4
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:4
 msgid "Features:"
 msgstr "Caratteristiche:"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:5
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:5
 msgid "Locking on multiple variables"
 msgstr "Blocco di multiple variabili"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:6
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:6
 msgid "Memory Viewer/Editor"
 msgstr "Editor di memoria"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:7
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:7
 msgid "... many to be done"
 msgstr "... e molto altro"
diff --git a/po/ja.po b/po/ja.po
index 3331686..bfd6c42 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -493,11 +493,11 @@ msgstr "%s は %s で表現できる範囲を超えています"
 msgid "Cannot locate item: %s"
 msgstr "%s という項目は見つかりません"
 
-#: ../gui/GameConqueror.desktop.in.h:1 ../gui/GameConqueror.appdata.xml.in.h:1
+#: ../gui/org.scanmem.gameconqueror.desktop.in.h:1 ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:1
 msgid "Game Conqueror"
 msgstr ""
 
-#: ../gui/GameConqueror.desktop.in.h:2
+#: ../gui/org.scanmem.gameconqueror.desktop.in.h:2
 msgid "A game hacking tool. A GUI front-end for scanmem."
 msgstr "ゲーム向けプロセスメモリエディタ(scanmem GUI フロントエンド)"
 
@@ -509,11 +509,11 @@ msgstr ""
 msgid "Authentication is required to run Game Conqueror"
 msgstr ""
 
-#: ../gui/GameConqueror.appdata.xml.in.h:2
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:2
 msgid "Game hacking tool. GUI front-end for scanmem."
 msgstr "ゲーム向けプロセスメモリエディタ(scanmem GUI フロントエンド)"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:3
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:3
 msgid ""
 "scanmem is a simple interactive debugging utility, used to locate the "
 "address of a variable in an executing process. This can be used for the "
@@ -523,19 +523,19 @@ msgid ""
 "it's user-friendly and easy to use."
 msgstr ""
 
-#: ../gui/GameConqueror.appdata.xml.in.h:4
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:4
 msgid "Features:"
 msgstr ""
 
-#: ../gui/GameConqueror.appdata.xml.in.h:5
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:5
 msgid "Locking on multiple variables"
 msgstr ""
 
-#: ../gui/GameConqueror.appdata.xml.in.h:6
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:6
 msgid "Memory Viewer/Editor"
 msgstr "メモリエディタ"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:7
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:7
 msgid "... many to be done"
 msgstr ""
 
diff --git a/po/ru.po b/po/ru.po
index c9d2b6e..1caac93 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -492,11 +492,11 @@ msgstr "%s слишком большой для %s"
 msgid "Cannot locate item: %s"
 msgstr "Невозможно найти запись: %s"
 
-#: ../gui/GameConqueror.desktop.in.h:1 ../gui/GameConqueror.appdata.xml.in.h:1
+#: ../gui/org.scanmem.gameconqueror.desktop.in.h:1 ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:1
 msgid "Game Conqueror"
 msgstr ""
 
-#: ../gui/GameConqueror.desktop.in.h:2
+#: ../gui/org.scanmem.gameconqueror.desktop.in.h:2
 msgid "A game hacking tool. A GUI front-end for scanmem."
 msgstr "Инструмент для взлома игр (графический интерфейс к scanmem)"
 
@@ -509,11 +509,11 @@ msgid "Authentication is required to run Game Conqueror"
 msgstr ""
 "Для запуска Game Conqueror требуется подтверждение подлинности пользователя"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:2
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:2
 msgid "Game hacking tool. GUI front-end for scanmem."
 msgstr "Инструмент для взлома игр (графический интерфейс к scanmem)"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:3
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:3
 msgid ""
 "scanmem is a simple interactive debugging utility, used to locate the "
 "address of a variable in an executing process. This can be used for the "
@@ -523,19 +523,19 @@ msgid ""
 "it's user-friendly and easy to use."
 msgstr ""
 
-#: ../gui/GameConqueror.appdata.xml.in.h:4
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:4
 msgid "Features:"
 msgstr "Возможности:"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:5
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:5
 msgid "Locking on multiple variables"
 msgstr "Замораживание мнножества переменных"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:6
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:6
 msgid "Memory Viewer/Editor"
 msgstr "Редактор/Просмотрщик Памяти"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:7
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:7
 msgid "... many to be done"
 msgstr ""
 
diff --git a/po/sr_ME.po b/po/sr_ME.po
index cc5cdfb..e88c187 100644
--- a/po/sr_ME.po
+++ b/po/sr_ME.po
@@ -483,11 +483,11 @@ msgstr "%s je preveliki za %s"
 msgid "Cannot locate item: %s"
 msgstr "Ne mogu da pronađem: %s"
 
-#: ../gui/GameConqueror.desktop.in.h:1 ../gui/GameConqueror.appdata.xml.in.h:1
+#: ../gui/org.scanmem.gameconqueror.desktop.in.h:1 ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:1
 msgid "Game Conqueror"
 msgstr "Game Conqueror"
 
-#: ../gui/GameConqueror.desktop.in.h:2
+#: ../gui/org.scanmem.gameconqueror.desktop.in.h:2
 msgid "A game hacking tool. A GUI front-end for scanmem."
 msgstr "Alat za hakovanje igrica. Grafički prikaz za scanmem"
 
@@ -499,11 +499,11 @@ msgstr "Pokreni Game Conqueror"
 msgid "Authentication is required to run Game Conqueror"
 msgstr "Autentifikacija je potrebna za pokretanje"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:2
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:2
 msgid "Game hacking tool. GUI front-end for scanmem."
 msgstr "Alat za hakovanje igrica. Grafički prikaz za scanmem"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:3
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:3
 msgid ""
 "scanmem is a simple interactive debugging utility, used to locate the "
 "address of a variable in an executing process. This can be used for the "
@@ -520,18 +520,18 @@ msgstr ""
 "CheatEngine-alike za skeniranje, jednostavan za korišćenje i jednostavan za "
 "korišćenje."
 
-#: ../gui/GameConqueror.appdata.xml.in.h:4
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:4
 msgid "Features:"
 msgstr "Karakteristike:"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:5
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:5
 msgid "Locking on multiple variables"
 msgstr "Zaključavam višestruke promijenjiljive"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:6
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:6
 msgid "Memory Viewer/Editor"
 msgstr "Izmjenjivač/pregledaš memorije"
 
-#: ../gui/GameConqueror.appdata.xml.in.h:7
+#: ../gui/org.scanmem.gameconqueror.metainfo.xml.in.h:7
 msgid "... many to be done"
 msgstr "... Mnogi će biti učinjeni"