From 2322593b3fee19d9ec589dae7224e2494d948d3c Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Fri, 21 May 2021 11:20:49 +0000 Subject: [PATCH] Apply automatic ML_VERSION, snapcraft.yaml and Info.plist change --- ML_VERSION | 2 +- snapcraft.yaml | 11 +++-------- src/meshlab/Info.plist | 4 ++-- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/ML_VERSION b/ML_VERSION index ee102115d..70814c3c6 100644 --- a/ML_VERSION +++ b/ML_VERSION @@ -1 +1 @@ -2020.12 \ No newline at end of file +2021.05 \ No newline at end of file diff --git a/snapcraft.yaml b/snapcraft.yaml index ced5a0837..3a5a950c2 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,7 +1,7 @@ # Known to build in Ubuntu 18.04, 20.04 name: meshlab base: core18 -version: '2020.12' +version: '2021.05' summary: MeshLab description: | The open source system for processing and editing 3D triangular meshes. @@ -18,14 +18,9 @@ apps: meshlab: command: AppRun extensions: [kde-neon] + plugs: [home, opengl, removable-media] desktop: usr/share/applications/meshlab.desktop - environment: - DISABLE_WAYLAND: 1 - plugs: - - home - - opengl - - removable-media - - mount-observe + parts: meshlab: diff --git a/src/meshlab/Info.plist b/src/meshlab/Info.plist index ed6e5145f..2026cf4f6 100644 --- a/src/meshlab/Info.plist +++ b/src/meshlab/Info.plist @@ -68,11 +68,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2020.12 + 2021.05 CFBundleSignature ???? CFBundleVersion - 2020.12 + 2021.05 LSMinimumSystemVersion 10.12 NOTE