File: meson.build

package info (click to toggle)
tecla 49.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 752 kB
  • sloc: ansic: 1,784; xml: 8; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
desktop_filename = 'org.gnome.Tecla.desktop'
desktop_file = i18n.merge_file(
  input: desktop_filename + '.in',
  output: desktop_filename,
  po_dir: '../po',
  install: true,
  install_dir: get_option('prefix') / get_option('datadir') / 'applications',
  type: 'desktop'
)

subdir('icons')