[pluma] 01/01: debian/patches: Refactor 2000_disable_python_plugins.patch.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Wed Aug 17 15:24:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository pluma.
commit 555dcb3379d3f3b289351a432e4e2d5c2651e821
Author: Martin Wimpress <code at flexion.org>
Date: Wed Aug 17 16:23:53 2016 +0100
debian/patches: Refactor 2000_disable_python_plugins.patch.
---
debian/patches/2000_disable_python_plugins.patch | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/debian/patches/2000_disable_python_plugins.patch b/debian/patches/2000_disable_python_plugins.patch
index 1bba317..1bc0b40 100644
--- a/debian/patches/2000_disable_python_plugins.patch
+++ b/debian/patches/2000_disable_python_plugins.patch
@@ -7,7 +7,7 @@ Abstract:
Python plugin in GTK3 Pluma will cause Pluma to crash.
diff --git a/configure.ac b/configure.ac
-index 21a22b1..81f5ee9 100644
+index 5b28f1f..17ac2e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -407,21 +407,9 @@ plugin-loaders/python/bindings/Makefile
@@ -33,7 +33,7 @@ index 21a22b1..81f5ee9 100644
plugins/spell/Makefile
plugins/spell/org.mate.pluma.plugins.spell.gschema.xml
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
-index f8df8e4..c80139c 100644
+index 74aa8d8..c80139c 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,12 +1,8 @@
@@ -49,22 +49,15 @@ index f8df8e4..c80139c 100644
sort \
spell \
taglist \
-@@ -16,7 +12,6 @@ DIST_SUBDIRS = \
- SUBDIRS = \
- changecase \
- docinfo \
-- externaltools \
- filebrowser \
- modelines \
- sort \
-@@ -24,10 +19,6 @@ SUBDIRS = \
+@@ -23,10 +19,6 @@ SUBDIRS = \
time \
trailsave
-if ENABLE_PYTHON
--SUBDIRS += pythonconsole snippets quickopen
+-SUBDIRS += externaltools pythonconsole snippets quickopen
-endif
-
if ENABLE_ENCHANT
SUBDIRS += spell
endif
+
\ No newline at end of file
--
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