From ed65a36a4c5df69770edba1742a54280f08e9d23 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 15 Oct 2021 23:22:07 -0700 Subject: [PATCH] yelp,yelp-xsl,yelp-tools: Upgrade to 41 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This helps fixing with webkit 2.34+ yelp-xsl 41.0 ============= * Loosen CSS match for title/desc in linkdiv * Use better target contrasts for white-on-black yelp 41.1 ========= * Fixed validation issues in appdata file * Updated yelp-xsl dependency * Revamped a lot of color code to avoid deprecated Gtk API (Shaun McCance) * Search results and 'All Help' now use current styling (Shaun McCance) * Fixed aliasing on the icon (Jakub Steiner) * Build against webkit2gtk-4.1 by default (Javier Jardón) * Removed calls to deprecated Soup API (Carlos Garcia Campos) * Updated translations: oc (Quentin PAGÈS) yelp-tools 41.0 =============== * Updates documentation (Andre Klapper) * Updates to build files (Jan Tojnar) Signed-off-by: Khem Raj --- .../yelp/{yelp-tools_40.0.bb => yelp-tools_41.0.bb} | 2 +- .../recipes-gnome/yelp/{yelp-xsl_40.2.bb => yelp-xsl_41.0.bb} | 2 +- meta-gnome/recipes-gnome/yelp/{yelp_40.3.bb => yelp_41.1.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/yelp/{yelp-tools_40.0.bb => yelp-tools_41.0.bb} (82%) rename meta-gnome/recipes-gnome/yelp/{yelp-xsl_40.2.bb => yelp-xsl_41.0.bb} (85%) rename meta-gnome/recipes-gnome/yelp/{yelp_40.3.bb => yelp_41.1.bb} (86%) diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_41.0.bb similarity index 82% rename from meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb rename to meta-gnome/recipes-gnome/yelp/yelp-tools_41.0.bb index 0e7f499bc0..ec8edb80d3 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_41.0.bb @@ -16,7 +16,7 @@ DEPENDS += " \ yelp-xsl \ " -SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae" +SRC_URI[archive.sha256sum] = "37f1acc02bcbe68a31b86e07c129a839bd3276e656dc89eb7fc0a92746eff272" RDEPENDS:${PN} += "python3-core yelp-xsl" diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_41.0.bb similarity index 85% rename from meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb rename to meta-gnome/recipes-gnome/yelp/yelp-xsl_41.0.bb index 9ac88c1fe3..029fd02951 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_41.0.bb @@ -10,7 +10,7 @@ inherit gnomebase gettext itstool DEPENDS += "libxml2" -SRC_URI[archive.sha256sum] = "919c552f846aaec741fe51d5af416b469bcdb25c77effc3b5a15a4b4b7ff814e" +SRC_URI[archive.sha256sum] = "c8cd64c093bbd8c5d5e47fd38864e90831b5f9cf7403530870206fa96636a4a5" RDEPENDS:${PN}:append:class-target = " libxml2 itstool" diff --git a/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb b/meta-gnome/recipes-gnome/yelp/yelp_41.1.bb similarity index 86% rename from meta-gnome/recipes-gnome/yelp/yelp_40.3.bb rename to meta-gnome/recipes-gnome/yelp/yelp_41.1.bb index c179a618ba..980b9a1ae5 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp_41.1.bb @@ -9,7 +9,7 @@ inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features # for webkitgtk REQUIRED_DISTRO_FEATURES = "x11" -SRC_URI[archive.sha256sum] = "a173847851f26189be78ecbb10015d539d8cceffc7c23e8635492bc3ada5ee23" +SRC_URI[archive.sha256sum] = "456a6415647bceeb0159b90b3553ff328728cf29a608fce08024232504ccb874" DEPENDS += " \ libxml2-native \