Search Criteria
Package Details: python2-gtkspellcheck 4.0.6-1
Git Clone URL: | https://aur.archlinux.org/python-gtkspellcheck.git (read-only, click to copy) |
---|---|
Package Base: | python-gtkspellcheck |
Description: | Spell-checking library written in Python for Gtk based on Enchant |
Upstream URL: | https://github.com/koehlma/pygtkspellcheck |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | foutrelis |
Maintainer: | gilcu3 |
Last Packager: | gilcu3 |
Votes: | 5 |
Popularity: | 0.000701 |
First Submitted: | 2019-04-21 09:48 |
Last Updated: | 2021-02-16 19:51 |
Dependencies (10)
- python2-gobject
- python2-pyenchant
- git (git-git) (make)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic) (make)
- python-gobject (python-gobject-git) (make)
- python-pyenchant (make)
- python2-gobject (make)
- python2-pyenchant (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (optional)
- python2-sphinx (optional)
Required by (9)
- gnome-blog (requires python2-gtkspell)
- gourmet (requires python2-gtkspell) (optional)
- heybuddy (requires python2-gtkspell) (optional)
- keepnote (requires python2-gtkspell) (optional)
- markdowner-bzr (requires python2-gtkspell) (optional)
- scribes (requires python2-gtkspell)
- turpial (requires python2-gtkspell) (optional)
- turpial-git (requires python2-gtkspell) (optional)
- virtaal (requires python2-gtkspell) (optional)
Latest Comments
gilcu3 commented on 2020-12-15 15:30
sphinx libraries should be declared optional, this would fix current error while building.
optdepends=('python2-sphinx' 'python-sphinx')
emak commented on 2020-11-02 10:00
Build fails as a dependency is not available anymore:
kendfinger commented on 2020-02-11 17:15
@PiterDeVries @mokkurkalve: I have fixed the issue. Sorry about that.
PiterDeVries commented on 2020-02-11 14:27
As mokkurkalve pointed out, the build fails. Reason: when changing directory to the source, the version is not included as part of the directory name - meaning that package is trying to access directory "src/pygtkspellcheck" instead of the only existing "src/pygtkspellcheck-4.0.5"
Solution: replace the line: cd "$srcdir/pygtkspellcheck-$pkgver" for this one "cd "$srcdir/pygtkspellcheck-$pkgver"
in current PKGBUILD, these are lines 18 and 28
mokkurkalve commented on 2020-02-11 13:04
Build fails thus:
vantu5z commented on 2020-02-11 07:12
cd "$srcdir/pygtkspellcheck-$pkgver"