blob: b3e908b9dd39769ab18a804fc3092bbd8d74fd7e (
plain)
1
2
3
4
5
6
7
8
|
i18n.merge_file(
input: 'org.gnome.Software.appdata.xml.in',
output: 'org.gnome.Software.appdata.xml',
type: 'xml',
po_dir: join_paths(meson.source_root(), 'po'),
install: true,
install_dir: join_paths(get_option('datadir'), 'metainfo')
)
|