[gedit-plugins] smartspaces: remove Python implementation



commit 98230c9495926b8240ee8f3d6b9da4d2a1351706
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Oct 8 21:47:40 2020 +0200

    smartspaces: remove Python implementation
    
    The plugin will be re-implemented in C, and by using the newer
    GtkSourceView:smart-backspace property.

 plugins/smartspaces/meson.build    |  12 ----
 plugins/smartspaces/smartspaces.py | 118 -------------------------------------
 2 files changed, 130 deletions(-)
---
diff --git a/plugins/smartspaces/meson.build b/plugins/smartspaces/meson.build
index 8821837..1904138 100644
--- a/plugins/smartspaces/meson.build
+++ b/plugins/smartspaces/meson.build
@@ -1,15 +1,3 @@
-smartspaces_sources = files(
-  'smartspaces.py',
-)
-
-install_data(
-  smartspaces_sources,
-  install_dir: join_paths(
-    pkglibdir,
-    'plugins',
-  )
-)
-
 smartspaces_plugin_in = configure_file(
   input: 'smartspaces.plugin.desktop.in.in',
   output: 'smartspaces.plugin.desktop.in',


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