Initial checkin of Pika from heckimp
This commit is contained in:
17
icons/Color/24/meson.build
Normal file
17
icons/Color/24/meson.build
Normal file
@ -0,0 +1,17 @@
|
||||
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: pikaiconsdir / theme / icons_dir / 'apps',
|
||||
)
|
||||
endforeach
|
||||
|
Reference in New Issue
Block a user