Skip to content

Commit

Permalink
Merge pull request #22 from ubuntu/gnome46
Browse files Browse the repository at this point in the history
Updated to core24 and gnome-46-2404
  • Loading branch information
kenvandine authored Jul 16, 2024
2 parents abff8ad + 92c521d commit b33c422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict
base: core22
base: core24

slots:
# for GtkApplication registration
Expand Down Expand Up @@ -84,9 +84,9 @@ parts:
cleanup:
after: [gnome-calculator]
plugin: nil
build-snaps: [core22, gtk-common-themes, gnome-42-2204]
build-snaps: [core24, gtk-common-themes, gnome-46-2404/latest/edge]
override-prime: |
set -eux
for snap in "core22" "gtk-common-themes" "gnome-42-2204"; do
for snap in "core24" "gtk-common-themes" "gnome-46-2404"; do
cd "/snap/$snap/current" && find . -type f,l -name *.so.* -exec rm -f "$CRAFT_PRIME/{}" \;
done

0 comments on commit b33c422

Please sign in to comment.