depends python    &&
depends pygtk2    &&
suggest_depends pyenchant                         \
                 "" "" "to enable spell-checking" &&
if is_depends_enabled ${SPELL} pyenchant
then
  runtime_depends SPELLING  &&
  suggest_depends iso-codes \
                   "" "" "to translate language and country names"
fi &&
suggest_depends chardet                                         \
                 "" "" "for character encoding auto-detection " &&
[[ "${GAUPOL_PLAYER}" != "none" ]] && runtime_depends "${GAUPOL_PLAYER}"
