[quake] 04/08: Add a .desktop file for Quake III: Team Arena, and install its icon

Simon McVittie smcv at debian.org
Thu Jan 22 12:40:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository quake.

commit 00fc6ad78c1b0ef5abf0a93d94cb1db5d4a45c48
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Jan 22 01:20:46 2015 +0000

    Add a .desktop file for Quake III: Team Arena, and install its icon
---
 debian/changelog          |  2 ++
 debian/control            | 14 +++++++++++---
 debian/quake3.install     |  3 ++-
 quake3-team-arena.desktop | 11 +++++++++++
 4 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0c7e978..7f1d80c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ quake (9) UNRELEASED; urgency=medium
   * Add recoloured icons and desktop files for the Quake II mission packs
     (requires quake2-reckoning and/or quake2-groundzero from
     game-data-packager 39)
+  * Add desktop file for Quake III: Team Arena (requires quake3-team-arena
+    from game-data-packager 39) and install its icon
 
  -- Simon McVittie <smcv at debian.org>  Tue, 20 Jan 2015 08:57:12 +0000
 
diff --git a/debian/control b/debian/control
index 6cfaede..c01bb00 100644
--- a/debian/control
+++ b/debian/control
@@ -103,14 +103,19 @@ Architecture: all
 Depends: ioquake3,
          quake3-data | game-data-packager (>= 23),
          ${misc:Depends}
+Suggests: quake3-team-arena-data
 Recommends: x11-utils | zenity | kde-baseapps-bin
 Description: Quake III Arena menu entry and launcher scripts
  This package contains a launcher script and menu entry to play
- Quake III Arena with the ioQuake3 engine.
+ Quake III Arena or Quake III: Team Arena with the ioquake3 engine.
  .
  To make this package useful, you will need to create and install the
  non-distributable quake3-data package, by using the game-data-packager
  package. This requires pak0.pk3 from a Quake III installation or CD-ROM.
+ .
+ game-data-packager (>= 39) can also produce a package for the offical
+ expansion pack Quake III: Team Arena. An additional menu entry should appear
+ automatically if that expansion are installed.
 
 Package: quake3-server
 Architecture: all
@@ -118,9 +123,12 @@ Depends: adduser,
          ioquake3-server,
          quake3-data | game-data-packager (>= 23),
          ${misc:Depends}
+Recommends:
+ game-data-packager (>= 39),
+Suggests: quake3-team-arena-data
 Description: Quake III Arena dedicated server launcher scripts
- This package contains a launcher script to run a Quake III Arena dedicated
- server with the ioQuake3 engine.
+ This package contains a launcher script to run a Quake III Arena or
+ Quake III: Team Arena dedicated server with the ioquake3 engine.
  .
  To make this package useful, you will need to create and install the
  non-distributable quake3-data package, by using the game-data-packager
diff --git a/debian/quake3.install b/debian/quake3.install
index 61263df..5baa349 100644
--- a/debian/quake3.install
+++ b/debian/quake3.install
@@ -1,7 +1,8 @@
 README.quake3-data                      usr/share/games/quake3
 build/quake3                            usr/games
 build/quake3.png                        usr/share/icons/hicolor/256x256/apps
+build/quake3-teamarena.png              usr/share/icons/hicolor/256x256/apps
 build/quake3.xpm                        usr/share/pixmaps
 build/quake332.xpm                      usr/share/pixmaps
 need-data.sh                            usr/share/games/quake3
-quake3.desktop                          usr/share/applications
+quake3*.desktop                         usr/share/applications
diff --git a/quake3-team-arena.desktop b/quake3-team-arena.desktop
new file mode 100644
index 0000000..faef032
--- /dev/null
+++ b/quake3-team-arena.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=Quake III: Team Arena
+TryExec=/usr/share/games/quake3-team-arena-data/quake3-team-arena
+Exec=/usr/games/quake3 --quiet +set fs_game missionpack
+Icon=quake3-teamarena
+Comment=Expansion pack for Quake III Arena
+Terminal=false
+Type=Application
+Categories=Game;ActionGame;
+Keywords=first person shooter;fps;3d;deathmatch;ctf;capture the flag;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quake.git



More information about the Pkg-games-commits mailing list