blob: 3488fb568cd50f0cd6cc51f227f424a3bdcf4eea [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
Andrew Geissler5199d832021-09-24 16:47:35 -050020inherit meson gobject-introspection gettext bash-completion pkgconfig
Brad Bishop2d39a062019-10-28 08:33:36 -040021
22SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz"
Andrew Geisslereef63862021-01-29 15:58:13 -060023SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002"
Brad Bishop2d39a062019-10-28 08:33:36 -040024
25EXTRA_OEMESON = " \
26 -Drpm=false \
27"
28
Patrick Williams213cb262021-08-07 19:21:33 -050029FILES:${PN} += "${libdir}/asb-plugins-5"
Brad Bishop2d39a062019-10-28 08:33:36 -040030
Patrick Williams213cb262021-08-07 19:21:33 -050031FILES:${PN}-dev += " \
Brad Bishop2d39a062019-10-28 08:33:36 -040032 ${datadir}/installed-tests \
33 ${datadir}/gettext \
34"
35
36BBCLASSEXTEND = "native"