Files
os-installer/com.github.p3732.OS-Installer.json
2023-08-21 15:47:25 +02:00

121 lines
3.8 KiB
JSON

{
"app-id": "com.github.p3732.OS-Installer",
"runtime": "org.gnome.Platform",
"runtime-version": "44",
"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": "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": "ae4a5d7df9e32ab40ceca5e06240561e819db148"
}
]
},
{
"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": "11db75f37b77faa900255cc4835f4ab390e323bc"
}
]
},
{
"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.2.0/libgweather-4.2.0.tar.gz",
"sha256": "37d4c41547df512a6a602df1b859c12b1bb77bf7e9075756fac2742ac298a459"
}
]
},
{
"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/43/gnome-desktop-43.tar.gz",
"sha256": "f12300f57c9c886bf4a45b486d1168c18da7a03d6a8ae62697ae43637dfe184d"
}
]
},
{
"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/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz",
"sha256": "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
}
]
},
{
"name": "os-installer",
"builddir": true,
"buildsystem": "meson",
"config-opts": [
"-Dflatpak=true"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/p3732/os-installer.git"
}
]
}
]
}