1SUMMARY = "Objects and helper methods to help reading and writing AppStream metadata"
2HOMEPAGE = "https://people.freedesktop.org/~hughsient/appstream-glib/index.htm"
3LICENSE = "LGPL-2.1-only"
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 pkgconfig
21
22SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz"
23SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002"
24
25EXTRA_OEMESON = " \
26    -Drpm=false \
27"
28
29FILES:${PN} += "${libdir}/asb-plugins-5"
30
31FILES:${PN}-dev += " \
32    ${datadir}/installed-tests \
33    ${datadir}/gettext \
34"
35
36BBCLASSEXTEND = "native"
37