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 /data/org.mate.panel.menubar.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 'data/org.mate.panel.menubar.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.panel.menubar.gschema.xml.in.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/data/org.mate.panel.menubar.gschema.xml.in.in b/data/org.mate.panel.menubar.gschema.xml.in.in deleted file mode 100644 index 9c7ed19f..00000000 --- a/data/org.mate.panel.menubar.gschema.xml.in.in +++ /dev/null @@ -1,29 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.panel.menubar" path="/org/mate/panel/menubar/"> - <key name="show-applications" type="b"> - <default>true</default> - <_summary>Show applications menu</_summary> - <_description>If true, show applications item in menu bar.</_description> - </key> - <key name="show-places" type="b"> - <default>true</default> - <_summary>Show places menu</_summary> - <_description>If true, show places item in menu bar.</_description> - </key> - <key name="show-desktop" type="b"> - <default>true</default> - <_summary>Show desktop menu</_summary> - <_description>If true, show desktop item in menu bar.</_description> - </key> - <key name="show-icon" type="b"> - <default>true</default> - <_summary>Show icon</_summary> - <_description>If true, show icon in menu bar.</_description> - </key> - <key name="icon-name" type="s"> - <default>'start-here'</default> - <_summary>Icon to show in menu bar</_summary> - <_description>Set the theme icon name to use in menu bar.</_description> - </key> - </schema> -</schemalist> |