Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/data/icons/meson.build
blob: d850b9c4944348a73cfa8bb18dfdbed0fcb43580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
application_id = 'com.fryzekconcepts.weegtk'

scalable_dir = 'hicolor' / 'scalable' / 'apps'
install_data(
  scalable_dir / ('@0@.svg').format(application_id),
  install_dir: get_option('datadir') / 'icons' / scalable_dir
)

symbolic_dir = 'hicolor' / 'symbolic' / 'apps'
install_data(
  symbolic_dir / ('@0@-symbolic.svg').format(application_id),
  install_dir: get_option('datadir') / 'icons' / symbolic_dir
)