Bavarder/build-aux/flatpak/io.github.Bavarder.Bavarder.json

110 lines
2.8 KiB
JSON
Raw Normal View History

2023-04-26 12:52:27 +00:00
{
"app-id" : "io.github.Bavarder.Bavarder",
2023-04-26 12:52:27 +00:00
"runtime" : "org.gnome.Platform",
2023-04-29 15:27:51 +00:00
"runtime-version" : "44",
2023-04-26 12:52:27 +00:00
"sdk" : "org.gnome.Sdk",
"command" : "bavarder",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--filesystem=xdg-config/gtk-4.0"
2023-04-26 12:52:27 +00:00
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
"pypi-dependencies.json",
2023-05-27 22:33:02 +00:00
{
"name" : "libsass",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/lazka/libsass.git",
"branch" : "meson"
}
]
},
{
"name" : "sassc",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
2023-05-27 22:39:59 +00:00
"url" : "https://github.com/lazka/sassc.git",
2023-05-27 22:33:02 +00:00
"branch" : "meson"
}
]
},
2023-05-27 22:38:40 +00:00
{
"name": "appstream",
"buildsystem": "meson",
"sources": [
{
"type": "git",
2023-05-27 22:39:59 +00:00
"url": "https://github.com/ximion/appstream.git/",
"branch": "main"
2023-05-27 22:38:40 +00:00
}
]
},
2023-05-27 22:36:22 +00:00
{
"name": "gtk",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gtk.git",
"tag": "4.11.2"
}
]
},
2023-05-27 22:33:02 +00:00
{
"name": "libadwaita",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
"branch": "main"
}
]
},
2023-04-26 12:52:27 +00:00
{
"name" : "blueprint-compiler",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
2023-05-25 18:34:02 +00:00
"tag" : "v0.8.1"
2023-04-26 12:52:27 +00:00
}
]
},
{
"name" : "bavarder",
"builddir" : true,
"buildsystem" : "meson",
2023-05-25 18:34:02 +00:00
"config-opts": [
"-Dbuildtype=release"
],
2023-04-26 12:52:27 +00:00
"sources" : [
{
"type" : "dir",
"path" : "../../."
}
]
}
]
}