[game-data-packager] 02/02: scummvm: add missing Type=Application

Alexandre Detiste detiste-guest at moszumanska.debian.org
Thu Jun 25 20:58:07 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 8789c2b6f47e2a21d8a5f472cc701c412aca7eb4
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Thu Jun 25 22:56:51 2015 +0200

    scummvm: add missing Type=Application
    
    It's required by the spec:
    http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html#recognized-keys
---
 game_data_packager/games/scummvm_common.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game_data_packager/games/scummvm_common.py b/game_data_packager/games/scummvm_common.py
index b941be8..75ebc33 100644
--- a/game_data_packager/games/scummvm_common.py
+++ b/game_data_packager/games/scummvm_common.py
@@ -65,6 +65,7 @@ class ScummvmGameData(GameData):
         entry['TryExec'] = 'scummvm'
         entry['Icon'] = 'scummvm'
         entry['Terminal'] = 'false'
+        entry['Type'] = 'Application'
         entry['Categories'] = 'Game'
         gameid = package.gameid or self.gameid
         if len(package.langs) == 1:

-- 
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