Blob Blame History Raw
From 59054bb7dfbd5f6f985ddd1712da22262425b8a6 Mon Sep 17 00:00:00 2001
From: raveit65 <mate@raveit.de>
Date: Fri, 20 Apr 2018 16:34:35 +0200
Subject: [PATCH] disable python plugins again

---
 configure.ac        | 14 --------------
 plugins/Makefile.am |  8 --------
 2 files changed, 22 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8ccb37d..177d305 100644
--- a/configure.ac
+++ b/configure.ac
@@ -181,8 +181,6 @@ else
 	have_introspection=no
 fi
 
-AM_PATH_PYTHON([2.7])
-
 dnl ================================================================
 dnl GSettings related settings
 dnl ================================================================
@@ -233,21 +231,9 @@ pixmaps/Makefile
 plugins/Makefile
 plugins/changecase/Makefile
 plugins/docinfo/Makefile
-plugins/externaltools/data/Makefile
-plugins/externaltools/Makefile
-plugins/externaltools/scripts/Makefile
-plugins/externaltools/tools/Makefile
 plugins/filebrowser/Makefile
 plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml
 plugins/modelines/Makefile
-plugins/pythonconsole/Makefile
-plugins/pythonconsole/pythonconsole/Makefile
-plugins/quickopen/Makefile
-plugins/quickopen/quickopen/Makefile
-plugins/snippets/data/lang/Makefile
-plugins/snippets/data/Makefile
-plugins/snippets/Makefile
-plugins/snippets/snippets/Makefile
 plugins/sort/Makefile
 plugins/spell/Makefile
 plugins/spell/org.mate.pluma.plugins.spell.gschema.xml
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 28ae891..c80139c 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,12 +1,8 @@
 DIST_SUBDIRS =		\
 	changecase 	\
 	docinfo 	\
-	externaltools	\
 	filebrowser 	\
 	modelines	\
-	pythonconsole	\
-	quickopen	\
-	snippets	\
 	sort 		\
 	spell 		\
 	taglist 	\
@@ -16,12 +12,8 @@ DIST_SUBDIRS =		\
 SUBDIRS = 		\
 	changecase	\
 	docinfo		\
-	externaltools	\
 	filebrowser	\
 	modelines	\
-	pythonconsole	\
-	quickopen	\
-	snippets	\
 	sort		\
 	taglist		\
 	time		\
-- 
2.13.6