blob: eb60bd9680d56bb36bde6579af7a0475c6bdd160 [file] [log] [blame]
Brad Bishop2d39a062019-10-28 08:33:36 -04001SUMMARY = "Objects and helper methods to help reading and writing AppStream metadata"
2HOMEPAGE = "https://people.freedesktop.org/~hughsient/appstream-glib/index.htm"
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6DEPENDS = " \
7 gperf-native \
8 glib-2.0 \
9 gtk+3 \
10 libyaml \
11 libarchive \
12 libsoup-2.4 \
13 json-glib \
14 gdk-pixbuf \
15 freetype \
16 fontconfig \
17 libstemmer \
18"
19
20inherit meson gobject-introspection gettext bash-completion
21
22SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz"
Andrew Geissler2ee498a2020-05-29 15:52:06 -050023SRC_URI[md5sum] = "67d441fb0fb3e14551b47db656565fc4"
24SRC_URI[sha256sum] = "7ca7e91d4accefa1c0d2c6e310cb3fe2686c017810e23b3f82d9f5724345e549"
Brad Bishop2d39a062019-10-28 08:33:36 -040025
26EXTRA_OEMESON = " \
27 -Drpm=false \
28"
29
30FILES_${PN} += "${libdir}/asb-plugins-5"
31
32FILES_${PN}-dev += " \
33 ${datadir}/installed-tests \
34 ${datadir}/gettext \
35"
36
37BBCLASSEXTEND = "native"