Search Criteria
Package Details: git-cola 3.12.0-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 |
Keywords: | git |
Licenses: | GPL2 |
Submitter: | tdy |
Maintainer: | MarcinWieczorek (yochananmarqos) |
Last Packager: | yochananmarqos |
Votes: | 227 |
Popularity: | 1.48 |
First Submitted: | 2008-12-05 14:38 (UTC) |
Last Updated: | 2022-01-20 16:56 (UTC) |
Dependencies (17)
- git (git-git, git-vfs, git-run-command-patch-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- python-qtpy (python-qtpy-git)
- asciidoc (asciidoc-git) (make)
- docbook-xsl (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- rsync (rsync-git) (make)
- xmlto (xmlto-git) (make)
- appstream-glib (appstream-glib-git) (check)
- desktop-file-utils (desktop-file-utils-git) (check)
- python-mock (check)
- python-pyqt5 (python-pyqt5-sip4) (check)
- python-pytest-flake8 (check)
- python-pygments (optional) – syntax highlighting
- python-pyinotify (optional) – for inotify support
- python-send2trash (optional) – enables "Send to Trash" functionality.
- tcl (tcl85, tcl84, tcl-fossil, tcl-nothreading) (optional) – to use the built-in ssh-askpass handler
Latest Comments
yochananmarqos commented on 2022-03-26 14:36 (UTC)
@simona: I can't reproduce that:
simona commented on 2022-03-25 23:58 (UTC)
FAILED test/utils_test.py::FLAKE8
108 failed, 192 passed, 458 warnings in 35.44s
BlitDev commented on 2022-03-08 14:36 (UTC)
Error during build
Pastafarianist commented on 2022-02-05 18:36 (UTC) (edited on 2022-02-05 19:51 (UTC) by Pastafarianist)
During
check()
, I get a lot of test failures. The end of the log looks like this:This is obviously an issue with Flake8, but what exactly do I have to do to fix it?
UPD: I've found the culprit: https://github.com/miketheman/pytest-socket/issues/105. A workaround is to
until
community/python-pytest-socket
is upgraded to 0.5.1.MarcinWieczorek commented on 2022-01-27 08:58 (UTC)
I don't have pyside2 installed and git-cola works fine.
Not in an venv though. https://github.com/git-cola/git-cola/issues/850 I think the issue of virtualenv should be discussed upstream. I don't have a strong opinion of how should that be fixed, but I acknowledge the problem and will apply reasonable solutions from you guys.
Kedap commented on 2022-01-27 04:48 (UTC)
If the program works it may be because you still do not have the pyside2 package installed, I hope and consider adding this package within the dependencies
Suor commented on 2022-01-18 04:26 (UTC) (edited on 2022-01-18 04:27 (UTC) by Suor)
Doesn't work when inside a python virtualenv. Fixing it for myself by replacing
with
In
/usr/bin/git-cola
. But that one gets overwritten on update.buck.yeh commented on 2021-12-17 03:49 (UTC)
Rebuilding and installing the package solves the problem!
crazybit commented on 2021-12-15 19:38 (UTC)
Python was recently updated on Arch, breaking git-cola. Rebuilding git-cola makes it build against this newer python and makes git-cola work. No need to edit PKGBUILD, just rebuild the package.
SeeLook commented on 2021-08-12 18:56 (UTC)
I've just installed it manually, by editing PKGBUILD and removing check step. Works fine.
SeeLook commented on 2021-08-12 18:40 (UTC)
Any clue what may cause that?
Is it lack of some package or too much of something?
I can launch latest git-cola from its git repo clone.
yochananmarqos commented on 2021-08-12 18:03 (UTC)
@SeeLook: I can't reproduce that in a clean chroot, the tests pass.
SeeLook commented on 2021-08-12 17:47 (UTC)
I cannot build latest version (3.10.1). Test fails with:
BTW, French is not my system language. Please help.
Melon_Bread commented on 2021-07-15 15:25 (UTC)
If
python-flake8-black
is installed this package fails to "pass" some tests causing the package build process to error out. Uninstalling the package, buildinggit-cola
, and reinstallingpython-flake8-black
seems to be the workaround for now.woschtl commented on 2021-05-17 07:18 (UTC)
You're right, the
gpgSign = true
was the reason for the failing tests, thank you!di72nn commented on 2021-05-14 10:17 (UTC) (edited on 2021-05-14 10:58 (UTC) by di72nn)
The 11 commit tests may fail if you have
gpgSign = true
in your global gitconfig. Reported upstream.I also have an issue with
make install-man
, which I also reported upstream even though I'm not sure who is to blame.lah7 commented on 2021-03-16 20:43 (UTC) (edited on 2021-03-16 21:17 (UTC) by lah7)
@Frousties: Not just you, icons disappeared for me too (on KDE here). Another PyQt5 app I use is having icon issues as well, so it's not specific to git-cola.
It was caused by the updates on 2021-03-15 for KDE Frameworks 5.80: https://bugs.kde.org/show_bug.cgi?id=434451
Frousties commented on 2021-03-16 09:12 (UTC)
Am I the only one where the icons don't load anymore?
yochananmarqos commented on 2021-03-01 15:29 (UTC)
@woschti: The tests pass for me and no one else has chimed in, so it seems it's something on your end. Make sure you're doing a clean build.
woschtl commented on 2021-03-01 07:41 (UTC)
I still get the test errors when I try to install the latest version.
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 ;)
yochananmarqos commented on 2021-01-01 02:48 (UTC)
Those who want to install 3.8, I have a working PKGBUILD with man pages. Building doc and html files is failing, so those are skipped.
@nobody44: In optdepends(), it should be
tcl
, nottk
:Also
python-pygments
is missing, see here.Please also build the man pages
lambdaclan commented on 2020-12-09 01:09 (UTC)
@nobody44 Can we now update the package? The link you provide below: https://git-cola.github.io/downloads.html seems to indicate that 3.8 is indeed the latest stable release.
nobody44 commented on 2020-10-13 17:19 (UTC)
No, it has not been updated to 3.8 yet, see here: https://git-cola.github.io/downloads.html
MarcinWieczorek commented on 2020-06-07 10:26 (UTC)
Just changing the version works like a charm.
MarcinWieczorek commented on 2020-01-14 06:42 (UTC)
@nobody44 I could do that. Thanks for all your contribution.
nobody44 commented on 2020-01-13 18:31 (UTC)
Hello,
Maintainer of git-cola here. Sorry I haven't been able to update the package lately. If anyone still wants to maintain the package, please contact me.
best regards
luto commented on 2019-09-27 07:39 (UTC)
git-cola-3.4-1 still works fine. If there is anything I can provide you with to help me debug this, please tell me! So far I seem to be the only one struggling, though ;)
luto commented on 2019-09-27 07:30 (UTC)
The newest version crashes for me:
MarcinWieczorek commented on 2019-05-28 15:22 (UTC)
@rashyd Are those AUR related issues? If not, report them upstream.
rashyd commented on 2019-05-28 09:03 (UTC) (edited on 2019-05-28 09:04 (UTC) by rashyd)
I got two issues with v3.3-1:
1) The dark theme is broken. The env variable
GIT_COLA_ICON_THEME=dark
and--icon-theme dark
don't work. Haven't found workaround yet.2) The
Open With
folder context menu intergration with Nemo (cinnamon DE) is broken. When trying to open a folder with Git Cola, the cursor just shows loading icon, no window showed. For a workaround, I created a custom commandgit-cola -r
for the open with command.soloturn commented on 2018-12-03 05:36 (UTC)
git-cola-git is v 3.2 currently, git-cola is v 3.1.
timschumi commented on 2018-06-10 21:40 (UTC)
@nobody44 Would you be able to remove the version comparison from the python-pyinotify in the optdepends array? At the moment, it breaks the build and having to edit the PKGBUILD before building is not that convenient.
Guillermo commented on 2018-06-07 14:39 (UTC)
Same here. So, I edited the package build and remove the version number and the '>=' in optdepends line. Worked.
geonicz commented on 2018-06-06 12:33 (UTC)
Hi all! I've got a problem installing package: While build I get error message: ==> ERROR: optdepends contains invalid characters: '>='
MarcinWieczorek commented on 2017-07-05 20:51 (UTC)
marcarrelus commented on 2017-07-05 20:23 (UTC)
MarcinWieczorek commented on 2017-05-28 13:07 (UTC)
MarcinWieczorek commented on 2017-05-28 12:44 (UTC)
nobody44 commented on 2017-05-14 16:35 (UTC)
MarcinWieczorek commented on 2017-05-14 14:20 (UTC) (edited on 2017-05-14 14:44 (UTC) by MarcinWieczorek)
nobody44 commented on 2017-05-14 11:26 (UTC)
kuon commented on 2017-04-07 07:25 (UTC)
sthalik commented on 2017-02-26 14:57 (UTC)
nobody44 commented on 2017-02-12 11:20 (UTC)
faemir commented on 2017-01-26 16:19 (UTC) (edited on 2017-01-26 16:20 (UTC) by faemir)
Feastybeast commented on 2016-12-21 12:31 (UTC) (edited on 2016-12-22 10:39 (UTC) by Feastybeast)
nobody44 commented on 2016-09-20 20:20 (UTC)
nobody44 commented on 2016-08-20 10:28 (UTC)
eliluminado commented on 2016-08-19 02:31 (UTC)
nobody44 commented on 2016-04-25 09:14 (UTC)
BuZZ-dEE commented on 2016-02-16 08:54 (UTC)
nobody44 commented on 2016-02-13 11:21 (UTC)
neng commented on 2016-01-31 04:11 (UTC)
alexandre-mbm commented on 2015-08-06 04:53 (UTC)
nobody44 commented on 2015-06-01 18:18 (UTC)
hecsa commented on 2015-05-27 04:09 (UTC)
dracorp commented on 2015-05-21 20:33 (UTC)
nobody44 commented on 2015-05-17 10:03 (UTC)
BunBum commented on 2015-05-16 06:06 (UTC)
naraesk commented on 2015-03-26 16:09 (UTC)
Azd325 commented on 2015-02-04 20:01 (UTC)
nobody44 commented on 2015-01-26 14:18 (UTC)
Azd325 commented on 2015-01-26 12:45 (UTC)
andrewchen commented on 2014-12-13 01:09 (UTC)
nobody44 commented on 2014-10-03 16:05 (UTC)
liviucmg commented on 2014-08-23 21:20 (UTC)
leledumbo commented on 2014-08-19 04:53 (UTC)
carstene1ns commented on 2014-08-18 08:40 (UTC)
zottelef commented on 2014-08-18 07:41 (UTC)
pablovilas commented on 2014-02-26 19:30 (UTC)
pablovilas commented on 2014-02-25 18:37 (UTC)
nobody44 commented on 2014-02-25 00:46 (UTC)
nobody44 commented on 2013-12-29 14:54 (UTC)
dujiulun2006 commented on 2013-12-28 15:21 (UTC)
nobody44 commented on 2012-12-20 12:14 (UTC)
Nikus commented on 2012-12-19 23:59 (UTC)
nobody44 commented on 2012-08-31 12:30 (UTC)
commented on 2012-08-31 04:32 (UTC)
nobody44 commented on 2012-03-18 16:08 (UTC)
nobody44 commented on 2012-02-06 15:20 (UTC)
amatriain commented on 2012-02-01 11:18 (UTC)
nobody44 commented on 2012-01-24 11:54 (UTC)
commented on 2011-12-29 22:57 (UTC)
commented on 2011-11-14 23:44 (UTC)
chenxiaolong commented on 2011-08-20 21:04 (UTC)
tdy commented on 2011-05-07 02:18 (UTC)
commented on 2011-05-07 01:49 (UTC)
tdy commented on 2011-02-07 23:42 (UTC)
commented on 2011-02-07 20:56 (UTC)
msquared commented on 2011-01-19 19:20 (UTC)
commented on 2010-10-20 14:03 (UTC)
tdy commented on 2010-07-02 13:59 (UTC)