[rkward-cvs] [rkward] rkward: added MIME type definitions for R scripts and data/workspace files, a service protocol and an additional desktop file to be able to directly open R fiels with RKWard.

m.eik michalke meik.michalke at uni-duesseldorf.de
Thu Nov 27 15:42:16 UTC 2014


Git commit 3216a50017fc7e6cbd23bc1a501ff6f185c24ed1 by m.eik michalke.
Committed on 27/11/2014 at 15:36.
Pushed by meikm into branch 'master'.

added MIME type definitions for R scripts and data/workspace files, a service protocol and an additional desktop file to be able to directly open R fiels with RKWard.

maybe the MIME types should be set by some other application? however -- it's working.

M  +3    -1    rkward/CMakeLists.txt

http://commits.kde.org/rkward/3216a50017fc7e6cbd23bc1a501ff6f185c24ed1

diff --git a/rkward/CMakeLists.txt b/rkward/CMakeLists.txt
index 7d69c2e..6c8a3c2 100644
--- a/rkward/CMakeLists.txt
+++ b/rkward/CMakeLists.txt
@@ -101,4 +101,6 @@ ELSE(Q_WS_MAC)
 	INSTALL(TARGETS rkward DESTINATION ${BIN_INSTALL_DIR})
 ENDIF(Q_WS_MAC)
 
-INSTALL(FILES rkward.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
+INSTALL(FILES rkward.desktop rkward-open.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
+INSTALL(FILES r.xml rdata.xml DESTINATION ${XDG_MIME_INSTALL_DIR})
+INSTALL(FILES rkward.protocol DESTINATION ${SERVICES_INSTALL_DIR})




More information about the rkward-tracker mailing list