mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-02 02:46:59 +03:00
b0b271274c
The GTK UI resources have to be different resources between major versions. When kept in one directory with slightly different filenames they were difficult to distinguish and resource definition was difficult to update. The resources for both gtk versions were stored in both builds resulting in unneccessary increased binary size. The new stratagy lists the UI files once in a single gresources file and only includes what is required. If a UI file is added it must be provided in both gtk2 and 3 or a build failure will occour rather than a runtime error.
59 lines
2.4 KiB
XML
59 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/netsurf">
|
|
<file preprocess="to-pixdata">favicon.png</file>
|
|
<file preprocess="to-pixdata">netsurf.xpm</file>
|
|
<file preprocess="to-pixdata">menu_cursor.png</file>
|
|
<file preprocess="to-pixdata">throbber/throbber0.png</file>
|
|
<file preprocess="to-pixdata">throbber/throbber1.png</file>
|
|
<file preprocess="to-pixdata">throbber/throbber2.png</file>
|
|
<file preprocess="to-pixdata">throbber/throbber3.png</file>
|
|
<file preprocess="to-pixdata">throbber/throbber4.png</file>
|
|
<file preprocess="to-pixdata">throbber/throbber5.png</file>
|
|
<file preprocess="to-pixdata">throbber/throbber6.png</file>
|
|
<file preprocess="to-pixdata">throbber/throbber7.png</file>
|
|
<file preprocess="to-pixdata">throbber/throbber8.png</file>
|
|
<file>credits.html</file>
|
|
<file>it/credits.html</file>
|
|
<file>nl/credits.html</file>
|
|
<file>zh_CN/credits.html</file>
|
|
<file>licence.html</file>
|
|
<file>it/licence.html</file>
|
|
<file>nl/licence.html</file>
|
|
<file>zh_CN/licence.html</file>
|
|
<file>welcome.html</file>
|
|
<file>de/welcome.html</file>
|
|
<file>it/welcome.html</file>
|
|
<file>ja/welcome.html</file>
|
|
<file>nl/welcome.html</file>
|
|
<file>zh_CN/welcome.html</file>
|
|
<file>adblock.css</file>
|
|
<file>default.css</file>
|
|
<file>internal.css</file>
|
|
<file>quirks.css</file>
|
|
<file>netsurf.png</file>
|
|
<file>default.ico</file>
|
|
<file>icons/show-cookie.png</file>
|
|
<file>icons/local-history.png</file>
|
|
<file>icons/arrow-l.png</file>
|
|
<file>icons/content.png</file>
|
|
<file>icons/directory2.png</file>
|
|
<file>icons/directory.png</file>
|
|
<file>icons/hotlist-add.png</file>
|
|
<file>icons/hotlist-rmv.png</file>
|
|
<file>icons/search.png</file>
|
|
<file>icons/24x24/actions/page-info-insecure.png</file>
|
|
<file>icons/24x24/actions/page-info-internal.png</file>
|
|
<file>icons/24x24/actions/page-info-local.png</file>
|
|
<file>icons/24x24/actions/page-info-secure.png</file>
|
|
<file>icons/24x24/actions/page-info-warning.png</file>
|
|
<file>icons/48x48/actions/page-info-insecure.png</file>
|
|
<file>icons/48x48/actions/page-info-internal.png</file>
|
|
<file>icons/48x48/actions/page-info-local.png</file>
|
|
<file>icons/48x48/actions/page-info-secure.png</file>
|
|
<file>icons/48x48/actions/page-info-warning.png</file>
|
|
<file>languages</file>
|
|
<file>accelerators</file>
|
|
</gresource>
|
|
</gresources>
|