Skip to content
Snippets Groups Projects
Commit caecf14e authored by Olivier Langella's avatar Olivier Langella
Browse files

freedesktop convention for svg icon

parent 31962c5e
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ SET(SOFTWARE_NAME "XTPcpp")
SET(XTPCPP_VERSION_MAJOR "0")
SET(XTPCPP_VERSION_MINOR "1")
SET(XTPCPP_VERSION_PATCH "10")
SET(XTPCPP_VERSION_PATCH "11")
SET(XTPCPP_VERSION "${XTPCPP_VERSION_MAJOR}.${XTPCPP_VERSION_MINOR}.${XTPCPP_VERSION_PATCH}")
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
......@@ -189,4 +189,4 @@ SET(UPDATE_OPTIONS "")
configure_file (${CMAKE_SOURCE_DIR}/templates/share/applications/xtpcpp.desktop.cmake ${CMAKE_BINARY_DIR}/templates/share/applications/xtpcpp.desktop)
INSTALL(PROGRAMS ${CMAKE_BINARY_DIR}/src/xtpcpp DESTINATION bin)
INSTALL(FILES ${CMAKE_BINARY_DIR}/templates/share/applications/xtpcpp.desktop DESTINATION share/applications)
INSTALL(FILES ${CMAKE_SOURCE_DIR}/src/resources/xtandempipeline_icon.svg DESTINATION share/xtpcpp)
INSTALL(FILES ${CMAKE_SOURCE_DIR}/src/resources/xtandempipeline_icon.svg DESTINATION share/icons/hicolor/scalable/apps/xtpcpp.svg)
xtpcpp (0.1.11-1) jessie; urgency=medium
* proticdbml output
-- Olivier Langella <Olivier.Langella@moulon.inra.fr> Sat, 20 May 2017 17:36:09 +0200
xtpcpp (0.1.10-1) jessie; urgency=medium
* trick to read MGF files
......
usr/bin/xtpcpp
usr/share/applications/xtpcpp.desktop
usr/share/xtpcpp/xtandempipeline_icon.svg
usr/share/icons/hicolor/scalable/apps/xtpcpp.svg
#https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
[Desktop Entry]
Version=1.0
Name=X!TandemPipeline C++
Categories=Education;Science;Math;
Categories=Science;Biology;Education;Qt;
Comment=Protein inference tool
Exec=${CMAKE_INSTALL_PREFIX}/bin/xtpcpp
Icon=${CMAKE_INSTALL_PREFIX}/share/xtpcpp/xtandempipeline_icon.svg
Icon=${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps/xtpcpp.svg
Terminal=false
Type=Application
StartupNotify=true
Keywords=Mass spectrometry;Protein inference;Peptide;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment