From 7c46176f44c615c520b460331741966588e9eeba Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 3 Apr 2022 19:36:09 +0200 Subject: yelp-xsl: upgrade 41.1 -> 42.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 42.0 ==== * No changes since beta, stable release only 42.beta ======= * Fix topic and section links in Mallard stack files * Avoid use of global l10n.locale parameter * Updated translations Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/yelp/yelp-xsl_41.1.bb | 20 -------------------- meta-gnome/recipes-gnome/yelp/yelp-xsl_42.0.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/yelp/yelp-xsl_41.1.bb create mode 100644 meta-gnome/recipes-gnome/yelp/yelp-xsl_42.0.bb diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_41.1.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_41.1.bb deleted file mode 100644 index 50cc8fc3a7..0000000000 --- a/meta-gnome/recipes-gnome/yelp/yelp-xsl_41.1.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "XSL stylesheets for the yelp help browser" -LICENSE = "LGPL-2.1-only & GPL-2.0-only & BSD-3-Clause" -LIC_FILES_CHKSUM = " \ - file://COPYING;md5=8ca13a5a6972ac1620a1e42a3dacd774 \ - file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ - file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 \ -" - -inherit gnomebase gettext itstool - -DEPENDS += "libxml2" - -SRC_URI[archive.sha256sum] = "0d6db37ac2ef812483e0104703f1fa9cf032e9e0956a5f1c3afbcc23791f8a54" - -RDEPENDS:${PN}:append:class-target = " libxml2 itstool" - -# ensure our native consumers are forced to inherit itstool -RDEPENDS:${PN}:append:class-native = " libxml2-native" - -BBCLASSEXTEND = "native" diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.0.bb new file mode 100644 index 0000000000..54a6aa6163 --- /dev/null +++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.0.bb @@ -0,0 +1,20 @@ +SUMMARY = "XSL stylesheets for the yelp help browser" +LICENSE = "LGPL-2.1-only & GPL-2.0-only & BSD-3-Clause" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=8ca13a5a6972ac1620a1e42a3dacd774 \ + file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ + file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 \ +" + +inherit gnomebase gettext itstool + +DEPENDS += "libxml2" + +SRC_URI[archive.sha256sum] = "29b273cc0bd16efb6e983443803f1e9fdc03511e5c4ff6348fd30a604d4dc846" + +RDEPENDS:${PN}:append:class-target = " libxml2 itstool" + +# ensure our native consumers are forced to inherit itstool +RDEPENDS:${PN}:append:class-native = " libxml2-native" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf