[pluma] 01/01: debian/patches: Add 0001_disable_python_plugins.patch. Disable Python plugins because libpeas only supports Python3 and the Python plugins in Pluma only support Python2. (LP: #1743133) (LP: #1743137)

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Wed Apr 25 12:45:54 BST 2018


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch master
in repository pluma.

commit 74d6dfc84d94b3336282885a1080ca2cd3ef3561
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date:   Wed Apr 25 11:58:55 2018 +0100

    debian/patches: Add 0001_disable_python_plugins.patch. Disable Python plugins because libpeas only supports Python3 and the Python plugins in Pluma only support Python2. (LP: #1743133) (LP: #1743137)
---
 debian/patches/0001_disable_python_plugins.patch | 68 ++++++++++++++++++++++++
 debian/patches/series                            |  1 +
 2 files changed, 69 insertions(+)

diff --git a/debian/patches/0001_disable_python_plugins.patch b/debian/patches/0001_disable_python_plugins.patch
new file mode 100644
index 0000000..e0ac5c2
--- /dev/null
+++ b/debian/patches/0001_disable_python_plugins.patch
@@ -0,0 +1,68 @@
+Author: Wolfgang Ulbrich <mate at raveit.de>
+Description: Disable Python plugins because libpeas only supports Python3 and the Python plugins in Pluma only support Python2.
+
+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		\
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a154476
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_disable_python_plugins.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/pluma.git



More information about the pkg-mate-commits mailing list