[gedit-plugins] Drop dashboard plugin



commit a8a89c84c88d3867b7ab1d394bac8789b307d56b
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Wed Jan 9 22:40:58 2019 -0500

    Drop dashboard plugin
    
    It's been broken for years.
    
    And Zeitgeist isn't as popular as it used to be.
    
    If someone wants to fix it, please fetch it from git history.

 configure.ac                                      |  23 +-
 plugins/Makefile.am                               |   1 -
 plugins/dashboard/Makefile.am                     |  13 -
 plugins/dashboard/dashboard.plugin.desktop.in.in  |  10 -
 plugins/dashboard/dashboard/__init__.py           | 103 ------
 plugins/dashboard/dashboard/dashboard.py          | 408 ----------------------
 plugins/dashboard/dashboard/utils.py              | 154 --------
 plugins/dashboard/gedit-dashboard.metainfo.xml.in |  13 -
 po/POTFILES.in                                    |   3 -
 po/POTFILES.skip                                  |   1 -
 10 files changed, 1 insertion(+), 728 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ba525fb..657435c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -195,25 +195,6 @@ then
 
        AC_MSG_RESULT($have_vte)
 
-       # Dashboard (Zeitgeist)
-       if test "x$have_zeitgeist" = "xyes"
-       then
-               AC_MSG_CHECKING([for dashboard dependency zeitgeist])
-               if `$PYTHON -c "import gi; gi.require_version('Zeitgeist', '2.0')" 2>/dev/null`;
-               then
-                       have_dashboard=yes
-                       PLUGINS="$PLUGINS dashboard"
-               else
-                       have_dashboard=no
-                       disabled_plugins="$disabled_plugins dashboard (Zeitgeist gi not found)"
-               fi
-       else
-               have_dashboard=no
-               disabled_plugins="$disabled_plugins dashboard (Zeitgeist disabled)"
-       fi
-
-       AC_MSG_RESULT($have_dashboard)
-
        # Charmap (Gucharmap)
        AC_MSG_CHECKING([for charmap dependency gucharmap])
        if `$PYTHON -c "import gi; gi.require_version('Gucharmap', '2.90')" 2>/dev/null`;
@@ -243,12 +224,11 @@ then
                disabled_plugins="$disabled_plugins git"
        fi
 else
-       disabled_plugins="$disabled_plugins $PY_PLUGINS synctex terminal dashboard charmap git (python not 
found)"
+       disabled_plugins="$disabled_plugins $PY_PLUGINS synctex terminal charmap git (python not found)"
 fi
 
 AM_CONDITIONAL([ENABLE_SYNCTEX], test "x$have_synctex" = "xyes")
 AM_CONDITIONAL([ENABLE_TERMINAL], test "x$have_vte" = "xyes")
-AM_CONDITIONAL([ENABLE_DASHBOARD], test "x$have_dashboard" = "xyes")
 AM_CONDITIONAL([ENABLE_CHARMAP], test "x$have_gucharmap" = "xyes")
 AM_CONDITIONAL([ENABLE_GIT], test "x$have_git2" = "xyes")
 
@@ -313,7 +293,6 @@ plugins/codecomment/codecomment.plugin.desktop.in
 plugins/colorpicker/colorpicker.plugin.desktop.in
 plugins/colorschemer/colorschemer.plugin.desktop.in
 plugins/commander/commander.plugin.desktop.in
-plugins/dashboard/dashboard.plugin.desktop.in
 plugins/drawspaces/drawspaces.plugin.desktop.in
 plugins/findinfiles/findinfiles.plugin.desktop.in
 plugins/git/git.plugin.desktop.in
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 59ee75d..1d4babe 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -19,7 +19,6 @@ include plugins/codecomment/Makefile.am
 include plugins/colorpicker/Makefile.am
 include plugins/colorschemer/Makefile.am
 include plugins/commander/Makefile.am
-include plugins/dashboard/Makefile.am
 include plugins/drawspaces/Makefile.am
 include plugins/findinfiles/Makefile.am
 include plugins/git/Makefile.am
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 6632a76..0b5641a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -21,9 +21,6 @@ plugins/colorschemer/schemer.ui
 plugins/commander/commander/appactivatable.py
 plugins/commander/commander.plugin.desktop.in.in
 plugins/commander/gedit-commander.metainfo.xml.in
-plugins/dashboard/dashboard/dashboard.py
-plugins/dashboard/dashboard.plugin.desktop.in.in
-plugins/dashboard/gedit-dashboard.metainfo.xml.in
 plugins/drawspaces/drawspaces.plugin.desktop.in.in
 plugins/drawspaces/gedit-drawspaces-app-activatable.c
 plugins/drawspaces/gedit-drawspaces-configurable.ui
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index d6533f1..e99e7c1 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -7,7 +7,6 @@ plugins/codecomment/codecomment.plugin.desktop.in
 plugins/colorpicker/colorpicker.plugin.desktop.in
 plugins/colorschemer/colorschemer.plugin.desktop.in
 plugins/commander/commander.plugin.desktop.in
-plugins/dashboard/dashboard.plugin.desktop.in
 plugins/drawspaces/drawspaces.plugin.desktop.in
 plugins/findinfiles/dialog.c
 plugins/findinfiles/findinfiles.plugin.desktop.in


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