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 cab4a4b110b2d28fe2546dd5b208ee86d568a360 Author: Alexandre Detiste <[email protected]> Date: Thu Sep 10 10:14:25 2015 +0200 Loom: either 000.lfl or loom.exe is mandatory --- data/loom.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/data/loom.yaml b/data/loom.yaml index 56ed823..f88622f 100644 --- a/data/loom.yaml +++ b/data/loom.yaml @@ -10,6 +10,7 @@ packages: id: 32340 path: common/LOOM install: + - 000.lfl_provider - 901.lfl - 902.lfl - 903.lfl @@ -17,12 +18,16 @@ packages: - cdda.sou - disk01.lec optional: - - 000.lfl - book_of_patterns.pdf - - loom.exe - manual.pdf files: + 000.lfl_provider: + alternatives: + - 000.lfl + - loom.exe + install_as: $alternative + book_of_patterns.pdf: install_to: $docdir look_for: [book_of_patterns.pdf,Loom_Book_of_Patterns.pdf] @@ -65,6 +70,7 @@ cksums: | _ 289808802 cdda.sou _ 4059462 disk01.lec # Steam version (000.lfl is inside loom.exe) + # https://github.com/scummvm/scummvm/blob/master/engines/scumm/detection.cpp#L213 _ 585728 loom.exe _ 201588784 setup_loom_2.0.0.4.exe -- 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

