[SCM] UNNAMED PROJECT branch, master, updated. debian/4.2.7-8-5-gad4986b

Gonéri Le Bouder goneri at rulezlan.org
Thu Feb 12 22:29:33 UTC 2009


The following commit has been merged in the master branch:
commit 89b5fbe5114311efdd61c822fb2456dcad8d923b
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Thu Feb 12 22:55:14 2009 +0100

    add a .desktop file
    
    Add a .desktop file, thanks Nathan Handler and Daniel Dickinson

diff --git a/debian/changelog b/debian/changelog
index a258ad9..e7369ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xboard (4.2.7-9) unstable; urgency=low
+
+  * Add a .desktop file, thanks Nathan Handler and Daniel Dickinson
+    (Closes: #487667, #478948) 
+  * Add myself in Uploaders:
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Thu, 12 Feb 2009 22:41:17 +0100
+
 xboard (4.2.7-8) unstable; urgency=low
 
   * Hijack for the Debian Games Team.
diff --git a/debian/rules b/debian/rules
index 181dbac..f204157 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,6 +66,8 @@ binary-arch: build install
 	install -d debian/xboard/usr/share/games/xboard/bitmaps.xchess
 	install -m644 bitmaps/*.bm \
 		debian/xboard/usr/share/games/xboard/bitmaps.xchess
+	install -d debian/xboard/usr/share/applications
+	install -m644 debian/xboard.desktop debian/xboard/usr/share/applications/
 	install -d debian/xboard/usr/share/lintian/overrides/
 	install -m644 debian/binary.lintian-overrides \
 		debian/xboard/usr/share/lintian/overrides/xboard
diff --git a/debian/xboard.desktop b/debian/xboard.desktop
new file mode 100644
index 0000000..04b19e3
--- /dev/null
+++ b/debian/xboard.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=XBoard
+GenericName=X Window Chess Board
+Comment=Use an X Windows Chess Board
+Exec=xboard
+Terminal=false
+Categories=Game;BoardGame;

-- 
UNNAMED PROJECT



More information about the Pkg-games-commits mailing list