Update to GNOME 48 technologies

This commit is contained in:
Heliguy
2025-06-06 23:35:57 -04:00
parent 0a18e5d81b
commit dfecffccb0

View File

@@ -1,57 +1,55 @@
{ {
"id" : "io.github.flattool.Warehouse", "id": "io.github.flattool.Warehouse",
"runtime" : "org.gnome.Platform", "runtime": "org.gnome.Platform",
"runtime-version" : "47", "runtime-version": "48",
"sdk" : "org.gnome.Sdk", "sdk": "org.gnome.Sdk",
"command" : "warehouse", "command": "warehouse",
"finish-args" : [ "finish-args": [
"--share=ipc", "--share=ipc",
"--socket=fallback-x11", "--socket=fallback-x11",
"--device=dri", "--device=dri",
"--socket=wayland", "--socket=wayland",
"--talk-name=org.freedesktop.Flatpak", "--talk-name=org.freedesktop.Flatpak",
"--filesystem=/var/lib/flatpak/:ro", "--filesystem=/var/lib/flatpak/:ro",
"--filesystem=~/.local/share/flatpak/:ro", "--filesystem=~/.local/share/flatpak/:ro",
"--filesystem=~/.var/app/", "--filesystem=~/.var/app/",
"--filesystem=host-etc" "--filesystem=host-etc"
], ],
"cleanup" : [ "cleanup": [
"/include", "/include",
"/lib/pkgconfig", "/lib/pkgconfig",
"/man", "/man",
"/share/doc", "/share/doc",
"/share/gtk-doc", "/share/gtk-doc",
"/share/man", "/share/man",
"/share/pkgconfig", "/share/pkgconfig",
"*.la", "*.la",
"*.a" "*.a"
], ],
"modules" : [ "modules": [
{ {
"name" : "blueprint-compiler", "name": "blueprint-compiler",
"buildsystem" : "meson", "buildsystem": "meson",
"sources" : [ "sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler", "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag" : "v0.14.0" "tag": "v0.16.0"
} }
], ],
"cleanup" : [ "cleanup": ["*"]
"*" },
] {
}, "name": "warehouse",
{ "builddir": true,
"name" : "warehouse", "buildsystem": "meson",
"builddir" : true, "config-opts": ["-Dprofile=development"],
"buildsystem" : "meson", "sources": [
"config-opts": [ "-Dprofile=development" ], {
"sources" : [ "type": "dir",
{ "path": ".."
"type" : "dir", }
"path" : ".." ]
} }
] ]
}
]
} }