summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2016-01-02 22:05:58 +0300
committerMonsta <[email protected]>2016-01-02 22:05:58 +0300
commit6f8f79f3b8d68cfc26a56f74a9479247df862ea7 (patch)
tree0f24c4903d1e04bb893a5d5b10cf1565e035a806
parent2068b4a0c6cd4b2053952b2ec6f6216b193a354f (diff)
downloadlibmatekbd-6f8f79f3b8d68cfc26a56f74a9479247df862ea7.tar.bz2
libmatekbd-6f8f79f3b8d68cfc26a56f74a9479247df862ea7.tar.xz
drop MateConf migration script
-rw-r--r--libmatekbd/Makefile.am6
-rw-r--r--libmatekbd/matekbd.convert27
2 files changed, 1 insertions, 32 deletions
diff --git a/libmatekbd/Makefile.am b/libmatekbd/Makefile.am
index 594ae43..c4ae951 100644
--- a/libmatekbd/Makefile.am
+++ b/libmatekbd/Makefile.am
@@ -79,14 +79,10 @@ gsettingsschema_in_files = org.mate.peripherals-keyboard-xkb.gschema.xml.in
gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
@GSETTINGS_RULES@
-convertdir = $(datadir)/MateConf/gsettings
-convert_DATA = matekbd.convert
-
EXTRA_DIST = matekbd-indicator-marshal.list \
matekbd-keyboard-drawing-marshal.list \
$(gsettingsschema_in_files) \
- $(convert_DATA) \
- $(ui_DATA)
+ $(ui_DATA)
DISTCLEANFILES = $(gsettings_SCHEMAS)
diff --git a/libmatekbd/matekbd.convert b/libmatekbd/matekbd.convert
deleted file mode 100644
index a48e77f..0000000
--- a/libmatekbd/matekbd.convert
+++ /dev/null
@@ -1,27 +0,0 @@
-[org.mate.peripherals-keyboard-xkb.kbd]
-model = /desktop/mate/peripherals/keyboard/kbd/model
-layouts = /desktop/mate/peripherals/keyboard/kbd/layouts
-options = /desktop/mate/peripherals/keyboard/kbd/options
-
-[org.mate.peripherals-keyboard-xkb.general]
-update-handlers = /desktop/mate/peripherals/keyboard/general/update_handlers
-known-file-list = /desktop/mate/peripherals/keyboard/general/known_file_list
-default-group = /desktop/mate/peripherals/keyboard/general/defaultGroup
-group-per-window = /desktop/mate/peripherals/keyboard/general/groupPerWindow
-handle-indicators = /desktop/mate/peripherals/keyboard/general/handleIndicators
-layout-names-as-group-names = /desktop/mate/peripherals/keyboard/general/layoutNamesAsGroupNames
-load-extra-items = /desktop/mate/peripherals/keyboard/general/loadExtraItems
-disable-sysconfig-changed-warning = /desktop/mate/peripherals/keyboard/general/disable_sysconfig_changed_warning
-
-[org.mate.peripherals-keyboard-xkb.preview]
-x = /desktop/mate/peripherals/keyboard/preview/x
-y = /desktop/mate/peripherals/keyboard/preview/y
-width = /desktop/mate/peripherals/keyboard/preview/width
-height = /desktop/mate/peripherals/keyboard/preview/height
-
-[org.mate.peripherals-keyboard-xkb.indicator]
-secondary = /desktop/mate/peripherals/keyboard/indicator/secondary
-show-flags = /desktop/mate/peripherals/keyboard/indicator/showFlags
-font-family = /desktop/mate/peripherals/keyboard/indicator/fontFamily
-foreground-color = /desktop/mate/peripherals/keyboard/indicator/foregroundColor
-background-color = /desktop/mate/peripherals/keyboard/indicator/backgroundColor