File: meson.build

package info (click to toggle)
devhelp 43.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,144 kB
  • sloc: ansic: 9,775; perl: 216; javascript: 152; sh: 100; xml: 66; python: 55; lisp: 29; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
install_data([
    'scalable/@0@.svg'.format(APPLICATION_ID),
  ],
  install_dir: get_option('datadir') / 'icons/hicolor/scalable/apps',
)

install_data([
    'symbolic/@0@-symbolic.svg'.format(APPLICATION_ID),
  ],
  install_dir: get_option('datadir') / 'icons/hicolor/symbolic/apps',
)