File: meson.build

package info (click to toggle)
gpaste 45.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,368 kB
  • sloc: ansic: 15,702; javascript: 826; sh: 75; makefile: 22
file content (7 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
i18n.merge_file(
  input: 'org.gnome.GPaste.Ui.appdata.xml.in',
  po_dir: gpaste_po_dir,
  output: 'org.gnome.GPaste.Ui.appdata.xml',
  install: true,
  install_dir: join_paths(get_option('datadir'), 'metainfo'),
)