blob: b9263f50cd60ca957f7c974086335f44d38fe961 [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 Geissler89770b02020-06-13 10:40:47 -050012SRC_URI[archive.md5sum] = "32f879293f79b4042edc46aa13d82c71"
13SRC_URI[archive.sha256sum] = "fd4b3e23d31ad2bebe42ac8f80242b2d9bef51418bf62b59acdf2440bd94ed24"
Brad Bishop2d39a062019-10-28 08:33:36 -040014
15DEPENDS += " \
16 libxml2-native \
17 glib-2.0-native \
Brad Bishop2d39a062019-10-28 08:33:36 -040018 gtk+3 \
19 appstream-glib \
20 libxslt \
21 sqlite3 \
22 webkitgtk \
23 yelp-xsl \
24"
25
26do_configure_prepend() {
27 export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
28}
29
30FILES_${PN} += " \
31 ${datadir}/metainfo \
32 ${datadir}/yelp-xsl \
33"
34
35RDEPENDS_${PN} += "yelp-xsl"