diff options
author | infirit <[email protected]> | 2015-09-08 15:30:42 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 15:30:42 +0200 |
commit | 36aaf5759c1beececce2b161b47de7c6337bb279 (patch) | |
tree | edf7ffc5959645179e832a1e7e10aa74cc97676c /data/org.mate.peripherals-smartcard.gschema.xml.in.in | |
parent | 2db7cc811d771c2f2dd5ee9b0cbb6be1f6401170 (diff) | |
download | mate-settings-daemon-36aaf5759c1beececce2b161b47de7c6337bb279.tar.bz2 mate-settings-daemon-36aaf5759c1beececce2b161b47de7c6337bb279.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.peripherals-smartcard.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.peripherals-smartcard.gschema.xml.in.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/org.mate.peripherals-smartcard.gschema.xml.in.in b/data/org.mate.peripherals-smartcard.gschema.xml.in.in deleted file mode 100644 index 8b6cfd6..0000000 --- a/data/org.mate.peripherals-smartcard.gschema.xml.in.in +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0"?> -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.peripherals-smartcard" path="/org/mate/desktop/peripherals/smartcard/"> - <key name="removal-action" type="s"> - <default>'none'</default> - <_summary>Smartcard removal action</_summary> - <_description>Set this to one of "none", "lock_screen", or "force_logout". The action will get performed when the smartcard used for log in is removed.</_description> - </key> - </schema> -</schemalist> |