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 f855d085b3b03ac7a284af2edd1f8236d1444a1e Author: Alexandre Detiste <[email protected]> Date: Tue Oct 6 12:55:11 2015 +0200 goblins3: enable lgogdownloader integration ... previously the logic was "let use download the setup_*.exe of his choice and we'll build a package from that". --- data/goblins3.yaml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 74 insertions(+), 4 deletions(-) diff --git a/data/goblins3.yaml b/data/goblins3.yaml index 2fe7bca..96e75ee 100644 --- a/data/goblins3.yaml +++ b/data/goblins3.yaml @@ -6,18 +6,28 @@ wiki: Goblins_3 gameid: gob3 copyright: © 1992 Coktel Vision +missing_langs: [es,pl] + +help_text: | + DotEmu claims to sell a Spanish & Polish version of this game too. + + Please provide the output of + $ game-data-packager make-template <path> + if you own these translations. + packages: goblins3-floppy-data: longname: "Goblins Quest 3 (floppy)" - better_version: goblins3-data + better_version: goblins3-en-data install: - ext.stk?floppy - imd.itk?floppy - intro.stk?floppy - tot.stk?floppy - goblins3-data: - langs: [en,de,fr,it] + goblins3-en-data: + debian: + provides: goblins3-data gog: url: gobliiins_pack game: goblins_quest_3 @@ -30,11 +40,71 @@ packages: - mdos.imd - mus_gob3.lic - tot.stk - optional: - usgob3.itk + optional: + - track1.mp3 + - manual.pdf + + goblins3-de-data: + debian: + provides: goblins3-data + lang: de + gog: + url: gobliiins_pack + game: goblins_quest_3 + dotemu: + id: 25 + install: + - ext.stk + - imd.itk + - intro.stk + - mdos.imd + - mus_gob3.lic + - tot.stk - degob3.itk + optional: + - track1.mp3 + - manual.pdf + + goblins3-fr-data: + debian: + provides: goblins3-data + lang: fr + gog: + url: gobliiins_pack + game: goblins_quest_3 + dotemu: + id: 25 + install: + - ext.stk + - imd.itk + - intro.stk + - mdos.imd + - mus_gob3.lic + - tot.stk - frgob3.itk + optional: + - track1.mp3 + - manual.pdf + + goblins3-it-data: + debian: + provides: goblins3-data + lang: it + gog: + url: gobliiins_pack + game: goblins_quest_3 + dotemu: + id: 25 + install: + - ext.stk + - imd.itk + - intro.stk + - mdos.imd + - mus_gob3.lic + - tot.stk - itgob3.itk + optional: - track1.mp3 - manual.pdf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

