Search Criteria
Package Details: git-cola 3.9-2
Git Clone URL: | https://aur.archlinux.org/git-cola.git (read-only, click to copy) |
---|---|
Package Base: | git-cola |
Description: | The highly caffeinated Git GUI |
Upstream URL: | https://git-cola.github.io |
Keywords: | git |
Licenses: | |
Submitter: | tdy |
Maintainer: | MarcinWieczorek (yochananmarqos) |
Last Packager: | yochananmarqos |
Votes: | 215 |
Popularity: | 0.20 |
First Submitted: | 2008-12-05 14:38 |
Last Updated: | 2021-02-26 21:00 |
Dependencies (17)
- git (git-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- python-pyqt5
- python-qtpy (python-qtpy-git)
- appstream-glib (appstream-glib-git) (check)
- desktop-file-utils (desktop-file-utils-git) (check)
- python-mock (check)
- python-pytest (check)
- asciidoc (asciidoc-git) (make)
- docbook-xsl (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- rsync (rsync-git) (make)
- xmlto (xmlto-git) (make)
- python-pygments (optional) – syntax highlighting
- python-pyinotify (optional) – for inotify support
- python-send2trash (optional) – enables "Send to Trash" functionality.
- tcl (tcl85, tcl-nothreading) (optional) – to use the built-in ssh-askpass handler
Latest Comments
1 2 3 4 5 6 ... Next › Last »
yochananmarqos commented on 2021-02-26 21:18
@besc: Ah, forgot about that, thanks.
besc commented on 2021-02-26 20:44
The PKGBUILD is missing the python-qtpy dependency, python-pyqt5 is not sufficient. Looks like the problem was introduced by the recent NO_VENDOR_LIBS=1 change.
woschtl commented on 2021-02-26 07:43
I got a lot of test errors trying to update today:
yochananmarqos commented on 2021-02-25 16:42
@MarcinWiezorek: It turns out
make html
is redundant sincemake doc
already makes all documentation.MarcinWieczorek commented on 2021-02-25 11:57
@yochananmarqos I've added you as co-maintainer. Sorry it took so long, I must've missed your reply.
yochananmarqos commented on 2021-02-19 15:23
@MarcinWieczorek:
Sure.
Otherwise the shebangs are changed to
#!/usr/bin/python
instead of#!/usr/bin/env python
. It's best not to hardcode the path in case people have multiple versions of Python installed.MarcinWieczorek commented on 2021-02-19 08:54
@yochananmarqos Thank you for adding so much upgrades. Do you want to co-maintain so you can push the changed yourself? I totally agree with all changes, but I'm unsure about the first one,
USE_ENV_PYTHON
. Why would we need it?yochananmarqos commented on 2021-02-19 08:24
New additions to my PKGBUILD:
Build environment variables:
USE_ENV_PYTHON=1
: See InstallationGIT_COLA_NO_PRIVATE_LIBS=1
: See Packaging notesGIT_COLA_NO_VENDOR_LIBS=1
: See Packaging notesPYTHONHASHSEED=0
: See Python package guidelinesOptional dependency: -
python-send2trash
: See AdditivesAdded check() with unit tests
By the way, I see no reason to disable makeflags.
yochananmarqos commented on 2021-01-18 20:08
@MarcinWieczorek: It's working fine, thanks.
MarcinWieczorek commented on 2021-01-18 19:05
@yochananmarqos please verify new version ;)