Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 1 | SUMMARY = "Objects and helper methods to help reading and writing AppStream metadata" |
| 2 | HOMEPAGE = "https://people.freedesktop.org/~hughsient/appstream-glib/index.htm" |
| 3 | LICENSE = "LGPLv2.1" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 5 | |
| 6 | DEPENDS = " \ |
| 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 Geissler | 5199d83 | 2021-09-24 16:47:35 -0500 | [diff] [blame] | 20 | inherit meson gobject-introspection gettext bash-completion pkgconfig |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 21 | |
| 22 | SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz" |
Andrew Geissler | eef6386 | 2021-01-29 15:58:13 -0600 | [diff] [blame] | 23 | SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002" |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 24 | |
| 25 | EXTRA_OEMESON = " \ |
| 26 | -Drpm=false \ |
| 27 | " |
| 28 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 29 | FILES:${PN} += "${libdir}/asb-plugins-5" |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 30 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 31 | FILES:${PN}-dev += " \ |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 32 | ${datadir}/installed-tests \ |
| 33 | ${datadir}/gettext \ |
| 34 | " |
| 35 | |
| 36 | BBCLASSEXTEND = "native" |