diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-04-12 17:57:30 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-04-12 17:59:04 +0200 |
commit | 097f8a341d39f789bc1790a37cbf8b367a4bea0a (patch) | |
tree | f28cc11d590f5d07d9b5462ad7d5b976a453974b | |
parent | math/suitesparse*: upgrade to 5.12.0 (diff) |
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
-rw-r--r-- | devel/appstream/Makefile | 3 | ||||
-rw-r--r-- | devel/appstream/distinfo | 6 | ||||
-rw-r--r-- | devel/appstream/pkg-plist | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/appstream/Makefile b/devel/appstream/Makefile index 980970adfb99..3df446227a0c 100644 --- a/devel/appstream/Makefile +++ b/devel/appstream/Makefile @@ -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/ diff --git a/devel/appstream/distinfo b/devel/appstream/distinfo index e98b9cde6574..75069739454d 100644 --- a/devel/appstream/distinfo +++ b/devel/appstream/distinfo @@ -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 diff --git a/devel/appstream/pkg-plist b/devel/appstream/pkg-plist index c9bd69c66a28..30d7ab017e16 100644 --- a/devel/appstream/pkg-plist +++ b/devel/appstream/pkg-plist @@ -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 |