diff mbox series

[meta-gnome,1/2] blueprint-compiler: 0.18.0

Message ID 20251208091239.21026-1-liuyd.fnst@fujitsu.com
State New
Headers show
Series [meta-gnome,1/2] blueprint-compiler: 0.18.0 | expand

Commit Message

Yiding Liu (Fujitsu) Dec. 8, 2025, 9:12 a.m. UTC
Add a new recipe blueprint-compiler as depend for gnome-control-center 49.2.2.

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
---
 .../blueprint-compiler_0.18.0.bb                 | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.0.bb
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.0.bb b/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.0.bb
new file mode 100644
index 0000000000..8980d7199c
--- /dev/null
+++ b/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.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 = "07c9c9df9cd1b6b4454ecba21ee58211e9144a4b"
+
+inherit meson pkgconfig
+
+PACKAGES += "${PN}-python"
+
+FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"
+RDEPENDS:${PN}-python = "python3-pygobject"
+
+BBCLASSEXTEND = "native"