Initial checkin of Pika from heckimp
This commit is contained in:
16
icons/Symbolic/64/meson.build
Normal file
16
icons/Symbolic/64/meson.build
Normal file
@ -0,0 +1,16 @@
|
||||
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: pikaiconsdir / theme / icons_dir / 'apps',
|
||||
)
|
||||
endforeach
|
BIN
icons/Symbolic/64/pika-frame.png
Normal file
BIN
icons/Symbolic/64/pika-frame.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 479 B |
BIN
icons/Symbolic/64/pika-texture.png
Normal file
BIN
icons/Symbolic/64/pika-texture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 328 B |
Reference in New Issue
Block a user