File: meson.build

package info (click to toggle)
gitg 44-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,244 kB
  • sloc: ansic: 1,636; ruby: 1,445; sh: 314; python: 261; xml: 57; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
install_data(
  '@0@.svg'.format(application_id),
  install_dir: join_paths(gitg_datadir, 'icons', 'hicolor', 'scalable', 'apps'),
)

install_data(
  'org.gnome.gitg-symbolic.svg',
  install_dir: join_paths(gitg_datadir, 'icons', 'hicolor', 'scalable', 'apps'),
)