[gedit-plugins] Remove synctex plugin



commit 9f59fd8292e1c0cc88824010a61b32a049444632
Author: Jordi Mas <jmas softcatala org>
Date:   Tue May 28 21:43:20 2019 +0200

    Remove synctex plugin

 meson.build                                   |   1 -
 meson_options.txt                             |   1 -
 plugins/synctex/gedit-synctex.metainfo.xml.in |  16 --
 plugins/synctex/meson.build                   |  48 ----
 plugins/synctex/synctex.plugin.desktop.in.in  |  10 -
 plugins/synctex/synctex/__init__.py           |   7 -
 plugins/synctex/synctex/evince_dbus.py        | 187 --------------
 plugins/synctex/synctex/synctex.py            | 349 --------------------------
 po/POTFILES.in                                |   3 -
 9 files changed, 622 deletions(-)
---
diff --git a/meson.build b/meson.build
index 071efa1..b1c295e 100644
--- a/meson.build
+++ b/meson.build
@@ -92,7 +92,6 @@ all_plugins = {
   'joinlines': {'language': 'python'},
   'multiedit': {'language': 'python'},
   'smartspaces': {'language': 'python'},
-  'synctex': {'language': 'python'},
   'terminal': {'language': 'python'},
   'textsize': {'language': 'python'},
   'translate': {'language': 'python'},
diff --git a/meson_options.txt b/meson_options.txt
index 330ea0f..d2770b7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,7 +11,6 @@ option('plugin_git', type: 'boolean')
 option('plugin_joinlines', type: 'boolean')
 option('plugin_multiedit', type: 'boolean')
 option('plugin_smartspaces', type: 'boolean')
-option('plugin_synctex', type: 'boolean')
 option('plugin_terminal', type: 'boolean')
 option('plugin_textsize', type: 'boolean')
 option('plugin_translate', type: 'boolean')
diff --git a/po/POTFILES.in b/po/POTFILES.in
index fa9d927..0f4a3ae 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -44,9 +44,6 @@ plugins/multiedit/multiedit.plugin.desktop.in.in
 plugins/multiedit/multiedit/viewactivatable.py
 plugins/smartspaces/gedit-smartspaces.metainfo.xml.in
 plugins/smartspaces/smartspaces.plugin.desktop.in.in
-plugins/synctex/gedit-synctex.metainfo.xml.in
-plugins/synctex/synctex.plugin.desktop.in.in
-plugins/synctex/synctex/synctex.py
 plugins/terminal/gedit-terminal.metainfo.xml.in
 plugins/terminal/org.gnome.gedit.plugins.terminal.gschema.xml
 plugins/terminal/terminal.plugin.desktop.in.in


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