1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

devel/appstream: update to 0.15.3

This release contains mostly a bunch of bugfixes, but also cleans up
the Meson build system code and now requires Meson >= 0.62, which
isn't great for backports, but is great to simplify maintenance of
AppStream's code.
I do hope that this change will not cause too many problems (most
distributions seem to backport Meson for other software already).

Tarballs available here:
https://www.freedesktop.org/software/appstream/releases/

Version 0.15.3
~~~~~~~~~~~~~~
Released: 2022-04-10

Features:
 * qt: Include enums for VcsBrowser and Contribute
 * Add vcs-browser and contribute URL type
 * validate: Improve validation of desktop files alongside metainfo data
 * its: Mark deprecated rules as deprecated
 * Implement l10n support for metainfo keyword tags
 * validator: Perform basic validation of keywords in metainfo data
 * compose: Prefer metainfo keywords over desktop-entry keywords
 * meson: Bump minimum version to 0.62

Specification:
 * docs: Document keywords for metainfo files as well
 * docs: Spell it metainfo, not meta-info if referencing metainfo.xml files
 * spec: Document how keywords in metainfo files should be translated

Bugfixes:
 * qt: If the timestamp is 0, return a default QDateTime()
 * docs: Include compose manual page
 * validate: Point at the right line for description-enum-item-invalid
 * validator: Find data if /usr prefix is missing as well
 * validator: Make insufficient launch data for desktop-apps a hard error
 * Don't fail downloads or URL checks if redirects were involved
 * apt: Only refresh the OS data cache (not the whole system cache) on
APT update
 * compose: Emit error if filters are set but no output was generated
 * Centralize GOnce guard to fix an assertion failure in AsComponent

Contributors:
 Aleix Pol, JakobDev, Matthias Klumpp, Simon McVittie
This commit is contained in:
Tobias C. Berner 2022-04-12 17:57:30 +02:00
parent 352dc8158b
commit 097f8a341d
3 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= AppStream
DISTVERSION= 0.15.2
PORTREVISION= 2
DISTVERSION= 0.15.3
CATEGORIES= devel
MASTER_SITES= https://www.freedesktop.org/software/${PORTNAME:tl}/releases/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1646369268
SHA256 (AppStream-0.15.2.tar.xz) = 8f6c1cd288c7c59f5bf21746a6cfd1424cd9d7cbeb0b7920dbcdf9ef10e9c74a
SIZE (AppStream-0.15.2.tar.xz) = 2463900
TIMESTAMP = 1649778431
SHA256 (AppStream-0.15.3.tar.xz) = 3e676c3368aebe9618f394c58a7f0a6c73d1a15efd9ba2d230c229a959e8a25d
SIZE (AppStream-0.15.3.tar.xz) = 2474376

View File

@ -36,7 +36,7 @@ include/appstream/as-version.h
include/appstream/as-video.h
lib/girepository-1.0/AppStream-1.0.typelib
lib/libappstream.so
lib/libappstream.so.0.15.2
lib/libappstream.so.0.15.3
lib/libappstream.so.4
libdata/pkgconfig/appstream.pc
man/man1/appstreamcli.1.gz