[Ktutorial-commits] SF.net SVN: ktutorial:[184] trunk/ktutorial/ktutorial-editor/src
Status: Alpha
Brought to you by:
danxuliu
|
From: <dan...@us...> - 2010-03-23 07:32:01
|
Revision: 184
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=184&view=rev
Author: danxuliu
Date: 2010-03-23 07:31:55 +0000 (Tue, 23 Mar 2010)
Log Message:
-----------
Add desktop file for KTutorial editor
Modified Paths:
--------------
trunk/ktutorial/ktutorial-editor/src/CMakeLists.txt
Added Paths:
-----------
trunk/ktutorial/ktutorial-editor/src/ktutorial-editor.desktop
Modified: trunk/ktutorial/ktutorial-editor/src/CMakeLists.txt
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/CMakeLists.txt 2010-03-23 00:56:41 UTC (rev 183)
+++ trunk/ktutorial/ktutorial-editor/src/CMakeLists.txt 2010-03-23 07:31:55 UTC (rev 184)
@@ -33,4 +33,5 @@
####### Install the editor #######
install(TARGETS ktutorial-editor DESTINATION ${BIN_INSTALL_DIR})
+install(FILES ktutorial-editor.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
install(FILES ktutorial-editorui.rc DESTINATION ${DATA_INSTALL_DIR}/ktutorial-editor)
Added: trunk/ktutorial/ktutorial-editor/src/ktutorial-editor.desktop
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/ktutorial-editor.desktop (rev 0)
+++ trunk/ktutorial/ktutorial-editor/src/ktutorial-editor.desktop 2010-03-23 07:31:55 UTC (rev 184)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=KTutorial editor
+Name[es]=KTutorial editor
+GenericName=Editor for KTutorial tutorials
+GenericName[es]=Editor para tutoriales de KTutorial
+Exec=ktutorial-editor
+Type=Application
+Categories=Qt;KDE;Development;Documentation;
+Terminal=false
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|