115 lines
No EOL
3.2 KiB
JSON
115 lines
No EOL
3.2 KiB
JSON
{
|
|
"app-id": "org.gnome.Fractal",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "43",
|
|
"sdk": "org.gnome.Sdk",
|
|
"sdk-extensions": [
|
|
"org.freedesktop.Sdk.Extension.rust-stable"
|
|
],
|
|
"command": "fractal",
|
|
"finish-args": [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--socket=pulseaudio",
|
|
"--device=dri",
|
|
"--talk-name=org.freedesktop.secrets",
|
|
"--talk-name=org.freedesktop.Notifications"
|
|
],
|
|
"build-options": {
|
|
"append-path": "/usr/lib/sdk/rust-stable/bin",
|
|
"build-args": [
|
|
"--share=network"
|
|
]
|
|
},
|
|
"add-extensions": {
|
|
"org.freedesktop.Platform.ffmpeg-full": {
|
|
"directory": "lib/ffmpeg",
|
|
"version": "22.08",
|
|
"add-ld-path": "."
|
|
}
|
|
},
|
|
"cleanup-commands": [
|
|
"mkdir -p /app/lib/ffmpeg"
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/lib/*.la",
|
|
"/lib/girepository-1.0",
|
|
"/share/gir-1.0",
|
|
"/share/vala"
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "libhandy",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Dprofiling=false",
|
|
"-Dintrospection=enabled",
|
|
"-Dgtk_doc=false",
|
|
"-Dtests=false",
|
|
"-Dexamples=false",
|
|
"-Dvapi=false",
|
|
"-Dglade_catalog=disabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://source.puri.sm/Librem5/libhandy",
|
|
"tag": "v0.0.13"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "gspell",
|
|
"config-opts": [
|
|
"--disable-gtk-doc",
|
|
"--disable-gtk-doc-html"
|
|
],
|
|
"cleanup": [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"*.la",
|
|
"/share/gir-1.0",
|
|
"/share/gtk-doc",
|
|
"/share/vala"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.4.tar.xz",
|
|
"sha256": "cf4d16a716e813449bd631405dc1001ea89537b8cdae2b8abfb3999212bd43b4"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "gst-editing-services",
|
|
"buildsystem": "meson",
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-editing-services.git",
|
|
"tag": "1.18.5",
|
|
"commit": "29dcc5c1a54f1fabf470bff15dd92b266c527909"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Fractal",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Dprofile=default"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"branch": "release-4.4.0",
|
|
"url": ".."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |