Merge branch 'main' into 2.X

This commit is contained in:
Heliguy
2024-10-26 15:39:22 -04:00
12 changed files with 3612 additions and 511 deletions

View File

@@ -15,7 +15,7 @@
"--filesystem=~/.var/app/",
"--filesystem=host-etc"
],
"cleanup" : [
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
@@ -26,20 +26,18 @@
"*.la",
"*.a"
],
"modules" : [
"modules": [
{
"name" : "blueprint-compiler",
"buildsystem" : "meson",
"sources" : [
"name": "blueprint-compiler",
"buildsystem": "meson",
"sources": [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag" : "v0.14.0"
}
],
"cleanup" : [
"*"
]
"cleanup": ["*"]
},
{
"name" : "warehouse",
@@ -48,8 +46,8 @@
"config-opts": [ "-Dprofile=development" ],
"sources" : [
{
"type" : "dir",
"path" : "."
"type": "dir",
"path": "."
}
]
}