From bb11fabe828e09cffe2cb3163b7f983db611ab3c Mon Sep 17 00:00:00 2001 From: ranfdev Date: Sat, 9 Nov 2024 11:06:35 +0100 Subject: [PATCH] Added blueprint-compiler as flatpak dependency --- build-aux/com.ranfdev.Notify.Devel.json | 12 ++++++++++++ subprojects/blueprint-compiler.wrap | 8 -------- 2 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 subprojects/blueprint-compiler.wrap diff --git a/build-aux/com.ranfdev.Notify.Devel.json b/build-aux/com.ranfdev.Notify.Devel.json index 55a1b23..68e0338 100644 --- a/build-aux/com.ranfdev.Notify.Devel.json +++ b/build-aux/com.ranfdev.Notify.Devel.json @@ -48,6 +48,18 @@ } ] }, + { + "name": "blueprint-compiler", + "buildsystem": "meson", + "cleanup": ["*"], + "sources": [ + { + "type": "git", + "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", + "tag": "v0.14.0" + } + ] + }, { "name": "notify", "buildsystem": "meson", diff --git a/subprojects/blueprint-compiler.wrap b/subprojects/blueprint-compiler.wrap deleted file mode 100644 index 5c978d6..0000000 --- a/subprojects/blueprint-compiler.wrap +++ /dev/null @@ -1,8 +0,0 @@ -[wrap-git] -directory = blueprint-compiler -url = https://gitlab.gnome.org/jwestman/blueprint-compiler.git -revision = main -depth = 1 - -[provide] -program_names = blueprint-compiler