Updated with upstream update

This commit is contained in:
2023-10-30 15:55:30 -07:00
parent 098531073c
commit 3bbdd873ef
584 changed files with 91827 additions and 70362 deletions

View File

@ -36,6 +36,13 @@ foreach install : install_icons
endforeach
install_data(icons, install_dir: pikaiconsdir / theme / outdir / 'apps')
mascot_eek = '@0@/pika-mascot-eek@1@'.format(indir, suffix)
if mascot_eek in icons
install_data(mascot_eek,
rename: 'image-missing@0@'.format(suffix),
install_dir: pikaiconsdir / theme / outdir / 'apps')
endif
endforeach
icons_core = [ '64/dialog-question.png', ]