Files
os-installer/com.github.p3732.OS-Installer.json
Peter Eisenmann 7ecdab8598 flatpak: Update dependencies
This makes os-installer build again in GNOME Builder.
2025-01-23 16:39:37 +00:00

145 lines
4.2 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.git",
"tag": "v0.16.0"
}
]
},
{
"name": "vte",
"buildsystem": "meson",
"config-opts": [
"-Ddocs=false",
"-Dglade=false",
"-Dgnutls=false",
"-Dgtk3=false",
"-Dgtk4=true",
"-Dicu=false",
"-Dvapi=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/vte.git",
"tag": "0.78.2"
}
]
},
{
"name": "geocode-glib",
"buildsystem": "meson",
"config-opts": [
"-Denable-gtk-doc=false",
"-Denable-installed-tests=false",
"-Dsoup2=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/geocode-glib.git",
"tag": "3.26.4"
}
]
},
{
"name": "libgweather",
"buildsystem": "meson",
"config-opts": [
"-Denable_vala=false",
"-Dgtk_doc=false",
"-Dtests=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libgweather.git",
"tag": "4.4.4"
}
]
},
{
"name": "gnome-desktop",
"buildsystem": "meson",
"config-opts": [
"-Ddebug_tools=false",
"-Ddesktop_docs=false",
"-Dudev=disabled",
"-Dsystemd=disabled",
"-Dinstalled_tests=false",
"-Dlegacy_library=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git",
"tag": "44.1"
}
]
},
{
"name": "PyYAML",
"buildsystem": "simple",
"build-commands": [
"pip3 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/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz",
"sha256": "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e",
"x-checker-data": {
"type": "pypi",
"name": "PyYAML"
}
}
],
"cleanup": [
"/bin",
"/share/man/man1"
]
},
{
"name": "os-installer",
"builddir": true,
"buildsystem": "meson",
"config-opts": [
"-Dflatpak=true"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/p3732/os-installer.git"
}
]
}
]
}