File: meson.build

package info (click to toggle)
numberstation 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: python: 462; xml: 134; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
install_data('org.postmarketos.Numberstation.desktop',
    install_dir: join_paths(get_option('datadir'), 'applications'),
)

install_data(['org.postmarketos.Numberstation.appdata.xml'],
             install_dir : get_option('datadir') / 'metainfo')

install_data('org.postmarketos.Numberstation.svg',
    install_dir: join_paths(get_option('datadir'), 'icons/hicolor/scalable/apps')
)