--- a/pidgin/data/meson.build Mon Mar 11 21:22:20 2024 -0500 +++ b/pidgin/data/meson.build Mon Mar 11 21:25:28 2024 -0500 @@ -20,6 +20,7 @@ 'validate pidgin3 metainfo file', appstreamcli_exe, args: ['validate', '--no-net', '--pedantic', metainfo_file], + verbose: true, ) endif @@ -57,5 +58,6 @@ 'validate pidgin3 desktop file', desktop_file_validate_exe, args: [meson.current_build_dir() / PIDGIN_DESKTOP_FILE], + verbose: true, ) endif