Skip to content

Commit

Permalink
Update Snap to 3.2.0 and core24
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfactotum authored Nov 30, 2024
1 parent 40b65e1 commit f3abc72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: foliate
grade: stable
adopt-info: foliate
license: GPL-3.0+
base: core22
base: core24
confinement: strict
compression: lzo
architectures:
Expand All @@ -18,10 +18,10 @@ slots:
bus: session
name: com.github.johnfactotum.Foliate
plugs:
webkitgtk-6-gnome-2204:
webkitgtk-6-gnome-2404:
interface: content
target: $SNAP/webkitgtk-platform
default-provider: webkitgtk-6-gnome-2204
default-provider: webkitgtk-6-gnome-2404
apps:
foliate:
command: usr/bin/foliate
Expand All @@ -44,9 +44,9 @@ parts:
foliate:
plugin: meson
source: https://github.com/johnfactotum/foliate.git
source-tag: '3.1.1'
source-tag: '3.2.0'
build-environment:
- PKG_CONFIG_PATH: /snap/webkitgtk-6-gnome-2204-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig:$PKG_CONFIG_PATH
- PKG_CONFIG_PATH: /snap/webkitgtk-6-gnome-2404-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig:$PKG_CONFIG_PATH
meson-parameters:
- --prefix=/snap/foliate/current/usr
override-pull: |
Expand All @@ -55,7 +55,7 @@ parts:
build-packages:
- xmlstarlet
build-snaps:
- webkitgtk-6-gnome-2204-sdk/latest/stable
- webkitgtk-6-gnome-2404-sdk/latest/stable
parse-info:
- usr/share/metainfo/com.github.johnfactotum.Foliate.metainfo.xml
organize:
Expand Down

0 comments on commit f3abc72

Please sign in to comment.