File: meson.build

package info (click to toggle)
goobox 3.6.0-14
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,952 kB
  • sloc: ansic: 13,415; makefile: 157; xml: 134; python: 55; sh: 11
file content (8 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
i18n.merge_file(
  input : 'org.gnome.Goobox.appdata.xml.in',
  output : 'org.gnome.Goobox.appdata.xml',
  type : 'xml',
  po_dir : po_dir,
  install : true,
  install_dir : join_paths(datadir, 'metainfo')
)