ports/net-im/scudcloud/files/patch-scudcloud_resources.py
Nicola Vitale 4ec8013949 ScudCloud is a non official open-source desktop client app for Slack.
ScudCloud improves the Slack integration with desktop featuring:

   * multiple teams support
   * native system notifications
   * count of unread direct mentions at launcher/sytray icon
   * alert/wobbling on new messages
   * optional tray notifications and "Close to Tray"
   * follow your desktop activity and will stay online while you're
     logged in (if correct packages are installed)

WWW: https://github.com/raelgc/scudcloud
2018-01-20 10:25:50 +00:00

11 lines
415 B
Python

--- scudcloud/resources.py.orig 2018-01-19 13:48:09 UTC
+++ scudcloud/resources.py
@@ -13,7 +13,7 @@ class Resources:
GOOGLE_OAUTH2_URL_RE = re.compile(r'^https://accounts.google.com/o/oauth')
SPELL_LIMIT = 6
- SPELL_DICT_PATH = '/usr/share/hunspell'
+ SPELL_DICT_PATH = '%%LOCALBASE%%/share/hunspell'
DEFAULT_CONFDIR = '~/.config/scudcloud'
DEFAULT_CACHEDIR = '~/.cache/scudcloud'