summaryrefslogtreecommitdiffstats
path: root/test cases/frameworks/6 gettext/data2/meson.build
blob: 9a992c96c150cc2a8b217f4a3ac25a61f37b0793 (plain)
1
2
3
4
5
6
7
8
9
10
i18n.merge_file(
  input: 'test.desktop.in',
  output: 'test.plugin',
  type: 'desktop',
  po_dir: '../po',
  data_dirs: '../po',
  args: ['--keyword=Description'],
  install: true,
  install_dir: join_paths(get_option('datadir'), 'applications')
)