This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository game-data-packager.
commit caf6276ef2995b87c77bbb14eaddd7381b54b0d2 Author: Markus Koschany <[email protected]> Date: Mon Oct 12 13:42:12 2015 +0200 icewind-dale-1: Support automatic download from gog.com. --- data/icewind-dale-1.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/data/icewind-dale-1.yaml b/data/icewind-dale-1.yaml index cde7aad..88b7aac 100644 --- a/data/icewind-dale-1.yaml +++ b/data/icewind-dale-1.yaml @@ -7,18 +7,19 @@ engine: gemrb compress_deb: [-Zgzip, -z1] missing_langs: [de,pl,ru] help_text: | - Data for Icewind Dale can be downloaded from gog.com. - Please download the English Windows installer and run it manually. Copy all - files into a directory of your choice and then run + Data for Icewind Dale can be downloaded from gog.com automatically. + You can skip the download by providing + setup_icewind_dale_complete_2.0.0.11.exe . - game-data-packager icewind-dale <path-to-your-directory> - . - Please use /usr/share/gemrb/icewind-dale-1-en as data directory - path in your /etc/gemrb/*.conf files and bg1 as game type. + Please use /usr/share/gemrb/icewind-dale-1-en as GamePath in your + /etc/gemrb/*.conf files. packages: icewind-dale-1-en-data: + gog: + url: icewind_dale_complete + game: icewind_dale_complete longname: Icewind Dale - Complete (English) debian: provides: icewind-dale-1-data -- 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

