From 4abb66f9293dc6eaa1b22c8448cc1c1b2a2e8752 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Wed, 21 Feb 2018 23:07:00 +0100 Subject: [PATCH 1/2] Update snapcraft.yaml --- snapcraft.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index a0bcea1d1..954346041 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -11,7 +11,7 @@ description: | icon: snap/gui/meshlab.png grade: stable -confinement: strict +confinement: devmode apps: meshlab: @@ -21,14 +21,12 @@ apps: command: desktop-launch meshlabserver plugs: [home, x11, opengl] - parts: meshlab: after: [desktop-qt5,vcglib] plugin: qmake qt-version: qt5 source: https://github.com/cnr-isti-vclab/meshlab.git -# source-tag: v2017.03 build-packages: - libqt5opengl5-dev - libqt5xmlpatterns5-dev From e804ed87280618b748a20db0af647f8cb43463e4 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Wed, 21 Feb 2018 23:09:30 +0100 Subject: [PATCH 2/2] Update snapcraft.yaml --- snapcraft.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 954346041..fb6b3a0cc 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -13,13 +13,13 @@ icon: snap/gui/meshlab.png grade: stable confinement: devmode -apps: - meshlab: - command: desktop-launch meshlab - plugs: [home, x11, mir, opengl, unity7] - meshlabserver: - command: desktop-launch meshlabserver - plugs: [home, x11, opengl] +#apps: +# meshlab: +# command: desktop-launch meshlab +# plugs: [home, x11, mir, opengl, unity7] +# meshlabserver: +# command: desktop-launch meshlabserver +# plugs: [home, x11, opengl] parts: meshlab: