Initial checkin of Pika from heckimp

This commit is contained in:
2023-09-25 15:35:21 -07:00
commit 891e999216
6761 changed files with 5240685 additions and 0 deletions

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B