diff options
-rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp_3.34.0.bb | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/yelp/yelp_3.34.0.bb b/meta-gnome/recipes-gnome/yelp/yelp_3.34.0.bb new file mode 100644 index 0000000000..13c4e52bf3 --- /dev/null +++ b/meta-gnome/recipes-gnome/yelp/yelp_3.34.0.bb | |||
@@ -0,0 +1,33 @@ | |||
1 | SUMMARY = "Help browser for the GNOME desktop" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = " \ | ||
4 | file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \ | ||
5 | " | ||
6 | |||
7 | inherit gnomebase autotools-brokensep gsettings gettext gtk-doc | ||
8 | |||
9 | SRC_URI[archive.md5sum] = "776e29bd16424c8712cbf340cfe6429b" | ||
10 | SRC_URI[archive.sha256sum] = "e3d6527c5963d73206891b32f1f23363164be57de248555513bd0be77a7bd045" | ||
11 | |||
12 | DEPENDS += " \ | ||
13 | libxml2-native \ | ||
14 | glib-2.0-native \ | ||
15 | itstool-native \ | ||
16 | gtk+3 \ | ||
17 | appstream-glib \ | ||
18 | libxslt \ | ||
19 | sqlite3 \ | ||
20 | webkitgtk \ | ||
21 | yelp-xsl \ | ||
22 | " | ||
23 | |||
24 | do_configure_prepend() { | ||
25 | export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool | ||
26 | } | ||
27 | |||
28 | FILES_${PN} += " \ | ||
29 | ${datadir}/metainfo \ | ||
30 | ${datadir}/yelp-xsl \ | ||
31 | " | ||
32 | |||
33 | RDEPENDS_${PN} += "yelp-xsl" | ||