summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/inkscape-desktop.cmake
diff options
context:
space:
mode:
authorvanntile <valentin.ionita1201@gmail.com>2019-01-24 06:24:03 +0000
committervanntile <valentin.ionita1201@gmail.com>2019-01-24 06:24:03 +0000
commitdeeb288fc38e09fba325741afb2c66f693438f9b (patch)
tree8bfd904d16ae1b598afaf82ee9bd9ffe83afbe9f /CMakeScripts/inkscape-desktop.cmake
parentOnly connect color profile event when building against LCMS. (diff)
downloadinkscape-deeb288fc38e09fba325741afb2c66f693438f9b.tar.gz
inkscape-deeb288fc38e09fba325741afb2c66f693438f9b.zip
Rename Linux metadata Issue fix
Diffstat (limited to 'CMakeScripts/inkscape-desktop.cmake')
-rw-r--r--CMakeScripts/inkscape-desktop.cmake6
1 files changed, 3 insertions, 3 deletions
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)