From 2edb0dda7fe754530fa31b1a160df8e2a95145bb Mon Sep 17 00:00:00 2001 From: kz6fittycent Date: Thu, 24 Oct 2024 12:01:49 -0500 Subject: [PATCH] Core24 upgrade --- snap/snapcraft.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index b760f87..8dbe7da 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -25,20 +25,22 @@ version: '1.28.2' grade: stable confinement: strict -architectures: - - build-on: amd64 -base: core22 +base: core24 +platforms: + amd64: + build-on: [amd64] + build-for: [amd64] parts: cpod: plugin: dump source: https://github.com/z-------------/CPod/releases/download/v${SNAPCRAFT_PROJECT_VERSION}/CPod_${SNAPCRAFT_PROJECT_VERSION}_amd64.deb + stage-packages: - libnspr4 - libnss3 - libxss1 - libxtst6 - - libgconf-2-4 cleanup: after: [cpod] @@ -52,7 +54,11 @@ parts: rm -rf $CRAFT_PRIME/usr/share/$CRUFT done find $CRAFT_PRIME/usr/share/doc/ -type f -not -name 'copyright' -delete - + + libgconf: + plugin: dump + source: http://ftp.it.debian.org/debian/pool/main/g/gconf/libgconf-2-4_3.2.6-8_amd64.deb + apps: cumulonimbus: extensions: [gnome]