meson.build 241 B

12345678910
  1. # Target name will contain a path separator
  2. i18n.merge_file(
  3. input: 'test.desktop.in',
  4. output: 'test4.desktop',
  5. type: 'desktop',
  6. po_dir: '../../po',
  7. install: true,
  8. install_dir: join_paths(get_option('datadir'), 'applications')
  9. )