diff options
author | infirit <[email protected]> | 2015-09-08 14:37:51 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 14:39:26 +0200 |
commit | 58c1d1c25d138c0b154e074c2c5b667551ac5239 (patch) | |
tree | fb004183c25fd747e069a34b4f639218099a1406 /org.mate.sensors-applet.gschema.xml.in.in | |
parent | 5cab0e83ac2f44fe78ba6ef1732a3286ec3f9476 (diff) | |
download | mate-sensors-applet-58c1d1c25d138c0b154e074c2c5b667551ac5239.tar.bz2 mate-sensors-applet-58c1d1c25d138c0b154e074c2c5b667551ac5239.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.sensors-applet.gschema.xml.in.in')
-rw-r--r-- | org.mate.sensors-applet.gschema.xml.in.in | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/org.mate.sensors-applet.gschema.xml.in.in b/org.mate.sensors-applet.gschema.xml.in.in deleted file mode 100644 index bd905ad..0000000 --- a/org.mate.sensors-applet.gschema.xml.in.in +++ /dev/null @@ -1,40 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.sensors-applet"> - <key name="font-size" type="i"> - <default>0</default> - <_summary>Font size in points</_summary> - </key> - <key name="hide-units" type="b"> - <default>false</default> - <_summary>Specify if show or hide sensor units</_summary> - </key> - <key name="display-mode" type="i"> - <default>1</default> - <_summary>Set if display icons or text labels</_summary> - </key> - <key name="layout-mode" type="i"> - <default>0</default> - <_summary>Set value beside or below label</_summary> - </key> - <key name="temperature-scale" type="i"> - <default>1</default> - <_summary>Show temperature in Kelvin, Celsius or Fahrenheit </_summary> - </key> - <key name="display-notifications" type="b"> - <default>true</default> - <_summary>Whether to display notifications</_summary> - </key> - <key name="timeout-delay" type="i"> - <default>2000</default> - <_summary>Delay (in ms) between refreshes</_summary> - </key> - <key name="graph-size" type="i"> - <default>42</default> - <_summary>The size of the graph in pixels (width if horizontal, height if vertical)</_summary> - </key> - <key name="sensors-list" type="as"> - <default>[]</default> - <_summary>List of sensors</_summary> - </key> - </schema> -</schemalist> |