diff --git a/build-aux/io.github.flattool.Warehouse.json b/build-aux/io.github.flattool.Warehouse.json index 5fd0de5..ab05e10 100644 --- a/build-aux/io.github.flattool.Warehouse.json +++ b/build-aux/io.github.flattool.Warehouse.json @@ -1,57 +1,55 @@ { - "id" : "io.github.flattool.Warehouse", - "runtime" : "org.gnome.Platform", - "runtime-version" : "47", - "sdk" : "org.gnome.Sdk", - "command" : "warehouse", - "finish-args" : [ - "--share=ipc", - "--socket=fallback-x11", - "--device=dri", - "--socket=wayland", - "--talk-name=org.freedesktop.Flatpak", - "--filesystem=/var/lib/flatpak/:ro", - "--filesystem=~/.local/share/flatpak/:ro", - "--filesystem=~/.var/app/", - "--filesystem=host-etc" - ], - "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", - "tag" : "v0.14.0" - } - ], - "cleanup" : [ - "*" - ] - }, - { - "name" : "warehouse", - "builddir" : true, - "buildsystem" : "meson", - "config-opts": [ "-Dprofile=development" ], - "sources" : [ - { - "type" : "dir", - "path" : ".." - } - ] - } - ] + "id": "io.github.flattool.Warehouse", + "runtime": "org.gnome.Platform", + "runtime-version": "48", + "sdk": "org.gnome.Sdk", + "command": "warehouse", + "finish-args": [ + "--share=ipc", + "--socket=fallback-x11", + "--device=dri", + "--socket=wayland", + "--talk-name=org.freedesktop.Flatpak", + "--filesystem=/var/lib/flatpak/:ro", + "--filesystem=~/.local/share/flatpak/:ro", + "--filesystem=~/.var/app/", + "--filesystem=host-etc" + ], + "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", + "tag": "v0.16.0" + } + ], + "cleanup": ["*"] + }, + { + "name": "warehouse", + "builddir": true, + "buildsystem": "meson", + "config-opts": ["-Dprofile=development"], + "sources": [ + { + "type": "dir", + "path": ".." + } + ] + } + ] }