From 618669f9368c0c16a478170e7972491e603f8bfb Mon Sep 17 00:00:00 2001 From: ransome1 Date: Wed, 27 Jan 2021 14:10:21 +0100 Subject: [PATCH] Fix gnome extension --- snap/snapcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9f380be1..fc8783c0 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: sleek -base: core20 +base: core18 version: '0.8.5' summary: A todo app based on todo.txt, free and open-source description: | @@ -26,7 +26,7 @@ apps: TMPDIR: $XDG_RUNTIME_DIR PATH: "$SNAP/usr/sbin:$SNAP/usr/bin:$SNAP/sbin:$SNAP/bin:$PATH" SNAP_DESKTOP_RUNTIME: $SNAP/gnome-platform - extensions: [gnome-3-38, kde-neon] + extensions: [gnome-3-28] plugs: - home - browser-support @@ -55,10 +55,10 @@ parts: cleanup: after: [ sleek ] plugin: nil - build-snaps: [ gnome-3-38-2004 ] + build-snaps: [ gnome-3-28-1804 ] override-prime: | set -eux - for snap in "gnome-3-38-2004"; do # List all content-snaps you're using here + for snap in "gnome-3-28-1804"; do # List all content-snaps you're using here cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$SNAPCRAFT_PRIME/{}" "$SNAPCRAFT_PRIME/usr/{}" \; done for CRUFT in bug lintian man; do