This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository game-data-packager.
commit c19f557bea8cbece212fe50398d8ec70ba1c66d6 Author: Alexandre Detiste <[email protected]> Date: Fri Feb 6 12:16:25 2015 +0100 doom2: No Rest for the Living: add .desktop file I used "Hexen: Deathkings of the Dark Citadel" as an example. --- data/doom2-norest-wad.control.in | 5 +++++ data/doom2-norest-wad.desktop.in | 9 +++++++++ data/doom2.yaml | 4 +--- debian/changelog | 1 + 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/data/doom2-norest-wad.control.in b/data/doom2-norest-wad.control.in new file mode 100644 index 0000000..ede9030 --- /dev/null +++ b/data/doom2-norest-wad.control.in @@ -0,0 +1,5 @@ +Description: Doom 2: No Rest for the Living PWAD + Doom 2 requires both a doom-engine and data files to play. + This package contains the data files from the Doom 2 expansion + "No Rest for the Living", and was generated using the + "game-data-packager" program. diff --git a/data/doom2-norest-wad.desktop.in b/data/doom2-norest-wad.desktop.in new file mode 100644 index 0000000..2592a3e --- /dev/null +++ b/data/doom2-norest-wad.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Doom 2: No Rest for the Living +GenericName=First Person Shooter Game +TryExec=ENGINE +Exec=ENGINE -iwad /usr/share/games/doom/doom2.wad -file /usr/share/games/doom/nerve.wad +Icon=GAME.png +Terminal=false +Type=Application +Categories=Game diff --git a/data/doom2.yaml b/data/doom2.yaml index a544de9..1bbb8f8 100644 --- a/data/doom2.yaml +++ b/data/doom2.yaml @@ -27,11 +27,9 @@ packages: install: - doom2.wad - doom2-norestfortheliving-wad: + doom2-norest-wad: longname: "No Rest for the Living" expansion_for: doom2-wad - create_desktop_file: false - # this is a PWAD, not an IWAD steam: id: 208200 #path: common/<Doom 3 BFG edition ... something> diff --git a/debian/changelog b/debian/changelog index 279434e..4f23fce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ game-data-packager (40) UNRELEASED; urgency=medium still needs to be packaged (RFP: #610087) * add Descent 1 demo & Descent 2 demo (part of #775442) * add support for Hexen II demo (Closes: #775484) + * add support for "Doom 2 : No Rest for the Living" (Closes: #776280) [ Simon McVittie ] * quake3: install symlinks in /usr/lib/quake3 too, so src:quake can use -- 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

