summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/Install.cmake6
-rw-r--r--CMakeScripts/inkscape-desktop.cmake6
2 files changed, 6 insertions, 6 deletions
diff --git a/CMakeScripts/Install.cmake b/CMakeScripts/Install.cmake
index 59f76f2eb..dff0345f4 100644
--- a/CMakeScripts/Install.cmake
+++ b/CMakeScripts/Install.cmake
@@ -1,9 +1,9 @@
if(UNIX)
#The install directive for the binaries and libraries are found in src/CMakeList.txt
install(FILES
- ${CMAKE_BINARY_DIR}/inkscape.desktop
+ ${CMAKE_BINARY_DIR}/org.inkscape.Inkscape.desktop
DESTINATION ${SHARE_INSTALL}/applications)
- install(FILES ${CMAKE_BINARY_DIR}/inkscape.appdata.xml
+ install(FILES ${CMAKE_BINARY_DIR}/org.inkscape.Inkscape.appdata.xml
DESTINATION ${SHARE_INSTALL}/metainfo)
endif()
@@ -21,7 +21,7 @@ if(WIN32)
install(DIRECTORY doc
DESTINATION .)
-
+
# devlibs and mingw dlls
# There are differences in the devlibs for 64-Bit and 32-Bit build environments.
diff --git a/CMakeScripts/inkscape-desktop.cmake b/CMakeScripts/inkscape-desktop.cmake
index 1d74c98d5..e25cf5d20 100644
--- a/CMakeScripts/inkscape-desktop.cmake
+++ b/CMakeScripts/inkscape-desktop.cmake
@@ -1,10 +1,10 @@
# This is called by cmake as an extermal process from
-# ./po/CMakeLists.txt and creates inkscape.desktop
+# ./po/CMakeLists.txt and creates org.inkscape.Inkscape.desktop
#
# These variables are defined by the caller, matching the CMake equivilents.
# - ${INKSCAPE_SOURCE_DIR}
# - ${INKSCAPE_BINARY_DIR}
-message("building inkscape.desktop")
+message("building org.inkscape.Inkscape.desktop")
set(INKSCAPE_MIMETYPE "image/svg+xml;image/svg+xml-compressed;application/vnd.corel-draw;application/pdf;application/postscript;image/x-eps;application/illustrator;image/cgm;image/x-wmf;application/x-xccx;application/x-xcgm;application/x-xcdt;application/x-xsk1;application/x-xcmx;image/x-xcdr;application/visio;application/x-visio;application/vnd.visio;application/visio.drawing;application/vsd;application/x-vsd;image/x-vsd;")
@@ -14,4 +14,4 @@ else()
set(INKSCAPE_ICONPATH "inkscape")
endif()
-configure_file(${INKSCAPE_BINARY_DIR}/inkscape.desktop.template.in ${INKSCAPE_BINARY_DIR}/inkscape.desktop)
+configure_file(${INKSCAPE_BINARY_DIR}/org.inkscape.Inkscape.desktop.template.in ${INKSCAPE_BINARY_DIR}/org.inkscape.Inkscape.desktop)