From a9514faf164f4d0f39e9ee2cdaf4003a5f0f1608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 23 Feb 2017 16:15:23 +0100 Subject: snap: use icon stanza to define the remmina .svg --- snap/CMakeLists.txt | 4 ---- snap/snapcraft.yaml.in | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'snap') diff --git a/snap/CMakeLists.txt b/snap/CMakeLists.txt index ba5fe1ddf..0b2f76cd3 100644 --- a/snap/CMakeLists.txt +++ b/snap/CMakeLists.txt @@ -52,10 +52,6 @@ set(REMMINA_ICON "\${SNAP}/meta/gui/icon.svg") configure_file(${CMAKE_SOURCE_DIR}/remmina/desktop/remmina.desktop.in ${SNAP_GUI_DIR}/remmina.desktop @ONLY) -# Remove when https://github.com/snapcore/snapcraft/pull/1092 is merged -configure_file(${CMAKE_SOURCE_DIR}/remmina/desktop/scalable/apps/remmina.svg - ${SNAP_GUI_DIR}/icon.svg COPYONLY) - configure_file(${CMAKE_SOURCE_DIR}/LICENSE ${SNAP_SETUP_DIR}/license.txt COPYONLY) diff --git a/snap/snapcraft.yaml.in b/snap/snapcraft.yaml.in index 07877acf2..4521e59b9 100644 --- a/snap/snapcraft.yaml.in +++ b/snap/snapcraft.yaml.in @@ -1,8 +1,7 @@ name: @SNAP_NAME@ version: @SNAP_VERSION@ summary: The GTK+ Remote Desktop Client -# Enable this when https://github.com/snapcore/snapcraft/pull/1092 is merged -# icon: @CMAKE_SOURCE_DIR_RELATIVE@/remmina/desktop/scalable/apps/remmina.svg +icon: @CMAKE_SOURCE_DIR_RELATIVE@/remmina/desktop/scalable/apps/remmina.svg description: | Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote -- cgit v1.2.3