diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-30 18:48:21 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-07 10:45:38 -0700 |
| commit | c01d05c2f9df185b0ee1f04b77d66541e2130d30 (patch) | |
| tree | 8fc3a3ee44079366253e0516b9320b5b8fb7c5d6 /meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.3.bb | |
| parent | 506bd38398027cb5af6cc0bdf5d3dbc4d3f70222 (diff) | |
| download | meta-openembedded-c01d05c2f9df185b0ee1f04b77d66541e2130d30.tar.gz | |
appstream-glib: upgrade 0.8.2 -> 0.8.3
Changelog:
===========
- Drop support for libstemmer
- Add font glob match for .ttc files
- Do not veto the extension if the parent cannot be found
- Include screenshot height in "too small" and "too large" error
- Make the appdata filename check match the plugin globs
- Remove Check for X-KDE-StartupNotify
- Stop trying to convert Fedora licenses into SPDX
- Support RFC9512 registration for application/yaml
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.3.bb')
| -rw-r--r-- | meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.3.bb | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.3.bb b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.3.bb new file mode 100644 index 0000000000..399d9813af --- /dev/null +++ b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.3.bb | |||
| @@ -0,0 +1,39 @@ | |||
| 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] = "84754064c560fca6e1ab151dc64354fc235a5798f016b91b38c9617253a8cf11" | ||
| 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" | ||
