mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/gaupol: Fixed dep information
This commit is contained in:
parent
c5de0f9ec6
commit
d9b352b612
2 changed files with 4 additions and 9 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue