summaryrefslogtreecommitdiff
path: root/net-im/gajim/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
commitdc7cbdfa65fd814b3b9aa3c56257da201109e807 (patch)
treec85d72f6f31f21f178069c9d41d41a7c1ff4b362 /net-im/gajim/files
parent0706fc6986773f4e4d391deff4ad5143c464ea4e (diff)
gentoo resync : 05.04.2019
Diffstat (limited to 'net-im/gajim/files')
-rw-r--r--net-im/gajim/files/1.0.3-0001-disable-gspell.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-im/gajim/files/1.0.3-0001-disable-gspell.patch b/net-im/gajim/files/1.0.3-0001-disable-gspell.patch
new file mode 100644
index 000000000000..fbffa1123342
--- /dev/null
+++ b/net-im/gajim/files/1.0.3-0001-disable-gspell.patch
@@ -0,0 +1,23 @@
+--- a/gajim/common/app.py 2018-05-16 05:59:40.278703415 +0300
++++ b/gajim/common/app.py 2018-05-16 06:00:14.520423471 +0300
+@@ -265,20 +265,6 @@
+ HAVE_IDLE = False
+
+ HAVE_SPELL = False
+-try:
+- spell_log = logging.getLogger('gajim.speller')
+- gi.require_version('Gspell', '1')
+- from gi.repository import Gspell
+- langs = Gspell.language_get_available()
+- for lang in langs:
+- spell_log.info('%s (%s) dict available',
+- lang.get_name(), lang.get_code())
+- if langs:
+- HAVE_SPELL = True
+- else:
+- spell_log.info('No dicts available')
+-except (ImportError, ValueError):
+- pass
+
+ gajim_identity = {'type': 'pc', 'category': 'client', 'name': 'Gajim'}
+ gajim_common_features = [nbxmpp.NS_BYTESTREAM, nbxmpp.NS_SI, nbxmpp.NS_FILE,