Skip to content

Commit

Permalink
gui: Rename *.desktop.in and *.appdata.xml.in
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sriemer committed Jan 21, 2018
1 parent a27381c commit 2a7e6e5
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 54 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gui/Makefile.am
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions 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
16 changes: 8 additions & 8 deletions po/de.po
Expand Up @@ -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"

Expand All @@ -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 "
Expand All @@ -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"
16 changes: 8 additions & 8 deletions po/es.po
Expand Up @@ -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."

Expand All @@ -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 "
Expand All @@ -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"
16 changes: 8 additions & 8 deletions po/it.po
Expand Up @@ -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."

Expand All @@ -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 "
Expand All @@ -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"
16 changes: 8 additions & 8 deletions po/ja.po
Expand Up @@ -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 フロントエンド)"

Expand All @@ -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 "
Expand All @@ -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 ""

Expand Down
16 changes: 8 additions & 8 deletions po/ru.po
Expand Up @@ -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)"

Expand All @@ -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 "
Expand All @@ -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 ""

Expand Down
16 changes: 8 additions & 8 deletions po/sr_ME.po
Expand Up @@ -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"

Expand All @@ -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 "
Expand All @@ -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"

0 comments on commit 2a7e6e5

Please sign in to comment.