The GdkPixbuf removed the XPM loader, thus convert the XPM images into a more recent format and use that instead.
12 lines
440 B
XML
12 lines
440 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<gresources>
|
|
<gresource prefix="org.gnome.Evolution">
|
|
<file>emoji.data</file>
|
|
<file alias="arrow-down.svg">images/arrow-down.svg</file>
|
|
<file alias="arrow-up.svg">images/arrow-up.svg</file>
|
|
<file alias="empty.svg">images/empty.svg</file>
|
|
<file alias="jump.svg">images/jump.svg</file>
|
|
<file alias="jump-focused.svg">images/jump-focused.svg</file>
|
|
</gresource>
|
|
</gresources>
|