Files
os-installer/com.github.p3732.OS-Installer.json
2022-05-27 10:57:24 +04:00

120 lines
3.6 KiB
JSON

{
"app-id": "com.github.p3732.OS-Installer",
"runtime": "org.gnome.Platform",
"runtime-version": "42",
"sdk": "org.gnome.Sdk",
"sdk-version": "master",
"command": "os-installer-demo-wrapper.sh",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "gnome-desktop",
"buildsystem": "meson",
"config-opts": [
"-Ddebug_tools=false",
"-Ddesktop_docs=false",
"-Dudev=disabled"
],
"sources": [
{
"type": "archive",
"url": "https://gitlab.gnome.org/GNOME/gnome-desktop/-/archive/42.1/gnome-desktop-42.1.tar.gz",
"sha256": "7fb9cf326af88fbaed057a1e680199b6827c08bdfbf2e7fc754df2dc996a2d4b"
}
]
},
{
"name": "python-yaml",
"buildsystem": "simple",
"build-commands": [
"python setup.py install --prefix=/app"
],
"sources": [
{
"type": "archive",
"url": "http://pyyaml.org/download/pyyaml/PyYAML-5.3.1.tar.gz",
"sha256": "b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"
}
]
},
{
"name": "geocode-glib",
"config-opts": [
"-Denable-installed-tests=false",
"-Denable-gtk-doc=false"
],
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/geocode-glib.git",
"commit": "34f420cbe1ff3f45fde9179ba07e0259b9ce505b"
}
]
},
{
"name": "libgweather",
"config-opts": [
"-Denable_vala=false",
"-Dgtk_doc=false",
"-Dtests=false"
],
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://gitlab.gnome.org/GNOME/libgweather/-/archive/4.0.0/libgweather-4.0.0.tar.gz",
"sha256": "7a9e2e80a120db83c7a4e0629d602e0f3d6ae7eb731acee7969119f2ccfff3a3"
}
]
},
{
"name": "vte",
"buildsystem": "meson",
"config-opts": [
"-Ddocs=false",
"-Dgtk3=false",
"-Dgtk4=true",
"-Dvapi=false",
"-Dglade=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/vte.git",
"commit": "b51feeca889d4b597e95b21bc77dc078892af11d"
}
]
},
{
"name": "os-installer",
"builddir": true,
"buildsystem": "meson",
"config-opts": [
"-Dflatpak=true"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/p3732/os-installer.git"
}
]
}
]
}