diff --git a/CMakeLists.txt b/CMakeLists.txt index 38b0bf7..e2b9083 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,6 +198,10 @@ install (TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR}) install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR}) if (WITH_GUI) install (TARGETS sdgui DESTINATION ${CMAKE_INSTALL_BINDIR}) + install (FILES sdgui.desktop + DESTINATION ${CMAKE_INSTALL_DATADIR}/applications) + install (FILES sdgui.xml + DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages) endif () foreach (page ${project_MAN_PAGES}) diff --git a/sdgui.desktop b/sdgui.desktop new file mode 100644 index 0000000..38b8ee2 --- /dev/null +++ b/sdgui.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=sdgui +GenericName=StarDict GUI +Exec=sdgui %F +StartupNotify=true +MimeType=application/x-stardict-ifo; +Categories=Office;Dictionary;GTK; diff --git a/sdgui.xml b/sdgui.xml new file mode 100644 index 0000000..6aefed2 --- /dev/null +++ b/sdgui.xml @@ -0,0 +1,10 @@ + + + + StarDict dictionary main file + + + + + +