Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawhiemstra <a.hiemstra@ultimaker.com>2017-10-10 11:30:56 +0300
committerGitHub <noreply@github.com>2017-10-10 11:30:56 +0300
commitf02cc66e81e137ea7d059469ecd82cabcc4e6521 (patch)
tree80fd1b39540e532b3413e72ea4d4cb389b3957ec /CMakeLists.txt
parent91e8e5812b40e69c8abd1ebcfb80d548e738f54f (diff)
Install AppStream metadata into share/metainfo
Rather than share/appstream. This is what is suggested by the specification. Fixes #2563
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1c372ffa55..44b4b57f54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,7 +63,7 @@ if(NOT APPLE AND NOT WIN32)
install(FILES ${CMAKE_SOURCE_DIR}/resources/images/cura-icon.png
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/128x128/apps/)
install(FILES cura.appdata.xml
- DESTINATION ${CMAKE_INSTALL_DATADIR}/appdata)
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo)
install(FILES cura.sharedmimeinfo
DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages/
RENAME cura.xml )