Nightly has moved into fd.o-sdk 20.08 base and the rust-sdk extension for that base is in flux and I haven't had time to deal with it yet.
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"app-id" : "org.gnome.Podcasts.Devel",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "3.36",
|
|
"sdk" : "org.gnome.Sdk",
|
|
"sdk-extensions" : [
|
|
"org.freedesktop.Sdk.Extension.rust-stable"
|
|
],
|
|
"command" : "gnome-podcasts",
|
|
"tags" : [
|
|
"nightly"
|
|
],
|
|
"finish-args" : [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=x11",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--socket=pulseaudio",
|
|
"--env=USE_PLAYBING3=1"
|
|
],
|
|
"build-options" : {
|
|
"append-path" : "/usr/lib/sdk/rust-stable/bin",
|
|
"build-args" : [
|
|
"--share=network"
|
|
],
|
|
"env" : {
|
|
"CARGO_HOME" : "/run/build/Podcasts/cargo",
|
|
"RUSTFLAGS" : "",
|
|
"RUST_BACKTRACE" : "1"
|
|
}
|
|
},
|
|
"modules" : [
|
|
{
|
|
"name" : "libhandy",
|
|
"buildsystem" : "meson",
|
|
"config-opts" : [
|
|
"-Dintrospection=disabled",
|
|
"-Dgtk_doc=false",
|
|
"-Dtests=false",
|
|
"-Dexamples=false",
|
|
"-Dvapi=false",
|
|
"-Dglade_catalog=disabled"
|
|
],
|
|
"cleanup" : [
|
|
"/include",
|
|
"/lib/pkgconfig"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://source.puri.sm/Librem5/libhandy.git",
|
|
"tag" : "v0.0.13"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "gnome-podcasts",
|
|
"buildsystem" : "meson",
|
|
"builddir" : "true",
|
|
"config-opts" : [
|
|
"-Dprofile=development"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.gnome.org/World/podcasts.git"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|