From 57a3daf2d5c02283a34a543f4567b4b3c71a2514 Mon Sep 17 00:00:00 2001 From: JosephMcc Date: Mon, 20 Feb 2017 04:13:09 -0800 Subject: [PATCH 1/2] Allow building with --disable-spell It helps if we actually respect our conditionals. --- plugins/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 2525b12..e6e56c7 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -14,7 +14,6 @@ SUBDIRS = \ filebrowser \ modelines \ sort \ - spell \ taglist \ textsize \ time \ From ce92a1a3166d70849ef797f03715941ff464607b Mon Sep 17 00:00:00 2001 From: JosephMcc Date: Mon, 20 Feb 2017 13:27:25 -0800 Subject: [PATCH 2/2] debian: Add dependency on libpeas-1.0-0-python3loader We need this for the python3 plugin loader to work Closes: https://github.com/linuxmint/xed/issues/94 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 97bc142..c543bf6 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Depends: iso-codes, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, + libpeas-1.0-0-python3loader, python3, python3-gi, xapps-common,