[game-data-packager] 01/01: scummvm: fix regression introduced in 19f0e5330e619aad031f0845ec5baef14703bece
Alexandre Detiste
detiste-guest at moszumanska.debian.org
Thu Jun 25 20:32:10 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 b0c0bd6b7f0eebe134490877b6d1873cfb669061
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date: Thu Jun 25 22:31:25 2015 +0200
scummvm: fix regression introduced in 19f0e5330e619aad031f0845ec5baef14703bece
thx Patrick Bottelberger for noticing
---
game_data_packager/games/scummvm_common.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/game_data_packager/games/scummvm_common.py b/game_data_packager/games/scummvm_common.py
index 6be4dc5..b941be8 100644
--- a/game_data_packager/games/scummvm_common.py
+++ b/game_data_packager/games/scummvm_common.py
@@ -61,11 +61,11 @@ class ScummvmGameData(GameData):
desktop['Desktop Entry'] = {}
entry = desktop['Desktop Entry']
entry['Name'] = package.longname or self.longname
- entry['GenericName'] = self.genre + ' game'
+ entry['GenericName'] = self.genre + ' Game'
entry['TryExec'] = 'scummvm'
entry['Icon'] = 'scummvm'
entry['Terminal'] = 'false'
- entry['Categories'] = 'game'
+ entry['Categories'] = 'Game'
gameid = package.gameid or self.gameid
if len(package.langs) == 1:
entry['Exec'] = 'scummvm -p /%s %s' % (package.install_to, gameid)
--
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