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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2017-09-26 01:42:15 +0300
committerAntenore Gatta <antenore@simbiosi.org>2017-09-26 01:42:15 +0300
commitf0dd22e0ad3c6a6040ba51d6c240bd1090bc8f63 (patch)
treebe7c2d2c602a8802d625ca3e9faca862d5c24aec /snap
parent881e1044313c1a90fbe419f2511c834447828f92 (diff)
Desktop file renamed to follow freedesktop specification
Diffstat (limited to 'snap')
-rw-r--r--snap/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/snap/CMakeLists.txt b/snap/CMakeLists.txt
index c8bbe0007..3f9c47618 100644
--- a/snap/CMakeLists.txt
+++ b/snap/CMakeLists.txt
@@ -42,7 +42,8 @@ set(SNAP_SETUP_DIR ${SNAP_BUILD_DIR}/snap)
set(SNAP_GUI_DIR ${SNAP_SETUP_DIR}/gui)
file(MAKE_DIRECTORY ${SNAP_GUI_DIR})
-file(RELATIVE_PATH CMAKE_SOURCE_DIR_RELATIVE ${SNAP_BUILD_DIR} ${CMAKE_SOURCE_DIR})
+file(RELATIVE_PATH CMAKE_SOURCE_DIR_RELATIVE ${SNAP_BUILD_DIR}
+ ${CMAKE_SOURCE_DIR})
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/snapcraft.yaml.in
${SNAP_BUILD_DIR}/snapcraft.yaml @ONLY)
@@ -50,7 +51,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/snapcraft.yaml.in
set(REMMINA_BINARY_PATH "remmina")
set(REMMINA_ICON "\${SNAP}/meta/gui/icon.svg")
configure_file(${CMAKE_SOURCE_DIR}/remmina/desktop/remmina.desktop.in
- ${SNAP_GUI_DIR}/remmina.desktop @ONLY)
+ ${SNAP_GUI_DIR}/org.Remmina.desktop @ONLY)
configure_file(${CMAKE_SOURCE_DIR}/LICENSE
${SNAP_SETUP_DIR}/license.txt COPYONLY)