From 4017732d71632edf75751adc61fa096cd64079da Mon Sep 17 00:00:00 2001 From: Bruno Herbelin Date: Tue, 25 Apr 2023 22:48:03 +0200 Subject: [PATCH] Snapcraft switch to Core22 and Gnome 42 --- snap/snapcraft.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a137612..f16c1de 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: vimix -base: core20 +base: core22 version: '0.8.0' summary: Video live mixer title: vimix @@ -21,9 +21,8 @@ confinement: strict # use 'strict' once you have the right plugs and slots apps: vimix: - extensions: [gnome-3-38] + extensions: [gnome] command: usr/bin/vimix - adapter: full plugs: - desktop - desktop-legacy @@ -80,6 +79,5 @@ parts: - gstreamer1.0-plugins-ugly - libgpm2 - libslang2 - - libpango-1.0-0 - - libicu66 + - libicu70