[game-data-packager] 10/11: add support for Loom

Alexandre Detiste detiste-guest at moszumanska.debian.org
Fri Jun 5 07:57:21 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 53e32f16923ea326439e5c52649b46bb23fbc327
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Thu Jun 4 23:25:36 2015 +0200

    add support for Loom
---
 data/loom.yaml   | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog |  1 +
 2 files changed, 94 insertions(+)

diff --git a/data/loom.yaml b/data/loom.yaml
new file mode 100644
index 0000000..1a68cdc
--- /dev/null
+++ b/data/loom.yaml
@@ -0,0 +1,93 @@
+copyright: © 1990 Lucasfilm Games
+plugin: scummvm_common
+
+packages:
+  loom-data:
+    gog:
+      id: loom
+    install:
+    - 000.lfl
+    - 901.lfl
+    - 902.lfl
+    - 903.lfl
+    - 904.lfl
+    - cdda.sou
+    - disk01.lec
+    optional:
+    - book_of_patterns.pdf
+    - manual.pdf
+
+files:
+  book_of_patterns.pdf:
+    install_to: $docdir
+    look_for: [book_of_patterns.pdf,Loom_Book_of_Patterns.pdf]
+  manual.pdf:
+    install_to: $docdir
+    look_for: [manual.pdf,Loom_Manual.pdf]
+  setup_loom_2.0.0.4.exe:
+    unpack:
+      format: innoextract
+    provides:
+    - 000.lfl
+    - 901.lfl
+    - 902.lfl
+    - 903.lfl
+    - 904.lfl
+    - cdda.sou
+    - disk01.lec
+    - book_of_patterns.pdf
+    - manual.pdf
+  gog_loom_1.0.0.5.deb:
+    unpack:
+      format: deb
+    provides:
+    - 000.lfl
+    - 901.lfl
+    - 902.lfl
+    - 903.lfl
+    - 904.lfl
+    - cdda.sou
+    - disk01.lec
+    - book_of_patterns.pdf
+    - manual.pdf
+
+cksums: |
+  _ 8307      000.lfl
+  _ 2613      901.lfl
+  _ 4193      902.lfl
+  _ 2019      903.lfl
+  _ 4388      904.lfl
+  _ 289808802 cdda.sou
+  _ 4059462   disk01.lec
+
+  _ 201588784 setup_loom_2.0.0.4.exe
+  _ 201405970 gog_loom_1.0.0.5.deb
+  _ 4919785   book_of_patterns.pdf
+  _ 3297273   manual.pdf
+md5sums: |
+  5d88b9d6a88e6f8e90cded9d01b7f082  000.lfl
+  6642640c52ac20a413d00ca4eb0a7144  901.lfl
+  211bb92795b77f5782bcab5ff4cdd9c2  902.lfl
+  0c60481ff858c0e8ab136adab5fa5bdc  903.lfl
+  6b26151489c428be7c45c25a16e7c902  904.lfl
+  e444985cc1aa65780d912b4fe21a6043  cdda.sou
+  a2be3d9b4c9fceae8033a455d690c0ba  disk01.lec
+
+  a8d45197a7f81ff96ff622e182d16e80  setup_loom_2.0.0.4.exe
+  e710481f2267253bca3f36656fedb009  gog_loom_1.0.0.5.deb
+  7e8bcb85ea4ab8b8a6238c4512b2b0e1  book_of_patterns.pdf
+  45b248c029ff6173ad9a944fd5f0baa3  manual.pdf
+sha1sums: |
+  366ce8bb2c7876a445c870f6b19f8d56cbf91f47  000.lfl
+  e7b80c90023b85d77349861d7a4f8c68b7b3b6d7  901.lfl
+  9979f9b25d6ce5a1a9243248cb7a218f24b2c1c8  902.lfl
+  8ad3b1901bac27c7d1bf61e55bb43de3d1ddedc1  903.lfl
+  880d34f2f0373f56e1d5427a5618ad9cf2060cb3  904.lfl
+  c12627258fc0e9fd5f6bab63d546cd5297bfbc22  cdda.sou
+  058be558b04ab60855dd3b3d7301ba75841e8ca4  disk01.lec
+
+  682cf1400410db4a9e2a280afba001b3361b69d9  setup_loom_2.0.0.4.exe
+  2be126c64489928345e6d5ccd64a89d6a82bc868  gog_loom_1.0.0.5.deb
+  054c74f7cc194b21f342a0c79c6dcd06dabc7e6c  book_of_patterns.pdf
+  bf12e5fbb0a11b1c2fd27f0f370e9092b645f747  manual.pdf
+...
diff --git a/debian/changelog b/debian/changelog
index f384ca1..f34efd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ game-data-packager (42) UNRELEASED; urgency=medium
   * only load actually needed YAML files (Closes: #779937)
   * improve 'GDP $game --help' (Closes: #784563)
   * use custom HTTP User-Agent (Closes: #784957)
+  * add support for Loom
 
  -- Simon McVittie <smcv at debian.org>  Sun, 03 May 2015 14:34:00 +0200
 

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