blob: f6311965e06975f4b06225b1dc3ddbcc3b054bb4 [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
Brad Bishop93c3acf2019-10-29 09:48:15 -04007inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc
Brad Bishop2d39a062019-10-28 08:33:36 -04008
9SRC_URI[archive.md5sum] = "776e29bd16424c8712cbf340cfe6429b"
10SRC_URI[archive.sha256sum] = "e3d6527c5963d73206891b32f1f23363164be57de248555513bd0be77a7bd045"
11
12DEPENDS += " \
13 libxml2-native \
14 glib-2.0-native \
Brad Bishop2d39a062019-10-28 08:33:36 -040015 gtk+3 \
16 appstream-glib \
17 libxslt \
18 sqlite3 \
19 webkitgtk \
20 yelp-xsl \
21"
22
23do_configure_prepend() {
24 export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
25}
26
27FILES_${PN} += " \
28 ${datadir}/metainfo \
29 ${datadir}/yelp-xsl \
30"
31
32RDEPENDS_${PN} += "yelp-xsl"