head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.06.22.16.49.14; author adam; state Exp; branches; next ; commitid 01GCLxlqAVDAAOKG; desc @@ 1.1 log @appstream: updated to 1.1.3 Version 1.1.3 Features: * Officially support & read JXL images for icons, validate permitted filetypes * meson: Allow disabling command-line tools * news-convert: Recognize "=" as release block header * news-convert: Handle extra linebreaks better and add support for issue-blocks * compose: Create content hashes with Blake3 instead of MD5 * Update static data for category and license additions * validator: Tags without namespace are an error Specification: * docs: Convert to Docbook 5 Bugfixes: * yaml: Ensure certain values are always explicitly emitted as strings * Never emit usertags that are missing a namespace * compose: add bounds checks when parsing malformed translation files * Explicitly add fcfreetype.h include to asc-font.c * compose: Unref icon_policy in asc_compose_finalize * compose: Free array from asc_result_get_component_ids_with_hints Miscellaneous: * yaml: Improve string quoting heuristics * meson: Drop -Winline from maintainer flags @ text @$NetBSD$ Use xsl from pkgsrc. --- docs/meson.build.orig 2026-06-22 15:57:20.158580148 +0000 +++ docs/meson.build @@@@ -9,7 +9,7 @@@@ as_doc_target_dir = join_paths(get_optio if get_option('man') # make manual pages - manpages_xsl = 'http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl' + manpages_xsl = join_paths(get_option('prefix'), 'share/xsl/docbook/manpages/docbook.xsl') xsltproc = find_program('xsltproc') if run_command([xsltproc, '--nonet', manpages_xsl], check: false).returncode() != 0 @