diff options
author | infirit <[email protected]> | 2015-09-08 11:51:41 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 11:51:41 +0200 |
commit | bcf861f9a00d1e6e67616eee898291e1ed6cca36 (patch) | |
tree | eb569b16b4caa5a2b5cd3ef8d34741b2ad085af9 /org.mate.control-center.keybinding.gschema.xml.in.in | |
parent | 57026bf522ee80d8fc3710ca33da73ff103f98c3 (diff) | |
download | mate-control-center-bcf861f9a00d1e6e67616eee898291e1ed6cca36.tar.bz2 mate-control-center-bcf861f9a00d1e6e67616eee898291e1ed6cca36.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 'org.mate.control-center.keybinding.gschema.xml.in.in')
-rw-r--r-- | org.mate.control-center.keybinding.gschema.xml.in.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/org.mate.control-center.keybinding.gschema.xml.in.in b/org.mate.control-center.keybinding.gschema.xml.in.in deleted file mode 100644 index acecc6b2..00000000 --- a/org.mate.control-center.keybinding.gschema.xml.in.in +++ /dev/null @@ -1,19 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.control-center.keybinding"> - <key name="binding" type="s"> - <default>''</default> - <_summary>Keybinding</_summary> - <_description>Keybinding associated with a custom shortcut.</_description> - </key> - <key name="action" type="s"> - <default>''</default> - <_summary>Command</_summary> - <_description>Command associated with a custom keybinding.</_description> - </key> - <key name="name" type="s"> - <default>''</default> - <_summary>Name</_summary> - <_description>Description associated with a custom keybinding.</_description> - </key> - </schema> -</schemalist> |