Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 1 | SUMMARY = "Help browser for the GNOME desktop" |
| 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = " \ |
| 4 | file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \ |
| 5 | " |
| 6 | |
Brad Bishop | 93c3acf | 2019-10-29 09:48:15 -0400 | [diff] [blame] | 7 | inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 8 | |
| 9 | SRC_URI[archive.md5sum] = "776e29bd16424c8712cbf340cfe6429b" |
| 10 | SRC_URI[archive.sha256sum] = "e3d6527c5963d73206891b32f1f23363164be57de248555513bd0be77a7bd045" |
| 11 | |
| 12 | DEPENDS += " \ |
| 13 | libxml2-native \ |
| 14 | glib-2.0-native \ |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 15 | gtk+3 \ |
| 16 | appstream-glib \ |
| 17 | libxslt \ |
| 18 | sqlite3 \ |
| 19 | webkitgtk \ |
| 20 | yelp-xsl \ |
| 21 | " |
| 22 | |
| 23 | do_configure_prepend() { |
| 24 | export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool |
| 25 | } |
| 26 | |
| 27 | FILES_${PN} += " \ |
| 28 | ${datadir}/metainfo \ |
| 29 | ${datadir}/yelp-xsl \ |
| 30 | " |
| 31 | |
| 32 | RDEPENDS_${PN} += "yelp-xsl" |