From 3ea9cd4ef34cd908c3b07668953d2c8dd1a76087 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 11 Jan 2022 13:15:37 +0100 Subject: yelp: upgrade 41.1 -> 41.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 41.2 ==== * Fixed regression when opening documents with ghelp URIs * Updated translations Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/yelp/yelp_41.1.bb | 38 ------------------------------ meta-gnome/recipes-gnome/yelp/yelp_41.2.bb | 38 ++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/yelp/yelp_41.1.bb create mode 100644 meta-gnome/recipes-gnome/yelp/yelp_41.2.bb diff --git a/meta-gnome/recipes-gnome/yelp/yelp_41.1.bb b/meta-gnome/recipes-gnome/yelp/yelp_41.1.bb deleted file mode 100644 index 36ea0e0ad1..0000000000 --- a/meta-gnome/recipes-gnome/yelp/yelp_41.1.bb +++ /dev/null @@ -1,38 +0,0 @@ -SUMMARY = "Help browser for the GNOME desktop" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = " \ - file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \ -" - -inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg - -# for webkitgtk -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI[archive.sha256sum] = "456a6415647bceeb0159b90b3553ff328728cf29a608fce08024232504ccb874" - -DEPENDS += " \ - libxml2-native \ - glib-2.0-native \ - gtk+3 \ - appstream-glib \ - libxslt \ - sqlite3 \ - webkitgtk \ - yelp-xsl \ -" -PACKAGECONFIG ?= "" - -# Enable if soup3 is enabled in webkit recipe -PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0," - -do_configure:prepend() { - export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool -} - -FILES:${PN} += " \ - ${datadir}/metainfo \ - ${datadir}/yelp-xsl \ -" - -RDEPENDS:${PN} += "yelp-xsl" diff --git a/meta-gnome/recipes-gnome/yelp/yelp_41.2.bb b/meta-gnome/recipes-gnome/yelp/yelp_41.2.bb new file mode 100644 index 0000000000..590ff2f548 --- /dev/null +++ b/meta-gnome/recipes-gnome/yelp/yelp_41.2.bb @@ -0,0 +1,38 @@ +SUMMARY = "Help browser for the GNOME desktop" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \ +" + +inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg + +# for webkitgtk +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI[archive.sha256sum] = "b00bf033f02dd79b6d3f255031c71df8d6ed38e552c870b8f391a374724c43c5" + +DEPENDS += " \ + libxml2-native \ + glib-2.0-native \ + gtk+3 \ + appstream-glib \ + libxslt \ + sqlite3 \ + webkitgtk \ + yelp-xsl \ +" +PACKAGECONFIG ?= "" + +# Enable if soup3 is enabled in webkit recipe +PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0," + +do_configure:prepend() { + export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool +} + +FILES:${PN} += " \ + ${datadir}/metainfo \ + ${datadir}/yelp-xsl \ +" + +RDEPENDS:${PN} += "yelp-xsl" -- cgit v1.2.3-54-g00ecf