libvirt/build-aux
Daniel P. Berrangé 6d3b877171 remote: apply translations to polkit files
The 'description' and 'message' fields in polkit policy files should be
translated into the user's chosen language. xgettext is told to search
in both and source and build dirs by meson.

Unfortunately a bug in xgettext means that when it searches for built
files in XML format, it'll trigger a warning message due to failure to
load the generated file from the source dir:

  xgettext: cannot read ..snip../libvirt/src/access/org.libvirt.api.policy: failed to load external entity "..snip../libvirt/src/access/org.libvirt.api.policy"

This is harmless since it then goes on to try the build dir and
succeeds, but will pollute the output of 'ninja libvirt-pot'

Related: https://gitlab.com/libvirt/libvirt/-/merge_requests/387
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2025-01-06 18:58:44 +00:00
..
check-spacing.pl syntax-check: Don't forbid curly braces around single line condition body 2020-09-15 15:20:23 +02:00
Makefile.in build-aux: introduce 'black' tool for python formatting 2023-11-03 14:06:35 -04:00
Makefile.nonreentrant lib: Replace qsort() with g_qsort_with_data() 2023-11-24 09:53:14 +01:00
meson.build build-aux: introduce 'black' tool for python formatting 2023-11-03 14:06:35 -04:00
syntax-check.mk remote: apply translations to polkit files 2025-01-06 18:58:44 +00:00