From b1fb0b9429c8058b1a755004280924655c2874fa Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 15 Jan 2023 13:22:52 +0800 Subject: gi-docgen: upgrade 2022.2 -> 2023.1 (From OE-Core rev: fc348ca2f42da5beb382802a5d3b3dd794cecb38) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-gnome/gi-docgen/gi-docgen_2023.1.bb | 21 +++++++++++++++++++++ meta/recipes-gnome/gi-docgen/gi-docgen_git.bb | 22 ---------------------- 2 files changed, 21 insertions(+), 22 deletions(-) create mode 100644 meta/recipes-gnome/gi-docgen/gi-docgen_2023.1.bb delete mode 100644 meta/recipes-gnome/gi-docgen/gi-docgen_git.bb (limited to 'meta/recipes-gnome') diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_2023.1.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_2023.1.bb new file mode 100644 index 0000000000..7722ebda8f --- /dev/null +++ b/meta/recipes-gnome/gi-docgen/gi-docgen_2023.1.bb @@ -0,0 +1,21 @@ +SUMMARY = "Documentation tool for GObject-based libraries" +DESCRIPTION = "GI-DocGen is a document generator for GObject-based libraries. GObject is \ +the base type system of the GNOME project. GI-Docgen reuses the \ +introspection data generated by GObject-based libraries to generate the API \ +reference of these libraries, as well as other ancillary documentation." +HOMEPAGE = "https://gnome.pages.gitlab.gnome.org/gi-docgen/" + +LICENSE = "GPL-3.0-or-later & Apache-2.0" +LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f01202478cfe813c0e7f80b326" + +SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main" + +SRCREV = "63b4fad4181e793f34b7777a89e5cb58fe8ac7e6" + +S = "${WORKDIR}/git" + +inherit setuptools3 + +RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-toml python3-typogrify python3-xml" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb deleted file mode 100644 index fa41f2ccd2..0000000000 --- a/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Documentation tool for GObject-based libraries" -DESCRIPTION = "GI-DocGen is a document generator for GObject-based libraries. GObject is \ -the base type system of the GNOME project. GI-Docgen reuses the \ -introspection data generated by GObject-based libraries to generate the API \ -reference of these libraries, as well as other ancillary documentation." -HOMEPAGE = "https://gnome.pages.gitlab.gnome.org/gi-docgen/" - -LICENSE = "GPL-3.0-or-later & Apache-2.0" -LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f01202478cfe813c0e7f80b326" - -SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main" - -PV = "2022.2" -SRCREV = "bddd024b08650efdd24704c670f586eb12cec9c9" - -S = "${WORKDIR}/git" - -inherit setuptools3 - -RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-toml python3-typogrify python3-xml" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf