Reactions/dev.atoft.Reactions.Devel.json

111 lines
3.0 KiB
JSON

{
"app-id" : "dev.atoft.Reactions.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "41",
"sdk" : "org.gnome.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.ziglang"],
"command" : "reactions",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--env=GTK_MEDIA=ffmpeg"
],
"build-options" : {
"append-path" : "/usr/lib/sdk/ziglang"
},
"cleanup" : [
"/bin/gtk4-*",
"/include",
"/lib/debug",
"/lib/pkgconfig",
"/man",
"/share/applications/org.gtk*",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/metainfo/org.gtk*",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a",
"/zig"
],
"modules" : [
{
"name" : "libsass",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/lazka/libsass.git",
"branch" : "meson",
"commit" : "302397c0c8ae2d7ab02f45ea461c2c3d768f248e"
}
]
},
{
"name" : "sassc",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/lazka/sassc.git",
"branch" : "meson",
"commit" : "82803377c33247265d779af034eceb5949e78354"
}
]
},
{
"name" : "gtk",
"buildsystem" : "meson",
"config-opts" : [
"-Dmedia-ffmpeg=enabled"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/gtk.git",
"tag" : "4.4.0",
"commit" : "f1f197e3b94a55d5cbfaae2498f991a0ae733b32"
}
]
},
{
"name": "libadwaita",
"buildsystem": "meson",
"config-opts": [
"-Dgtk_doc=false",
"-Dtests=false",
"-Dexamples=false",
"-Dvapi=false",
"-Dglade_catalog=disabled"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
"tag" : "1.0.0.alpha.4",
"commit" : "6b447fde8f270001a0dc29ef59d3e9bf6d32dae9"
}
]
},
{
"name" : "reactions",
"builddir" : true,
"buildsystem" : "meson",
"config-opts" : [
"-Dprofile=development"
],
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
}
]
}