[gnome-todo] Remove the Score plugin



commit 0567e694b299a80979ee29377152a4ddaea9c8ad
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri May 1 11:03:00 2020 -0300

    Remove the Score plugin
    
    It is useless right now.

 meson_options.txt               |   1 -
 plugins/meson.build             |   4 -
 plugins/score/meson.build       |  18 -----
 plugins/score/score.plugin.in   |  13 ---
 plugins/score/score/__init__.py | 174 ----------------------------------------
 5 files changed, 210 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 9b471d0..ffe18d9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -5,7 +5,6 @@ option('profile', type: 'combo', choices: ['default', 'development'], value: 'de
 
 
 # Plugins
-option('score_plugin', type: 'boolean', value: true, description: 'Enable Score plugin')
 option('todo_txt_plugin', type: 'boolean', value: false, description: 'Enable Todo.Txt plugin')
 option('todoist_plugin', type: 'boolean', value: false, description: 'Enable Todoist plugin')
 option('unscheduled_panel_plugin', type: 'boolean', value: true, description: 'Enable Unscheduled Tasks 
Panel plugin')
diff --git a/plugins/meson.build b/plugins/meson.build
index 1bcdbbf..08c5b75 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -19,10 +19,6 @@ subdir('peace')
 subdir('task-lists-workspace')
 subdir('today-panel')
 
-if get_option('score_plugin')
-  subdir('score')
-endif
-
 if get_option('unscheduled_panel_plugin')
   subdir('unscheduled-panel')
 endif


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