Skip to content

Commit

Permalink
Update snapcraft recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Jan 26, 2023
1 parent 607fc14 commit 166d53f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name: appstream-generator
license: LGPL-3.0
base: core20
base: core22
adopt-info: appstream-generator

confinement: strict
Expand Down Expand Up @@ -166,14 +166,15 @@ parts:
appstream:
source: https://github.com/ximion/appstream.git
source-type: git
source-tag: v0.15.2
source-tag: v0.16.0

plugin: meson
meson-parameters:
- --prefix=/usr
- --buildtype=debugoptimized
- -Dcompose=true
- -Dapidocs=false
- -Dsystemd=false
build-packages:
- build-essential
- docbook-xsl
Expand Down Expand Up @@ -233,7 +234,7 @@ parts:

ldc:
plugin: dump
source: https://github.com/ldc-developers/ldc/releases/download/v1.28.0/ldc2-1.28.0-linux-x86_64.tar.xz
source: https://github.com/ldc-developers/ldc/releases/download/v1.30.0/ldc2-1.30.0-linux-x86_64.tar.xz

override-build: |
# link shared by default
Expand Down

0 comments on commit 166d53f

Please sign in to comment.