File: meson.build

package info (click to toggle)
gnome-multi-writer 3.32.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,740 kB
  • sloc: ansic: 2,623; xml: 41; sh: 12; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
i18n.merge_file(
  input: 'org.gnome.MultiWriter.appdata.xml.in',
  output: 'org.gnome.MultiWriter.appdata.xml',
  type: 'xml',
  po_dir: join_paths(meson.source_root(), 'po'),
  install: true,
  install_dir: join_paths(prefixed_datadir, 'metainfo'),
)