diff options
author | infirit <[email protected]> | 2015-09-08 12:39:43 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 12:39:43 +0200 |
commit | ddf66032a7375c70befe4a0d72ba04d7bc6b0f15 (patch) | |
tree | f6cc61780b35fa67e7b1cf54e318a3ecb449804b /maximus/org.mate.maximus.gschema.xml.in.in | |
parent | eb03540f077e40956544234451975001ab2fa4f0 (diff) | |
download | mate-netbook-ddf66032a7375c70befe4a0d72ba04d7bc6b0f15.tar.bz2 mate-netbook-ddf66032a7375c70befe4a0d72ba04d7bc6b0f15.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
Diffstat (limited to 'maximus/org.mate.maximus.gschema.xml.in.in')
-rw-r--r-- | maximus/org.mate.maximus.gschema.xml.in.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/maximus/org.mate.maximus.gschema.xml.in.in b/maximus/org.mate.maximus.gschema.xml.in.in deleted file mode 100644 index 8f0c635..0000000 --- a/maximus/org.mate.maximus.gschema.xml.in.in +++ /dev/null @@ -1,24 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.maximus" path="/org/mate/maximus/"> - <key name="exclude-class" type="as"> - <default>[ 'Totem' ]</default> - <_summary>A list of exclusion strings which apply to the window class.</_summary> - <_description>A list of exclusion strings which apply to the window class</_description> - </key> - <key name="binding" type="s"> - <default>'disabled'</default> - <_summary>A binding</_summary> - <_description>A binding</_description> - </key> - <key name="undecorate" type="b"> - <default>false</default> - <_summary>Undecorate windows when maximized</_summary> - <_description>Undecorate windows when maximized</_description> - </key> - <key name="no-maximize" type="b"> - <default>true</default> - <_summary>Do not automatically maximize newly opened windows</_summary> - <_description>Do not automatically maximize newly opened windows. If undecorate is set, will still undecorate maximised windows.</_description> - </key> - </schema> -</schemalist> |