From d415b1429eaab414bfafb19ed5d99d0efeabe074 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 2 Feb 2026 20:00:52 -0800 Subject: [PATCH] Revert "blueprint-compiler: Delete" This reverts commit 889336354744a81fa88356ffd41c3f88db65182f. --- .../blueprint-compiler_0.19.0.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.19.0.bb diff --git a/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.19.0.bb b/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.19.0.bb new file mode 100644 index 0000000000..71f9c2b52d --- /dev/null +++ b/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.19.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "A markup language for GTK user interface files." +HOMEPAGE = "https://gitlab.gnome.org/GNOME/blueprint-compiler" +LICENSE = "LGPL-3.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" + +SRC_URI = "git://gitlab.gnome.org/GNOME/blueprint-compiler;protocol=https;branch=main" +SRCREV = "de8e15f7791bd6243279cef1efc27edf4cb93674" + +inherit meson pkgconfig + +PACKAGES += "${PN}-python" + +FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" +RDEPENDS:${PN}-python = "python3-pygobject" + +BBCLASSEXTEND = "native"