aboutsummaryrefslogtreecommitdiff
path: root/devel/appstream
Commit message (Collapse)AuthorAgeFilesLines
* devel/appstream: update to 0.15.3Tobias C. Berner2022-04-123-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* devel/appstream: New port - Provides a standard for creating app storesTobias C. Berner2022-03-046-0/+162
AppStream is a collaborative effort for making machine-readable software metadata easily available to programs that need it. It is part of the Freedesktop ecosystem and provides a convenient way to retrieve information about available software. AppStream consists of a specification to describe individual software component metadata in XML (so-called MetaInfo files), as well as a derived specification for a metadata-collection format to provide a list of these metadata entries in XML or YAML for easy consumption by software centers and other tools which need to know about available software in a repository. WWW: https://www.freedesktop.org/wiki/Distributions/AppStream/ PR: 258541 Original by: Olivier Duchateau <duchateau.olivier@gmail.com>