Package: wavesurfer
Version: 1.8.8p4-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu vivid ubuntu-patch

Dear Maintainer,

wavesurfer should have a .desktop file so that it can be launched easily by 
users in the GUI.

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/{wavesurfer.desktop,rules}: Add and install a .desktop file.

Thanks for considering the patch.

Logan Rosen

-- System Information:
Debian Release: jessie/sid
  APT prefers vivid-updates
  APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), 
(100, 'vivid-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-24-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/rules'
--- debian/rules	2011-05-08 00:35:42 +0000
+++ debian/rules	2014-11-17 04:50:34 +0000
@@ -22,6 +22,7 @@
 	dh_install 	-XREADME.txt -Xexample1.plug -Xexample2.plug	\
 			src/*			usr/share/tcltk/wavesurfer
 	dh_install 	debian/ws32.xpm		usr/share/pixmaps
+	dh_install	debian/wavesurfer.desktop 	usr/share/applications
 	dh_install 	wavesurfer		usr/bin
 	dh_installman 	debian/wavesurfer.1
 	dh_installdocs	doc

=== added file 'debian/wavesurfer.desktop'
--- debian/wavesurfer.desktop	1970-01-01 00:00:00 +0000
+++ debian/wavesurfer.desktop	2014-11-17 04:50:34 +0000
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=wavesurfer
+GenericName=
+Comment=Manipulate sound files
+Icon=ws32
+Exec=/usr/bin/wavesurfer
+Terminal=false
+Categories=AudioVideo;Audio;Player;

Reply via email to