Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
* upstream/main:
  gnome-42-2204
  use gnome 4.2
  Use gnome
  Update base 22
  • Loading branch information
Siedlerchr committed Sep 3, 2023
2 parents de5b38d + 0c7f16c commit ff84e6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
`snap connect jabref:removable-media`
grade: stable
confinement: strict
base: core20
base: core22
compression: lzo
architectures:
- build-on: amd64
Expand Down Expand Up @@ -45,10 +45,10 @@ layout:
apps:
jabref:
command: bin/JabRef
extensions: [gnome-3-38]
extensions: [gnome]
browser-proxy:
command: lib/jabrefHost.py
extensions: [gnome-3-38]
extensions: [gnome]

environment:
_JAVA_OPTIONS: "-Duser.home=$SNAP_USER_DATA"
Expand Down Expand Up @@ -80,10 +80,10 @@ parts:
- jabref-launcher
plugin: nil
build-snaps:
- gnome-3-38-2004
- gnome-42-2204
override-prime: |
set -eux
for snap in "gnome-3-38-2004"; do # List all content-snaps you're using here
for snap in "gnome-42-2204"; 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
Expand Down

0 comments on commit ff84e6a

Please sign in to comment.