File: meson.build

package info (click to toggle)
pyatem 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,776 kB
  • sloc: python: 15,193; xml: 435; ansic: 256; sh: 26; makefile: 20
file content (14 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
install_data('nl.brixit.Switcher.desktop',
    install_dir: join_paths(get_option('datadir'), 'applications'),
)

install_data('nl.brixit.Switcher.gschema.xml',
    install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
)

install_data(['nl.brixit.Switcher.appdata.xml'],
             install_dir : get_option('datadir') / 'metainfo')

install_data('nl.brixit.Switcher.svg',
    install_dir: join_paths(get_option('datadir'), 'icons/hicolor/scalable/apps')
)