diff options
author | infirit <[email protected]> | 2015-09-06 16:20:20 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 16:20:20 +0200 |
commit | 9ef7e261d4a9ea536d6f467c2b9bd1381bcd73aa (patch) | |
tree | e7e9ceb6ea268edfb47c900fd1a427f72059f9bc /applets/fish/org.mate.panel.applet.fish.gschema.xml.in.in | |
parent | 667466775b7d785ac048732b18efacea09711ab2 (diff) | |
download | mate-panel-9ef7e261d4a9ea536d6f467c2b9bd1381bcd73aa.tar.bz2 mate-panel-9ef7e261d4a9ea536d6f467c2b9bd1381bcd73aa.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 'applets/fish/org.mate.panel.applet.fish.gschema.xml.in.in')
-rw-r--r-- | applets/fish/org.mate.panel.applet.fish.gschema.xml.in.in | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/applets/fish/org.mate.panel.applet.fish.gschema.xml.in.in b/applets/fish/org.mate.panel.applet.fish.gschema.xml.in.in deleted file mode 100644 index 6ab7bd07..00000000 --- a/applets/fish/org.mate.panel.applet.fish.gschema.xml.in.in +++ /dev/null @@ -1,34 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.panel.applet.fish"> - <key name="name" type="s"> - <default>'Wanda'</default> - <_summary>The fish's name</_summary> - <_description>A fish without a name is a pretty dull fish. Bring your fish to life by naming him.</_description> - </key> - <key name="image" type="s"> - <default>'wanda.png'</default> - <_summary>The fish's animation pixmap</_summary> - <_description>This key specifies the filename of the pixmap which will be used for the animation displayed in the fish applet relative to the pixmap directory.</_description> - </key> - <key name="command" type="s"> - <default>'fortune'</default> - <_summary>Command to execute on click</_summary> - <_description>This key specifies the command that will be tried to execute when the fish is clicked.</_description> - </key> - <key name="frames" type="i"> - <default>8</default> - <_summary>Frames in fish's animation</_summary> - <_description>This key specifies the number of frames that will be displayed in the fish's animation.</_description> - </key> - <key name="speed" type="d"> - <default>0.3</default> - <_summary>Pause per frame</_summary> - <_description>This key specifies the number of seconds each frame will be displayed.</_description> - </key> - <key name="rotate" type="b"> - <default>false</default> - <_summary>Rotate on vertical panels</_summary> - <_description>If true, the fish's animation will be displayed rotated on vertical panels.</_description> - </key> - </schema> -</schemalist> |