[gedit] meson: install org.gnome.gedit.plugins.checkupdate.gschema



commit b702227cc18aa15a557454dc873bb3a6eba5b2ac
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Wed Jun 12 18:10:04 2019 +0200

    meson: install org.gnome.gedit.plugins.checkupdate.gschema
    
    This was lost in the autotools transition.
    
    Otherwise when enabling the plugin gedit crashes and can't be started
    without crashing after that.
    
    (this plugin is only available on Windows)

 plugins/checkupdate/meson.build | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/plugins/checkupdate/meson.build b/plugins/checkupdate/meson.build
index dc55d5336..d527ddb2c 100644
--- a/plugins/checkupdate/meson.build
+++ b/plugins/checkupdate/meson.build
@@ -25,6 +25,17 @@ libcheckupdate_sha = shared_module(
   name_suffix: module_suffix,
 )
 
+configure_file(
+  input: 'org.gnome.gedit.plugins.checkupdate.gschema.xml.in',
+  output: 'org.gnome.gedit.plugins.checkupdate.gschema.xml',
+  configuration: gschema_xml,
+  install: true,
+  install_dir: join_paths(
+    glibdir,
+    'schemas',
+  )
+)
+
 custom_target(
   'checkupdate.plugin',
   input: 'checkupdate.plugin.desktop.in',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]