no-itstool.patch (1310B)
1 diff --git a/data/meson.build b/data/meson.build 2 index aea0cb2..79e0845 100644 3 --- a/data/meson.build 4 +++ b/data/meson.build 5 @@ -17,22 +17,22 @@ metainfo_with_relinfo = custom_target('gen-output', 6 command : [ascli_exe, 'news-to-metainfo', '--limit=6', '@INPUT0@', '@INPUT1@', '@OUTPUT@'] 7 ) 8 9 -metainfo_i18n = i18n.itstool_join( 10 - input: metainfo_with_relinfo, 11 - output: 'org.freedesktop.appstream.cli.metainfo.xml', 12 - mo_targets: i18n_result[0], 13 - its_files: [join_paths(meson.current_source_dir(), 'its', 'metainfo.its')], 14 - install: true, 15 - install_dir: metainfo_dir, 16 -) 17 +#metainfo_i18n = i18n.itstool_join( 18 +# input: metainfo_with_relinfo, 19 +# output: 'org.freedesktop.appstream.cli.metainfo.xml', 20 +# mo_targets: i18n_result[0], 21 +# its_files: [join_paths(meson.current_source_dir(), 'its', 'metainfo.its')], 22 +# install: true, 23 +# install_dir: metainfo_dir, 24 +#) 25 26 -test('as-validate_metainfo.cli', 27 - ascli_exe, 28 - args: ['validate', 29 - '--pedantic', 30 - '--no-net', 31 - metainfo_i18n] 32 -) 33 +#test('as-validate_metainfo.cli', 34 +# ascli_exe, 35 +# args: ['validate', 36 +# '--pedantic', 37 +# '--no-net', 38 +# metainfo_i18n] 39 +#) 40 41 install_data('appstream.conf', 42 install_dir: get_option('sysconfdir'))