summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-01-14 22:52:42 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-01-14 22:52:42 +0000
commit03ee491e2bf7a9f0e159f5ce5c3b5936b1132f2a (patch)
treeb8fd49033e141232f27387c3d1ba47738252e1c3 /CMakeScripts
parentBuild and upload AppImage (diff)
downloadinkscape-03ee491e2bf7a9f0e159f5ce5c3b5936b1132f2a.tar.gz
inkscape-03ee491e2bf7a9f0e159f5ce5c3b5936b1132f2a.zip
translate and install inkscape.appdata.xml
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/Install.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeScripts/Install.cmake b/CMakeScripts/Install.cmake
index 385375060..59f76f2eb 100644
--- a/CMakeScripts/Install.cmake
+++ b/CMakeScripts/Install.cmake
@@ -3,6 +3,8 @@ if(UNIX)
install(FILES
${CMAKE_BINARY_DIR}/inkscape.desktop
DESTINATION ${SHARE_INSTALL}/applications)
+ install(FILES ${CMAKE_BINARY_DIR}/inkscape.appdata.xml
+ DESTINATION ${SHARE_INSTALL}/metainfo)
endif()
if(WIN32)