[pong2] 11/12: Add pong2.desktop file. Install icon.png as new pong2 icon.

Markus Koschany apo at moszumanska.debian.org
Mon Apr 11 04:57:11 UTC 2016


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

apo pushed a commit to branch master
in repository pong2.

commit 4d7d03da4daceb7a1a8f5ce19114d9fff839801b
Author: Markus Koschany <apo at debian.org>
Date:   Mon Apr 11 06:45:29 2016 +0200

    Add pong2.desktop file. Install icon.png as new pong2 icon.
---
 debian/changelog     |  2 ++
 debian/pong2.desktop | 10 ++++++++++
 debian/rules         |  2 ++
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8c0ac2e..fc1a74f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ pong2 (0.1.3-2) unstable; urgency=medium
   * Update debian/watch.
   * Switch from cdbs to dh sequencer.
   * Export DEB_BUILD_MAINT_OPTIONS = hardening=+all.
+  * Add pong2.desktop and install icon.png as new desktop icon.
+    (Closes: #726855)
 
  -- Markus Koschany <apo at debian.org>  Mon, 11 Apr 2016 06:28:20 +0200
 
diff --git a/debian/pong2.desktop b/debian/pong2.desktop
new file mode 100644
index 0000000..cb3e574
--- /dev/null
+++ b/debian/pong2.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Pong2
+Comment=Remake of the old arcade classic in OpenGL
+Comment[de]=Neuauflage des alten Arkadeklassikers in OpenGL
+Exec=pong2
+Icon=pong2
+Terminal=false
+Type=Application
+Categories=Game;ActionGame;
+Keywords=pong;arcade;multiplayer;OpenGL;
diff --git a/debian/rules b/debian/rules
index c8fd015..41cbbe2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,4 +12,6 @@ override_dh_install:
 	dh_install
 	# delete accidentally installed doxygen.conf
 	$(RM) debian/pong2/usr/share/pong2/doxygen.conf
+	cp icon.png debian/pong2/usr/share/pixmaps/pong2.png
+	cp debian/pong2.desktop debian/pong2/usr/share/applications
 

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



More information about the Pkg-games-commits mailing list