blob: c179a618baa22b202ecb1a3b17e5bbd4c4e885d2 [file] [log] [blame]
Brad Bishop2d39a062019-10-28 08:33:36 -04001SUMMARY = "Help browser for the GNOME desktop"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = " \
4 file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \
5"
6
Andrew Geissler82c905d2020-04-13 13:39:40 -05007inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg
Brad Bishope42b3e32020-01-15 22:08:42 -05008
9# for webkitgtk
10REQUIRED_DISTRO_FEATURES = "x11"
Brad Bishop2d39a062019-10-28 08:33:36 -040011
Andrew Geissler69721092021-07-23 12:57:00 -040012SRC_URI[archive.sha256sum] = "a173847851f26189be78ecbb10015d539d8cceffc7c23e8635492bc3ada5ee23"
Brad Bishop2d39a062019-10-28 08:33:36 -040013
14DEPENDS += " \
15 libxml2-native \
16 glib-2.0-native \
Brad Bishop2d39a062019-10-28 08:33:36 -040017 gtk+3 \
18 appstream-glib \
19 libxslt \
20 sqlite3 \
21 webkitgtk \
22 yelp-xsl \
23"
24
Patrick Williams213cb262021-08-07 19:21:33 -050025do_configure:prepend() {
Brad Bishop2d39a062019-10-28 08:33:36 -040026 export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
27}
28
Patrick Williams213cb262021-08-07 19:21:33 -050029FILES:${PN} += " \
Brad Bishop2d39a062019-10-28 08:33:36 -040030 ${datadir}/metainfo \
31 ${datadir}/yelp-xsl \
32"
33
Patrick Williams213cb262021-08-07 19:21:33 -050034RDEPENDS:${PN} += "yelp-xsl"