Search Criteria
Package Details: git-cola 4.10.1-1
Package Actions
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 |
Licenses: | GPL-2.0-or-later |
Submitter: | tdy |
Maintainer: | MarcinWieczorek (yochananmarqos) |
Last Packager: | yochananmarqos |
Votes: | 232 |
Popularity: | 0.123010 |
First Submitted: | 2008-12-05 14:38 (UTC) |
Last Updated: | 2024-12-15 18:12 (UTC) |
Dependencies (20)
- git (git-gitAUR, git-glAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-polib
- python-pyqt6
- python-qtpy (python-qtpy-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-wheel (make)
- appstream (check)
- desktop-file-utils (desktop-file-utils-gitAUR) (check)
- garden-toolsAUR (check)
- python-pytest (check)
- python-notify2 (optional) – Enables desktop notifications
- python-pygments (optional) – Syntax highlighting
- python-pyinotify (optional) – Enable file system change monitoring
- python-send2trash (optional) – Enables "Send to Trash" functionality
- tk (tk-fossilAUR) (optional) – To use the built-in ssh-askpass handler
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 16 Next › Last »
yochananmarqos commented on 2021-02-26 21:18 (UTC)
@besc: Ah, forgot about that, thanks.
besc commented on 2021-02-26 20:44 (UTC)
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 (UTC)
I got a lot of test errors trying to update today:
yochananmarqos commented on 2021-02-25 16:42 (UTC)
@MarcinWiezorek: It turns out
make html
is redundant sincemake doc
already makes all documentation.MarcinWieczorek commented on 2021-02-25 11:57 (UTC)
@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 (UTC)
@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 (UTC)
@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 (UTC) (edited on 2021-02-19 08:26 (UTC) by yochananmarqos)
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 (UTC)
@MarcinWieczorek: It's working fine, thanks.
MarcinWieczorek commented on 2021-01-18 19:05 (UTC)
@yochananmarqos please verify new version ;)
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 16 Next › Last »