blob: c56e9e3dd9bee27b58ef127c3243667de7ef75b6 [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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "LGPL-2.1-only"
Brad Bishop2d39a062019-10-28 08:33:36 -04004LIC_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 Geissler87f5cff2022-09-30 13:13:31 -050020inherit meson gobject-introspection gettext bash-completion pkgconfig manpages
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
Andrew Geissler87f5cff2022-09-30 13:13:31 -050029PACKAGECONFIG ?= ""
30PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,docbook-xml-dtd4-native docbook-xsl-stylesheets-native libxslt-native"
31
Patrick Williams213cb262021-08-07 19:21:33 -050032FILES:${PN} += "${libdir}/asb-plugins-5"
Brad Bishop2d39a062019-10-28 08:33:36 -040033
Patrick Williams213cb262021-08-07 19:21:33 -050034FILES:${PN}-dev += " \
Brad Bishop2d39a062019-10-28 08:33:36 -040035 ${datadir}/installed-tests \
36 ${datadir}/gettext \
37"
38
39BBCLASSEXTEND = "native"