From bfa889276382370324532438dfc9962c0fb2bf05 Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst" Date: Tue, 18 Oct 2022 09:15:47 +0800 Subject: yelp: upgrade 42.1 -> 42.2 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/yelp/yelp_42.1.bb | 39 ------------------------------ meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | 39 ++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/yelp/yelp_42.1.bb create mode 100644 meta-gnome/recipes-gnome/yelp/yelp_42.2.bb diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.1.bb b/meta-gnome/recipes-gnome/yelp/yelp_42.1.bb deleted file mode 100644 index ab8b9c37ba..0000000000 --- a/meta-gnome/recipes-gnome/yelp/yelp_42.1.bb +++ /dev/null @@ -1,39 +0,0 @@ -SUMMARY = "Help browser for the GNOME desktop" -LICENSE = "GPL-2.0-only" -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] = "25b1146ab8549888a5a8da067f63b470b0f0f800b6ae889cacd114d01d713b41" - -DEPENDS += " \ - libxml2-native \ - glib-2.0-native \ - gtk+3 \ - appstream-glib \ - libxslt \ - sqlite3 \ - libhandy \ - 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_42.2.bb b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb new file mode 100644 index 0000000000..fe3b1105c4 --- /dev/null +++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb @@ -0,0 +1,39 @@ +SUMMARY = "Help browser for the GNOME desktop" +LICENSE = "GPL-2.0-only" +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] = "a2c5fd0787a9089c722cc66bd0f85cdf7088d870e7b6cc85799f8e5bff9eac4b" + +DEPENDS += " \ + libxml2-native \ + glib-2.0-native \ + gtk+3 \ + appstream-glib \ + libxslt \ + sqlite3 \ + libhandy \ + 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