icons: now unused meson.build files.

This commit is contained in:
Jehan 2022-02-01 17:39:28 +01:00
parent 3b6b17d30e
commit 59cd3afe50
2 changed files with 0 additions and 34 deletions

View file

@ -1,17 +0,0 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: gimpiconsdir / theme / icons_dir / 'apps',
)
endforeach

View file

@ -1,17 +0,0 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '-symbolic.symbolic.png'
input_path = '../scalable/' + icon + '-symbolic.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
gtk_encode_symbolic_svg, '-o', '@OUTDIR@', '@INPUT@', icons_dir
],
install: true,
install_dir: gimpiconsdir / theme / icons_dir / 'apps',
)
endforeach