Remove blueprint-compiler from Flatpak manifests
Build / Flatpak (x86_64) (push) Has been cancelled

Drop the blueprint-compiler module from both io.github.Bavarder.*.json
manifests. Also normalize JSON formatting and reindent modules; no other
functional changes.
This commit is contained in:
2026-04-06 20:59:29 +02:00
parent 7ffd051cdf
commit 61633ed533
2 changed files with 110 additions and 137 deletions
@@ -1,72 +1,59 @@
{
"app-id" : "io.github.Bavarder.Bavarder.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "bavarder",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--talk-name=org.freedesktop.Flatpak"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "blueprint-compiler",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
"tag" : "v0.20.4"
}
]
},
"app-id": "io.github.Bavarder.Bavarder.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "bavarder",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--talk-name=org.freedesktop.Flatpak"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Dbackend-gtk4=enabled",
"-Dportal-tests=false",
"-Ddocs=false"
],
"sources": [
{
"name" : "libportal",
"buildsystem" : "meson",
"config-opts": [
"-Dbackend-gtk4=enabled",
"-Dportal-tests=false",
"-Ddocs=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/flatpak/libportal.git",
"branch": "main"
}
]
},
"pypi-dependencies.json",
{
"name" : "bavarder",
"builddir" : true,
"buildsystem" : "meson",
"config-opts": [
"-Dbuildtype=debug"
],
"sources" : [
{
"type" : "dir",
"path" : "../../."
}
]
"type": "git",
"url": "https://github.com/flatpak/libportal.git",
"branch": "main"
}
]
]
},
"pypi-dependencies.json",
{
"name": "bavarder",
"builddir": true,
"buildsystem": "meson",
"config-opts": [
"-Dbuildtype=debug"
],
"sources": [
{
"type": "dir",
"path": "../../."
}
]
}
]
}
@@ -1,73 +1,59 @@
{
"app-id" : "io.github.Bavarder.Bavarder",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "bavarder",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--talk-name=org.freedesktop.Flatpak"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "blueprint-compiler",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
"tag" : "v0.20.4"
}
]
},
"app-id": "io.github.Bavarder.Bavarder",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "bavarder",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--talk-name=org.freedesktop.Flatpak"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Dbackend-gtk4=enabled",
"-Dportal-tests=false",
"-Ddocs=false"
],
"sources": [
{
"name" : "libportal",
"buildsystem" : "meson",
"config-opts": [
"-Dbackend-gtk4=enabled",
"-Dportal-tests=false",
"-Ddocs=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/flatpak/libportal.git",
"branch": "main"
}
]
},
"pypi-dependencies.json",
{
"name" : "bavarder",
"builddir" : true,
"buildsystem" : "meson",
"config-opts": [
"-Dbuildtype=release"
],
"sources" : [
{
"type" : "dir",
"path" : "../../."
}
]
"type": "git",
"url": "https://github.com/flatpak/libportal.git",
"branch": "main"
}
]
]
},
"pypi-dependencies.json",
{
"name": "bavarder",
"builddir": true,
"buildsystem": "meson",
"config-opts": [
"-Dbuildtype=release"
],
"sources": [
{
"type": "dir",
"path": "../../."
}
]
}
]
}