fa81335fe8
Using the existing metainfo to populate the about window means that we stop duplicating information, which is generally a good idea. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3158>
22 lines
909 B
XML
22 lines
909 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/Extensions@profile@">
|
|
<file alias="style.css">css/style.css</file>
|
|
|
|
<file preprocess="xml-stripblanks">icons/scalable/actions/info-symbolic.svg</file>
|
|
<file preprocess="xml-stripblanks">icons/scalable/actions/remove-symbolic.svg</file>
|
|
<file preprocess="xml-stripblanks">icons/scalable/actions/settings-symbolic.svg</file>
|
|
<file preprocess="xml-stripblanks">icons/scalable/actions/website-symbolic.svg</file>
|
|
|
|
<file alias="gtk/help-overlay.ui">ui/help-overlay.ui</file>
|
|
</gresource>
|
|
|
|
<gresource prefix="/org/gnome/Extensions">
|
|
<file>dbus-interfaces/org.gnome.Shell.Extensions.xml</file>
|
|
<file preprocess="xml-stripblanks" alias="metainfo.xml">metainfo/@app_id@.metainfo.xml</file>
|
|
|
|
<file>ui/extension-row.ui</file>
|
|
<file>ui/extensions-window.ui</file>
|
|
</gresource>
|
|
</gresources>
|