From e95312f1b0d19e98a560cf66ea82a27eaa9aa11a Mon Sep 17 00:00:00 2001 From: Nokse22 Date: Tue, 31 Dec 2024 17:41:53 +0100 Subject: [PATCH] add blueprint-compiler --- blueprint-compiler.json | 13 +++++++++++++ io.github.nokse22.HighTide.json | 1 + 2 files changed, 14 insertions(+) create mode 100644 blueprint-compiler.json diff --git a/blueprint-compiler.json b/blueprint-compiler.json new file mode 100644 index 0000000..b4ddbb4 --- /dev/null +++ b/blueprint-compiler.json @@ -0,0 +1,13 @@ +{ + "name": "blueprint-compiler", + "buildsystem": "meson", + "sources": [ + { + "type": "git", + "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", + "tag": "v0.14.0", + "commit": "8e10fcf8692108b9d4ab78f41086c5d7773ef864" + } + ], + "cleanup": ["*"] +} \ No newline at end of file diff --git a/io.github.nokse22.HighTide.json b/io.github.nokse22.HighTide.json index 55316a5..a5c305e 100644 --- a/io.github.nokse22.HighTide.json +++ b/io.github.nokse22.HighTide.json @@ -62,6 +62,7 @@ ] }, "python3-tidalapi.json", + "blueprint-compiler.json", { "name": "HighTide", "builddir": true,