Revert "blueprint-compiler: Delete"

This reverts commit 889336354744a81fa88356ffd41c3f88db65182f.
This commit is contained in:
Khem Raj
2026-02-02 20:00:52 -08:00
parent b5acfceb2c
commit d415b1429e

View File

@@ -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"