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 23e602baada16f4f851d8d6d588709282fe4f507 Author: Alexandre Detiste <[email protected]> Date: Mon Nov 16 23:29:09 2015 +0100 scummvm: add missing langs for AGOS games --- data/elvira1.yaml | 1 + data/elvira2.yaml | 1 + data/simon2.yaml | 10 ++++------ 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/elvira1.yaml b/data/elvira1.yaml index 585b05f..0755bb6 100644 --- a/data/elvira1.yaml +++ b/data/elvira1.yaml @@ -5,6 +5,7 @@ copyright: © 1990 Horrorsoft plugin: scummvm_common wiki: "Elvira:_Mistress_of_the_Dark" genre: Horror +missing_langs: [de] packages: elvira1-en-data: diff --git a/data/elvira2.yaml b/data/elvira2.yaml index 06a7797..84df15e 100644 --- a/data/elvira2.yaml +++ b/data/elvira2.yaml @@ -5,6 +5,7 @@ copyright: © 1992 Horrorsoft plugin: scummvm_common wiki: "Elvira_2:_The_Jaws_of_Cerberus" genre: Horror +missing_langs: [de,es,it] packages: elvira2-en-data: diff --git a/data/simon2.yaml b/data/simon2.yaml index ec33366..75f9486 100644 --- a/data/simon2.yaml +++ b/data/simon2.yaml @@ -4,6 +4,7 @@ franchise: Simon the Sorcerer copyright: © 1995 Adventure Soft plugin: scummvm_common wiki: "Simon_the_Sorcerer_II:_The_Lion,_the_Wizard_and_the_Wardrobe" +missing_langs: [es,he,it] packages: simon-the-sorcerer2-en-data: @@ -18,7 +19,7 @@ packages: - simon2.wav - stripped.txt - tbllist - optional: + doc: - manual.pdf simon-the-sorcerer2-de-data: @@ -33,7 +34,7 @@ packages: - simon2.ogg - stripped.txt?de - tbllist - optional: + doc: - manual.pdf simon-the-sorcerer2-fr-data: @@ -48,13 +49,10 @@ packages: - simon2.voc - stripped.txt?fr - tbllist - optional: + doc: - manual.pdf files: - manual.pdf: - install_to: $docdir - setup_simon_the_sorcerer_2.exe: unpack: format: innoextract -- 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

