Skip to content

Commit

Permalink
Merge pull request #15 from kz6fittycent/candidate
Browse files Browse the repository at this point in the history
Core24 upgrade
  • Loading branch information
brlin-tw authored Oct 24, 2024
2 parents d91f30d + 50920e6 commit 6a942fc
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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: https://ftp.debian.org/debian/pool/main/g/gconf/libgconf-2-4_3.2.6-8_amd64.deb

apps:
cumulonimbus:
extensions: [gnome]
Expand Down

0 comments on commit 6a942fc

Please sign in to comment.