aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/yelp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/yelp')
-rw-r--r--meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb (renamed from meta-gnome/recipes-gnome/yelp/yelp-tools_41.0.bb)6
-rw-r--r--meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb (renamed from meta-gnome/recipes-gnome/yelp/yelp-xsl_41.0.bb)5
-rw-r--r--meta-gnome/recipes-gnome/yelp/yelp_42.2.bb (renamed from meta-gnome/recipes-gnome/yelp/yelp_41.1.bb)15
3 files changed, 16 insertions, 10 deletions
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_41.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb
index ec8edb80d3..f3e1efeaa1 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp-tools_41.0.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb
@@ -1,12 +1,10 @@
SUMMARY = "Collection of scripts and build utilities for documentation"
-LICENSE = "GPLv2+"
+LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=d67c6f9f1515506abfea4f0d920c0774 \
file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
"
-GNOMEBASEBUILDCLASS = "meson"
-
inherit gnomebase itstool
DEPENDS += " \
@@ -16,7 +14,7 @@ DEPENDS += " \
yelp-xsl \
"
-SRC_URI[archive.sha256sum] = "37f1acc02bcbe68a31b86e07c129a839bd3276e656dc89eb7fc0a92746eff272"
+SRC_URI[archive.sha256sum] = "3e496a4020d4145b99fd508a25fa09336a503a4e8900028421e72c6a4b11f905"
RDEPENDS:${PN} += "python3-core yelp-xsl"
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_41.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb
index 029fd02951..5a8089e013 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp-xsl_41.0.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb
@@ -1,16 +1,17 @@
SUMMARY = "XSL stylesheets for the yelp help browser"
-LICENSE = "LGPLv2.1 & GPLv2 & BSD-3-Clause"
+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 \
"
+GNOMEBASEBUILDCLASS = "autotools"
inherit gnomebase gettext itstool
DEPENDS += "libxml2"
-SRC_URI[archive.sha256sum] = "c8cd64c093bbd8c5d5e47fd38864e90831b5f9cf7403530870206fa96636a4a5"
+SRC_URI[archive.sha256sum] = "238be150b1653080ce139971330fd36d3a26595e0d6a040a2c030bf3d2005bcd"
RDEPENDS:${PN}:append:class-target = " libxml2 itstool"
diff --git a/meta-gnome/recipes-gnome/yelp/yelp_41.1.bb b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
index 980b9a1ae5..1b3ded0211 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp_41.1.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
@@ -1,15 +1,15 @@
SUMMARY = "Help browser for the GNOME desktop"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \
"
-
+GNOMEBASEBUILDCLASS = "autotools"
inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg
# for webkitgtk
REQUIRED_DISTRO_FEATURES = "x11"
-SRC_URI[archive.sha256sum] = "456a6415647bceeb0159b90b3553ff328728cf29a608fce08024232504ccb874"
+SRC_URI[archive.sha256sum] = "a2c5fd0787a9089c722cc66bd0f85cdf7088d870e7b6cc85799f8e5bff9eac4b"
DEPENDS += " \
libxml2-native \
@@ -18,9 +18,16 @@ DEPENDS += " \
appstream-glib \
libxslt \
sqlite3 \
- webkitgtk \
+ libhandy \
+ webkitgtk3 \
yelp-xsl \
"
+PACKAGECONFIG_SOUP ?= "soup3"
+PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}"
+
+PACKAGECONFIG[soup2] = "--with-webkit2gtk-4-0,,"
+PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0,"
+
do_configure:prepend() {
export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool