[gedit] plugins: move zeitgeist to gedit-plugins project



commit 3f640a84f67cba7088b94f468afa1a66a5b043d3
Author: Igor Gnatenko <i gnatenko brain gmail com>
Date:   Wed Jun 18 02:56:50 2014 +0400

    plugins: move zeitgeist to gedit-plugins project
    
    Reference: https://bugzilla.gnome.org/show_bug.cgi?id=731799
    Signed-off-by: Igor Gnatenko <i gnatenko brain gmail com>

 configure.ac                                     |   24 --
 help/C/gedit-plugins-zeitgeist-dataprovider.page |   38 ---
 help/Makefile.am                                 |    1 -
 plugins/Makefile.am                              |    1 -
 plugins/zeitgeist/Makefile.am                    |   29 --
 plugins/zeitgeist/gedit-zeitgeist-plugin.c       |  350 ----------------------
 plugins/zeitgeist/gedit-zeitgeist-plugin.h       |   65 ----
 plugins/zeitgeist/zeitgeist.plugin.desktop.in    |    9 -
 po/POTFILES.in                                   |    1 -
 9 files changed, 0 insertions(+), 518 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c1b0591..a27795b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -281,29 +281,6 @@ fi
 
 AM_CONDITIONAL(ENABLE_ENCHANT, test x"$enable_enchant" = "xyes")
 
-dnl ================================================================
-dnl libzeitgeit check: for zeitgeist plugin
-dnl ================================================================
-
-LIBZEITGEIST_REQUIRED=0.9.12
-
-AC_ARG_ENABLE([zeitgeist],
-       AS_HELP_STRING([--enable-zeitgeist[=@<:@no/auto/yes@:>@]],[Build with zeitgeist support]),
-       [enable_zeitgeist=$enableval],
-       [enable_zeitgeist="auto"])
-
-if test "x$enable_zeitgeist" = "xauto" ; then
-       PKG_CHECK_EXISTS([zeitgeist-2.0 >= $LIBZEITGEIST_REQUIRED], \
-                         enable_zeitgeist="yes", enable_zeitgeist="no")
-fi
-
-if test "x$enable_zeitgeist" = "xyes" ; then
-       PKG_CHECK_MODULES(ZEITGEIST, \
-                         [zeitgeist-2.0 >= $LIBZEITGEIST_REQUIRED])
-fi
-
-AM_CONDITIONAL(ENABLE_ZEITGEIST, test x"$enable_zeitgeist" = "xyes")
-
 PYGOBJECT_REQUIRED=3.0.0
 
 AC_ARG_ENABLE([python],
@@ -481,7 +458,6 @@ Configuration:
        Deprecations enabled:   $enable_deprecations
        GObject Introspection:  $enable_introspection
        GDK Backend:            $gdk_windowing
-       Zeitgeist support:      $enable_zeitgeist
        Python support:         $enable_python
        Vala support:           $enable_vala
 "
diff --git a/help/Makefile.am b/help/Makefile.am
index 306cc8c..aeacc34 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -35,7 +35,6 @@ HELP_FILES = \
        gedit-plugins-quick-open.page \
        gedit-plugins-snippets.page \
        gedit-plugins-sort.page \
-       gedit-plugins-zeitgeist-dataprovider.page \
        gedit-printing-order.page \
        gedit-printing.page \
        gedit-printing-select.page \
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index cfaee57..365df3a 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -17,7 +17,6 @@ include plugins/snippets/Makefile.am
 include plugins/sort/Makefile.am
 include plugins/spell/Makefile.am
 include plugins/time/Makefile.am
-include plugins/zeitgeist/Makefile.am
 
 gsettings_SCHEMAS += $(plugin_gsettings_SCHEMAS)
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 18786e9..57647b0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -114,4 +114,3 @@ plugins/time/gedit-time-plugin.c
 [type: gettext/glade]plugins/time/gedit-time-setup-dialog.ui
 plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in
 plugins/time/time.plugin.desktop.in
-plugins/zeitgeist/zeitgeist.plugin.desktop.in


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