bcee8bfd9f
This reverts commit 2295e8a9d1
.
53 lines
No EOL
1.5 KiB
JSON
53 lines
No EOL
1.5 KiB
JSON
{
|
|
"app-id": "org.gnome.Fractal",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "45",
|
|
"sdk": "org.gnome.Sdk",
|
|
"sdk-extensions": [
|
|
"org.freedesktop.Sdk.Extension.rust-stable",
|
|
"org.freedesktop.Sdk.Extension.llvm16"
|
|
],
|
|
"command": "fractal",
|
|
"finish-args": [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--socket=pulseaudio",
|
|
"--device=dri",
|
|
"--env=RUST_LOG=fractal=info,warn"
|
|
],
|
|
"build-options": {
|
|
"append-ld-library-path": "/usr/lib/sdk/llvm16/lib",
|
|
"append-path": "/usr/lib/sdk/llvm16/bin:/usr/lib/sdk/rust-stable/bin"
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "libshumate",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Dgir=false",
|
|
"-Dvapi=false",
|
|
"-Dgtk_doc=false"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://download.gnome.org/sources/libshumate/1.1/libshumate-1.1.0.tar.xz",
|
|
"sha256": "b3b7c4c2d3002f37b951c9ca99b09275d0aa82265c69f53374ce12faefd3b14e"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "fractal",
|
|
"buildsystem": "meson",
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"path": "%%TARBALL_PATH%%",
|
|
"sha256": "%%TARBALL_SHA%%"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |