Initial commit
This commit is contained in:
17
data/icons/meson.build
Normal file
17
data/icons/meson.build
Normal file
@@ -0,0 +1,17 @@
|
||||
apps_dir = get_option('datadir') / 'icons' / 'hicolor' / '@0@' / 'apps'
|
||||
install_data(f'@app_id@.svg', install_dir: apps_dir.format('scalable'))
|
||||
install_data(f'@app_id@-symbolic.svg', install_dir: apps_dir.format('symbolic'))
|
||||
|
||||
resource = configure_file(
|
||||
input: 'icons.gresource.xml.in',
|
||||
output: '@BASENAME@',
|
||||
configuration: conf,
|
||||
)
|
||||
|
||||
gnome.compile_resources(
|
||||
'icons',
|
||||
resource,
|
||||
gresource_bundle: true,
|
||||
install: true,
|
||||
install_dir: pkgdatadir,
|
||||
)
|
||||
Reference in New Issue
Block a user