[Pkg-mono-svn-commits] rev 429 - monodoc/trunk/debian

Pablo Fischer pabl0-guest@haydn.debian.org
Mon, 15 Mar 2004 18:51:54 -0700


Author: pabl0-guest
Date: 2004-03-15 18:51:51 -0700 (Mon, 15 Mar 2004)
New Revision: 429

Added:
   monodoc/trunk/debian/monodoc.desktop
   monodoc/trunk/debian/monodoc.png
Log:
Added two new files:
    * monodoc.png: an icon for the Gnome Menu
    * monodoc.desktop: the desktop file that includes all the information needed to 
    add monodoc to the Gnome Menu, under Development.
    
NOTE: Meebey, if you want it, just add this to the monodoc-gui (GTK):

.postrm:
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus; fi    
.postinst:    
if [ "$1" = "configure" ] && [ -x /usr/bin/update-menus ]; then update-menus ; fi


    


Added: monodoc/trunk/debian/monodoc.desktop
===================================================================
--- monodoc/trunk/debian/monodoc.desktop	2004-03-16 00:46:37 UTC (rev 428)
+++ monodoc/trunk/debian/monodoc.desktop	2004-03-16 01:51:51 UTC (rev 429)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=Monodoc
+Comment[de]=Unterlagen Projektor von Mono
+Comment[es]=Documentaicón de Mono
+Comment[fr]=Visionneuse de documentation de mono
+Comment[pt_BR]=Visor da documentação de mono
+Comment[en]=Mono Documentation Library Viewer
+Comment=Mono Documentation Library Viewer
+Exec=monodoc
+Icon=monodoc.png
+Terminal=false
+Type=Application
+Categories=GNOME;Application;Development

Added: monodoc/trunk/debian/monodoc.png
===================================================================
(Binary files differ)


Property changes on: monodoc/trunk/debian/monodoc.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream