File: meson.build

package info (click to toggle)
gpaste 45.3-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,376 kB
  • sloc: ansic: 15,702; javascript: 826; sh: 75; makefile: 15
file content (7 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
configure_file(
  input: 'org.gnome.GPaste.gschema.xml.in',
  configuration: conf,
  output: 'org.gnome.GPaste.gschema.xml',
  install: true,
  install_dir: join_paths(get_option('datadir'), 'glib-2.0', 'schemas'),
)