diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-12 17:02:44 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-13 10:29:20 +0100 |
| commit | e23150613bff283ad6711d52f2f50d9ba546fe3d (patch) | |
| tree | 0bc21a99bdc8345490e93737cab541679eca6a64 /meta/recipes-support | |
| parent | 6a2ad60ecc7739d7dbfdf74d67200df374bca4ef (diff) | |
| download | poky-e23150613bff283ad6711d52f2f50d9ba546fe3d.tar.gz | |
appstream: upgrade 1.0.4 -> 1.0.5
Changelog:
============
Features:
* qt: Expose markup conversion utils
* desktop-styles: Add android and iOS
* validator: Check for xml:lang="en" being used on description template elements
* validator: Flag cases of raw text in "description" elements
* metadata: Add more known extensions into as_metadata_file_guess_style()
Specification:
* docs: Clarify that the style segment of a screenshot environment is optional
* docs: Explain consequences of defining an icon for desktop-app metainfo
* docs: Clarify that description content must be in p/li elements
Bugfixes:
* validator: mark as_validator_issue_tag_list static
* docs: Add workaround for gi-docgen misnaming devhelp files
* compose: Do not permit SVG images as screenshots
* compose: Don't "forget" to scan remaining paths when re-encountering a dir
* pool: Try explicit singular term match if we only have low-quality tokens
* utils: Provide compatibility with Fedora icon tarballs when installing them
* utils: Remove leftover g_chmod()
* zstd-decompressor: Pass output/written data when decompression finished
* utils: Expect a dash in icons file name
* utils: Recognize .yml* and .yaml* file extension variants, and .zst extension
* utils: Rename the appstream file when re-saving it on install
(From OE-Core rev: 75f749b3e1c5bc04bcebace716e188812c2e4f30)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
| -rw-r--r-- | meta/recipes-support/appstream/appstream_1.0.5.bb (renamed from meta/recipes-support/appstream/appstream_1.0.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/appstream/appstream_1.0.4.bb b/meta/recipes-support/appstream/appstream_1.0.5.bb index a9c87f7589..3e4f8708d8 100644 --- a/meta/recipes-support/appstream/appstream_1.0.4.bb +++ b/meta/recipes-support/appstream/appstream_1.0.5.bb | |||
| @@ -30,7 +30,7 @@ SRC_URI = " \ | |||
| 30 | file://0002-Do-not-build-qt-tests.patch \ | 30 | file://0002-Do-not-build-qt-tests.patch \ |
| 31 | file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch \ | 31 | file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch \ |
| 32 | " | 32 | " |
| 33 | SRC_URI[sha256sum] = "2d218348067f98c4f34a3ffe2d8219ad9f504b1b2481f1872dec66c77bf37509" | 33 | SRC_URI[sha256sum] = "ce0ed29e89abd5f0cf790ea87d792f1967c3413060beb30e63a979578d975121" |
| 34 | 34 | ||
| 35 | S = "${WORKDIR}/AppStream-${PV}" | 35 | S = "${WORKDIR}/AppStream-${PV}" |
| 36 | 36 | ||
