diff options
author | infirit <[email protected]> | 2015-09-06 21:55:35 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 21:55:35 +0200 |
commit | df7a7488950139e3884972e2363294051e33d45d (patch) | |
tree | c442d94aba98b29a69a743701bf9a7d7a1086950 /command/org.mate.panel.applet.command.gschema.xml.in.in | |
parent | 6bfc67fc80ba929a740d20edd9ba34927dfefafe (diff) | |
download | mate-applets-df7a7488950139e3884972e2363294051e33d45d.tar.bz2 mate-applets-df7a7488950139e3884972e2363294051e33d45d.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 'command/org.mate.panel.applet.command.gschema.xml.in.in')
-rw-r--r-- | command/org.mate.panel.applet.command.gschema.xml.in.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/command/org.mate.panel.applet.command.gschema.xml.in.in b/command/org.mate.panel.applet.command.gschema.xml.in.in deleted file mode 100644 index f5d61479..00000000 --- a/command/org.mate.panel.applet.command.gschema.xml.in.in +++ /dev/null @@ -1,24 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.panel.applet.command"> - <key name="command" type="s"> - <default>'date +%T'</default> - <_summary>Command to execute</_summary> - <_description>Command/script to execute to get the output</_description> - </key> - <key name="interval" type="i"> - <default>1</default> - <_summary>Interval for the command</_summary> - <_description>Interval to execute the command (in seconds)</_description> - </key> - <key name="width" type="i"> - <default>60</default> - <_summary>Width of output</_summary> - <_description>Number of characters to display</_description> - </key> - <key name="show-icon" type="b"> - <default>false</default> - <_summary>Show icon</_summary> - <_description>If applet icon is shown or not</_description> - </key> - </schema> -</schemalist> |