File: meson.build

package info (click to toggle)
krb5-auth-dialog 43.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,676 kB
  • sloc: ansic: 3,661; lex: 161; xml: 151; python: 69; yacc: 42; sh: 11; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
icons = [
  'krb-expiring-ticket.svg',
  'krb-valid-ticket.svg',
  'krb-no-valid-ticket.svg',
]
install_data(
  icons,
  install_dir: 'share/icons/hicolor/scalable/status/',
)