From 83898a46ade9f248fdae8703e97b3ea1bc03273d Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Mon, 27 Dec 2010 00:52:36 +0000 Subject: Please see the ChangeLog --- muse2/packaging/CMakeLists.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'muse2/packaging/CMakeLists.txt') diff --git a/muse2/packaging/CMakeLists.txt b/muse2/packaging/CMakeLists.txt index e9b749b2..2582848a 100644 --- a/muse2/packaging/CMakeLists.txt +++ b/muse2/packaging/CMakeLists.txt @@ -18,10 +18,24 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #============================================================================= +# +# produce the .desktop file +# +configure_file ( + muse.desktop.in + ${PROJECT_BINARY_DIR}/packaging/muse.desktop + ) + +# +# install the desktop and mime files +# install( FILES muse_icon.png DESTINATION ${SHARE_INSTALL_PREFIX}/icons/hicolor/64x64/apps/ ) -install( FILES muse.desktop +install( FILES ${PROJECT_BINARY_DIR}/packaging/muse.desktop DESTINATION ${SHARE_INSTALL_PREFIX}/applications/ ) +install( FILES muse.xml + DESTINATION ${SHARE_INSTALL_PREFIX}/mime/packages/ + ) -- cgit v1.2.3