From 81bd3ca4e9179ff74b7bf44b3af4b130aa286035 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Tue, 17 Mar 2020 15:06:37 +0100 Subject: [PATCH] fix(linux): Fix keyman-config Linux package Add com.keyman.gschema.xml to source package. We use the Python setuptools to create the binary and source package, therefore we have to tell it to include the schema file. --- linux/keyman-config/MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/keyman-config/MANIFEST.in b/linux/keyman-config/MANIFEST.in index c15632adaa..e27020f36c 100644 --- a/linux/keyman-config/MANIFEST.in +++ b/linux/keyman-config/MANIFEST.in @@ -2,3 +2,4 @@ recursive-include keyman_config/icons * recursive-include icons * include README.md include *.bash-completion +include *.gschema.xml