From 03ee491e2bf7a9f0e159f5ce5c3b5936b1132f2a Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Mon, 14 Jan 2019 23:52:42 +0100 Subject: translate and install inkscape.appdata.xml --- CMakeScripts/Install.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeScripts') 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) -- cgit v1.2.3