[game-data-packager] 02/03: AoPFM: Add a launcher

Simon McVittie smcv at debian.org
Mon Dec 4 10:41:30 UTC 2017


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 ef09ca87cd7a2b81f0c679f3eb31022e40ad0509
Author: Simon McVittie <smcv at debian.org>
Date:   Mon Dec 4 10:30:59 2017 +0000

    AoPFM: Add a launcher
    
    Signed-off-by: Simon McVittie <smcv at debian.org>
---
 runtime/launch-quake-server.yaml.in | 8 ++++++++
 runtime/launch-quake.yaml.in        | 8 ++++++++
 runtime/quake-aopfm.desktop.in      | 9 +++++++++
 3 files changed, 25 insertions(+)

diff --git a/runtime/launch-quake-server.yaml.in b/runtime/launch-quake-server.yaml.in
index 906ade3..acc74a8 100644
--- a/runtime/launch-quake-server.yaml.in
+++ b/runtime/launch-quake-server.yaml.in
@@ -31,4 +31,12 @@ expansions:
       -game dopa
     extra_required_files:
       - dopa/pak0.pak
+  aopfm:
+    aliases:
+      - aopfm_v2
+      - aop
+    extra_argv: >
+      -game aopfm_v2
+    extra_required_files:
+      aopfm_v2/pak0.pak
 ...
diff --git a/runtime/launch-quake.yaml.in b/runtime/launch-quake.yaml.in
index 8bf5253..152793c 100644
--- a/runtime/launch-quake.yaml.in
+++ b/runtime/launch-quake.yaml.in
@@ -28,4 +28,12 @@ expansions:
       -game dopa
     extra_required_files:
       - dopa/pak0.pak
+  aopfm:
+    aliases:
+      - aopfm_v2
+      - aop
+    extra_argv: >
+      -game aopfm_v2
+    extra_required_files:
+      aopfm_v2/pak0.pak
 ...
diff --git a/runtime/quake-aopfm.desktop.in b/runtime/quake-aopfm.desktop.in
new file mode 100644
index 0000000..c7692d1
--- /dev/null
+++ b/runtime/quake-aopfm.desktop.in
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=Quake 1: Abyss of Pandemonium - Final Mission
+Comment=Third-party expansion for the classic first person shooter
+Icon=quake
+Exec=${bindir}/quake -- -game aopfm_v2
+Categories=Game;ActionGame;
+Keywords=first person shooter;fps;3d;deathmatch;quake 1;

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