meta-openembedded/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.19.0.bb
Liu Yiding 525281669b
blueprint-compiler: upgrade 0.18.0 -> 0.19.0
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2026-01-20 08:27:11 -08:00

17 lines
536 B
BlitzBasic

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"