[gnome-builder/gnome-builder-3-26] fpaste: remove fpaste plugin
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-26] fpaste: remove fpaste plugin
- Date: Wed, 20 Sep 2017 05:19:39 +0000 (UTC)
commit 71f5712dc13c14a13783e47ba991b25df783ad31
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 6cf20b6..5ab5e8f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -40,7 +40,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 320fb02..70c4f8b 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')
@@ -85,7 +84,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]