[dreamchess] 25/80: add a .desktop file for the fullscreen mode

Markus Koschany apo-guest at moszumanska.debian.org
Mon Nov 9 20:26:28 UTC 2015


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

apo-guest pushed a commit to branch master
in repository dreamchess.

commit 89bf460fbf0d38d3f252727387747b77b871d72e
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Sat Jan 13 23:15:54 2007 +0000

    add a .desktop file for the fullscreen mode
---
 debian/dreamchess-fullscreen.desktop | 11 +++++++++++
 debian/rules                         |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/dreamchess-fullscreen.desktop b/debian/dreamchess-fullscreen.desktop
new file mode 100644
index 0000000..9fd94ae
--- /dev/null
+++ b/debian/dreamchess-fullscreen.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Name=Dreamchess
+GenericName=Chess game (fullscreen)
+GenericName[fr]=Jeu d'échec (plein écran)
+Comment=a 3D chess game
+Icon=dreamchess
+Exec=dreamchess -f
+Categories=Game;BoardGame;
diff --git a/debian/rules b/debian/rules
index 6e1c8e2..8692ec4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,6 +65,7 @@ install: build
 	
 	dh_install -pdreamchess debian/dreamchess.xpm usr/share/pixmaps
 	dh_install -pdreamchess debian/dreamchess.desktop usr/share/applications
+	dh_install -pdreamchess debian/dreamchess-fullscreen.desktop usr/share/applications
 
 
 # Build architecture-independent files here.

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



More information about the Pkg-games-commits mailing list