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

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/technology.heckin/imagemap/icons">
<file preprocess="to-pixdata">imagemap-circle.png</file>
<file preprocess="to-pixdata">imagemap-coord.png</file>
<file preprocess="to-pixdata">imagemap-dimension.png</file>
<file preprocess="to-pixdata">imagemap-java.png</file>
<file preprocess="to-pixdata">imagemap-polygon.png</file>
<file preprocess="to-pixdata">imagemap-rectangle.png</file>
<file preprocess="to-pixdata">imagemap-to-back.png</file>
<file preprocess="to-pixdata">imagemap-to-front.png</file>
</gresource>
</gresources>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

View File

@ -0,0 +1,16 @@
stock_images = [
'imagemap-circle.png',
'imagemap-coord.png',
'imagemap-dimension.png',
'imagemap-java.png',
'imagemap-polygon.png',
'imagemap-rectangle.png',
'imagemap-to-back.png',
'imagemap-to-front.png',
]
imagemap_icon_sources = gnome.compile_resources(
'imagemap-icon-images',
'imagemap-icon-images.gresource.xml',
# source_dir: meson.current_source_directory(),
)