[gnome-builder] fpaste: remove fpaste plugin



commit d1ee759177466283546b63433287124610d63eb7
Author: Christian Hergert <chergert redhat com>
Date:   Tue Sep 19 21:55:41 2017 -0700

    fpaste: remove fpaste plugin
    
    This plugin has been broken in a couple different ways, and the
    paste server API has completely changed. Instead of trying to
    fix this (which requires a bunch), I'd rather just remove this.
    
    If someone wants to make a new version that is well supported,
    they can build it however the see fit.

 meson_options.txt                         |    1 -
 plugins/fpaste/fpaste.plugin              |    9 --
 plugins/fpaste/fpaste_plugin/__init__.py  |  119 -----------------------------
 plugins/fpaste/fpaste_plugin/gtk/menus.ui |   16 ----
 plugins/fpaste/meson.build                |   17 ----
 plugins/meson.build                       |    2 -
 6 files changed, 0 insertions(+), 164 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index dad0d4d..9e5d204 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -39,7 +39,6 @@ option('with_eslint', type: 'boolean')
 option('with_file_search', type: 'boolean')
 option('with_find_other_file', type: 'boolean')
 option('with_flatpak', type: 'boolean')
-option('with_fpaste', type: 'boolean')
 option('with_gcc', type: 'boolean')
 option('with_gdb', type: 'boolean')
 option('with_gettext', type: 'boolean')
diff --git a/plugins/meson.build b/plugins/meson.build
index 54da7e1..4f9f9e5 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -29,7 +29,6 @@ subdir('eslint')
 subdir('file-search')
 subdir('find-other-file')
 subdir('flatpak')
-subdir('fpaste')
 subdir('gcc')
 subdir('gdb')
 subdir('gettext')
@@ -86,7 +85,6 @@ status += [
   'File Search ........... : @0@'.format(get_option('with_file_search')),
   'Find other file ....... : @0@'.format(get_option('with_find_other_file')),
   'Flatpak ............... : @0@'.format(get_option('with_flatpak')),
-  'Fpaste ................ : @0@'.format(get_option('with_fpaste')),
   'GCC ................... : @0@'.format(get_option('with_gcc')),
   'GDB ................... : @0@'.format(get_option('with_gdb')),
   'Gettext ............... : @0@'.format(get_option('with_gettext')),


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