Skip to content

Commit

Permalink
Update snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kz6fittycent committed Aug 27, 2024
1 parent e0a9713 commit 6ed19de
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ parts:
- python3-requests
- openjdk-21-jre-headless
- libxss1
- libgconf-2-4
# - libgconf-2-4
- libcurl4
- x11-xserver-utils
- libflite1
Expand All @@ -84,11 +84,9 @@ parts:
- game
- launcher
plugin: nil
build-snaps:
- core22
- gnome-42-2204
build-snaps: [core24, gtk-common-themes, gnome-46-2404]
override-prime: |
set -eux
for snap in "core24" "gnome-42-2204"; do # List all content-snaps and base snaps you're using here
cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$CRAFT_PRIME/{}" \;
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 6ed19de

Please sign in to comment.