[game-data-packager] 01/02: doom_common: fix Keywords in .desktop files

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sat Jun 27 07:21:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit fc0af88366d8d83050df79ac8a4a6c2f0d6a6687
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sat Jun 27 09:17:34 2015 +0200

    doom_common: fix Keywords in .desktop files
---
 game_data_packager/games/doom_common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game_data_packager/games/doom_common.py b/game_data_packager/games/doom_common.py
index 302ed66..47752f0 100644
--- a/game_data_packager/games/doom_common.py
+++ b/game_data_packager/games/doom_common.py
@@ -150,7 +150,7 @@ class DoomGameData(GameData):
             entry['Terminal'] = 'false'
             entry['Type'] = 'Application'
             entry['Categories'] = 'Game'
-            entry['Keyword'] = wad_base
+            entry['Keywords'] = wad_base
 
             with open(os.path.join(appdir, '%s.desktop' % desktop_file),
                       'w', encoding='utf-8') as output:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list