icons: now unused meson.build files.
This commit is contained in:
parent
3b6b17d30e
commit
59cd3afe50
2 changed files with 0 additions and 34 deletions
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue