diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-27 10:25:07 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-27 16:04:52 +0200 |
commit | d9b352b612962f513a59dfd4d5426374092cab36 (patch) | |
tree | 951646319e1d3c9c7d98ed5313c6decad5eeed6f /multimedia/gaupol | |
parent | c5de0f9ec6766517afa7b13b7067daa7e590f268 (diff) | |
download | slackbuilds-d9b352b612962f513a59dfd4d5426374092cab36.tar.gz |
multimedia/gaupol: Fixed dep information
Diffstat (limited to 'multimedia/gaupol')
-rw-r--r-- | multimedia/gaupol/README | 11 | ||||
-rw-r--r-- | multimedia/gaupol/gaupol.info | 2 |
2 files changed, 4 insertions, 9 deletions
diff --git a/multimedia/gaupol/README b/multimedia/gaupol/README index da4b20a7dd..18d6310fae 100644 --- a/multimedia/gaupol/README +++ b/multimedia/gaupol/README @@ -8,13 +8,9 @@ and on Windows. Technically, it should run on Mac as well, but that has not been tested nor made convenient. Gaupol's user interface is based on the GTK+ toolkit and has been designed to best fit the GNOME desktop environment. -Dependencies +Optional dependencies are: -- Gaupol requires Python 2.5.1 or greater and PyGTK 2.12 or greater. - -Other dependencies (not required) - -- PyEnchant 1.1.3 or greater is required for spell-checking. +- pyenchant 1.1.3 or greater is required for spell-checking. Additionally, spell-checking requires a dictionary, any of Aspell/Pspell, Ispell, MySpell, Uspell, Hspell or AppleSpell. @@ -22,7 +18,6 @@ Other dependencies (not required) country names. - Universal Encoding Detector is required for character encoding - auto-detection. (chardet) + auto-detection. (python2-chardet) - MPlayer or VLC is recommended for preview. - diff --git a/multimedia/gaupol/gaupol.info b/multimedia/gaupol/gaupol.info index b6cdc2ccb3..8646ee2916 100644 --- a/multimedia/gaupol/gaupol.info +++ b/multimedia/gaupol/gaupol.info @@ -5,6 +5,6 @@ DOWNLOAD="http://download.gna.org/gaupol/0.19/gaupol-0.19.1.tar.gz" MD5SUM="291c8f3e1b28567b72bb31545a625ec8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pyenchant" +REQUIRES="" MAINTAINER="Andre Barboza" EMAIL="bmg.andre@gmail.com" |