68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"app-id": "dev.alextren.Spot",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "master",
|
|
"sdk": "org.gnome.Sdk",
|
|
"sdk-extensions": [
|
|
"org.freedesktop.Sdk.Extension.rust-stable"
|
|
],
|
|
"command": "spot",
|
|
"finish-args": [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--socket=pulseaudio",
|
|
"--device=dri",
|
|
"--talk-name=org.freedesktop.secrets",
|
|
"--own-name=org.mpris.MediaPlayer2.Spot"
|
|
],
|
|
"separate-locales": false,
|
|
"build-options": {
|
|
"append-path": "/usr/lib/sdk/rust-stable/bin",
|
|
"env": {
|
|
"RUST_BACKTRACE": "full",
|
|
"RUST_LOG": "spot=debug"
|
|
}
|
|
},
|
|
"cleanup": [
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/man",
|
|
"/share/doc",
|
|
"/share/gtk-doc",
|
|
"/share/man",
|
|
"/share/pkgconfig",
|
|
"*.la",
|
|
"*.a"
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "blueprint-compiler",
|
|
"buildsystem": "meson",
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.8.1/blueprint-compiler-v0.8.1.tar.gz",
|
|
"sha256": "9207697cfac6e87a3c0ccf463be1a95c3bd06aa017c966a7e352ad5bc486cf3c"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "spot",
|
|
"builddir": true,
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Doffline=true",
|
|
"-Dbuildtype=debug"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "."
|
|
},
|
|
"cargo-sources.json"
|
|
]
|
|
}
|
|
]
|
|
}
|