changeset 764:f9b070eedd40

Made the Debian package create correct menu entries and mime type associations. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1041 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 13 Apr 2011 06:07:18 +0000
parents 7421ad080051
children cc2ba63d6005
files debian/rules debian/universalindentgui.desktop
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/debian/rules	Tue Apr 12 22:20:24 2011 +0000
+++ b/debian/rules	Wed Apr 13 06:07:18 2011 +0000
@@ -70,7 +70,7 @@
 	dh_installchangelogs CHANGELOG.txt
 	dh_installdocs
 	dh_installexamples
-#	dh_install
+	dh_install debian/universalindentgui.desktop usr/share/applications
 	dh_installmenu
 	dh_installman
 	dh_link
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/universalindentgui.desktop	Wed Apr 13 06:07:18 2011 +0000
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=UniversalIndentGUI
+GenericName=UniversalIndentGUI
+Comment=UniversalIndentGUI is a GUI fontend for several code beautifiers
+Icon=/usr/share/pixmaps/universalIndentGUI_32x32.xpm
+TryExec=/usr/bin/universalindentgui
+Exec=/usr/bin/universalindentgui %f
+Terminal=false
+MimeType=text/plain;text/x-c;text/x-script.phyton;text/html;text/xml;text/css;application/x-javascript
+Categories=Qt;Development;
+