Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [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 = "LGPL-2.1-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 5 | |
| 6 | DEPENDS = " \ |
| 7 | curl \ |
| 8 | gperf-native \ |
| 9 | glib-2.0 \ |
| 10 | gtk+3 \ |
| 11 | libyaml \ |
| 12 | libarchive \ |
| 13 | json-glib \ |
| 14 | gdk-pixbuf \ |
| 15 | freetype \ |
| 16 | fontconfig \ |
| 17 | libstemmer \ |
| 18 | " |
| 19 | |
| 20 | inherit meson gobject-introspection gettext bash-completion pkgconfig manpages |
| 21 | |
| 22 | SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz" |
| 23 | SRC_URI[sha256sum] = "71256500add5048d6f08878904708b3d0c3875f402e0adcd358e91d47dcd8b96" |
| 24 | |
| 25 | EXTRA_OEMESON = " \ |
| 26 | -Drpm=false \ |
| 27 | " |
| 28 | |
| 29 | PACKAGECONFIG ?= "" |
| 30 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,docbook-xml-dtd4-native docbook-xsl-stylesheets-native libxslt-native" |
| 31 | |
| 32 | FILES:${PN} += "${libdir}/asb-plugins-5" |
| 33 | |
| 34 | FILES:${PN}-dev += " \ |
| 35 | ${datadir}/installed-tests \ |
| 36 | ${datadir}/gettext \ |
| 37 | " |
| 38 | |
| 39 | BBCLASSEXTEND = "native" |