Update blueprint-compiler version

This commit is contained in:
kramo
2024-09-18 16:32:47 +02:00
parent 5050c4f6ca
commit 4938bacd55
2 changed files with 127 additions and 131 deletions

View File

@@ -1,10 +1,10 @@
{ {
"id" : "page.kramo.Cartridges.Devel", "id": "page.kramo.Cartridges.Devel",
"runtime" : "org.gnome.Platform", "runtime": "org.gnome.Platform",
"runtime-version" : "47", "runtime-version": "47",
"sdk" : "org.gnome.Sdk", "sdk": "org.gnome.Sdk",
"command" : "cartridges", "command": "cartridges",
"finish-args" : [ "finish-args": [
"--share=network", "--share=network",
"--share=ipc", "--share=ipc",
"--socket=fallback-x11", "--socket=fallback-x11",
@@ -24,7 +24,7 @@
"--filesystem=xdg-data/flatpak/app:ro", "--filesystem=xdg-data/flatpak/app:ro",
"--filesystem=xdg-data/flatpak/exports:ro" "--filesystem=xdg-data/flatpak/exports:ro"
], ],
"cleanup" : [ "cleanup": [
"/include", "/include",
"/lib/pkgconfig", "/lib/pkgconfig",
"/man", "/man",
@@ -35,7 +35,7 @@
"*.la", "*.la",
"*.a" "*.a"
], ],
"modules" : [ "modules": [
{ {
"name": "python3-modules", "name": "python3-modules",
"buildsystem": "simple", "buildsystem": "simple",
@@ -106,31 +106,27 @@
] ]
}, },
{ {
"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.12.0" "tag": "v0.14.0"
} }
], ],
"cleanup" : [ "cleanup": ["*"]
"*"
]
}, },
{ {
"name" : "cartridges", "name": "cartridges",
"builddir" : true, "builddir": true,
"buildsystem" : "meson", "buildsystem": "meson",
"run-tests" : true, "run-tests": true,
"config-opts": [ "config-opts": ["-Dprofile=development"],
"-Dprofile=development" "sources": [
],
"sources" : [
{ {
"type" : "dir", "type": "dir",
"path" : ".." "path": ".."
} }
] ]
} }

View File

@@ -1,7 +1,7 @@
[wrap-git] [wrap-git]
directory = blueprint-compiler directory = blueprint-compiler
url = https://gitlab.gnome.org/jwestman/blueprint-compiler.git url = https://gitlab.gnome.org/jwestman/blueprint-compiler.git
revision = v0.12.0 revision = v0.14.0
depth = 1 depth = 1
[provide] [provide]