Skip to content

Commit

Permalink
Merge pull request #414 from NickvisionApps/soumyaDghosh-patch-1
Browse files Browse the repository at this point in the history
test the new blueprint-compiler snap
  • Loading branch information
nlogozzo authored Nov 27, 2023
2 parents b62f88f + bf50c8a commit 6a46c21
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ architectures:
- build-on: armhf

parts:
blueprint-compiler:
source: https://gitlab.gnome.org/jwestman/blueprint-compiler.git
source-tag: 'v0.10.0'
source-depth: 1
plugin: meson
meson-parameters:
- --prefix=/usr
override-prime: ''
chromaprint:
plugin: cmake
source: https://github.com/acoustid/chromaprint.git
Expand All @@ -44,17 +36,17 @@ parts:
- -usr/include

tagger:
after: [ chromaprint, blueprint-compiler ]
after: [ chromaprint ]
plugin: nil
source: .
build-packages:
- wget
build-snaps:
- blueprint-compiler/latest/edge
build-environment:
- DOTNET_CLI_TELEMETRY_OPTOUT: '1'
- PATH: $HOME/.dotnet:$HOME/.dotnet/tools:$HOME/.cargo/bin:$PATH
- DOTNET_ROOT: $HOME/.dotnet
- PYTHONPATH: $CRAFT_STAGE/usr/lib/python3/dist-packages:$PYTHONPATH
- GI_TYPELIB_PATH: /snap/gnome-42-2204-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET/girepository-1.0:/snap/gnome-42-2204-sdk/current/usr/lib/girepository-1.0
override-pull: |
craftctl default
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
Expand Down

0 comments on commit 6a46c21

Please sign in to comment.