Files
os-installer/com.github.p3732.OS-Installer.json
2024-10-09 00:56:47 -05:00

133 lines
4.1 KiB
JSON

{
"app-id": "com.github.p3732.OS-Installer",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "os-installer-demo",
"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":"blueprint-compiler",
"buildsystem": "meson",
"cleanup": ["*"],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag": "v0.14.0"
}
]
},
{
"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": "3c29bfef30c34afec4982ba5ec37f944cfacbba2"
}
]
},
{
"name": "geocode-glib",
"config-opts": [
"-Denable-gtk-doc=false",
"-Denable-installed-tests=false",
"-Dsoup2=false"
],
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/geocode-glib.git",
"commit": "210abe69d68e38947106f4680631c369b0c23189"
}
]
},
{
"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.4.2/libgweather-4.4.2.tar.gz",
"sha256": "e2890c2d0b587eae478e80a0de5f82e5514441733a0095974ff7825d804bd073"
}
]
},
{
"name": "gnome-desktop",
"buildsystem": "meson",
"config-opts": [
"-Ddebug_tools=false",
"-Ddesktop_docs=false",
"-Dudev=disabled",
"-Dlegacy_library=false"
],
"sources": [
{
"type": "archive",
"url": "https://gitlab.gnome.org/GNOME/gnome-desktop/-/archive/44.0/gnome-desktop-44.0.tar.gz",
"sha256": "73a1fb85c617bf24ede4cf2d630d46e46b5b20ac8c11e06a7685a50c643aa748"
}
]
},
{
"name": "pyYAML",
"buildsystem": "simple",
"build-commands": [
"pip install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyYAML\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/cd/e5/af35f7ea75cf72f2cd079c95ee16797de7cd71f29ea7c68ae5ce7be1eda0/PyYAML-6.0.1.tar.gz",
"sha256": "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"
}
]
},
{
"name": "os-installer",
"builddir": true,
"buildsystem": "meson",
"config-opts": [
"-Dflatpak=true"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/p3732/os-installer.git"
}
]
}
]
}