meta-openembedded/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb
Martin Jansa c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00

37 lines
880 B
BlitzBasic

SUMMARY = "Objects and helper methods to help reading and writing AppStream metadata"
HOMEPAGE = "https://people.freedesktop.org/~hughsient/appstream-glib/index.htm"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = " \
gperf-native \
glib-2.0 \
gtk+3 \
libyaml \
libarchive \
libsoup-2.4 \
json-glib \
gdk-pixbuf \
freetype \
fontconfig \
libstemmer \
"
inherit meson gobject-introspection gettext bash-completion
SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz"
SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002"
EXTRA_OEMESON = " \
-Drpm=false \
"
FILES:${PN} += "${libdir}/asb-plugins-5"
FILES:${PN}-dev += " \
${datadir}/installed-tests \
${datadir}/gettext \
"
BBCLASSEXTEND = "native"