Package Details: git-cola 4.9.0-1

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.24
First Submitted: 2008-12-05 14:38 (UTC)
Last Updated: 2024-11-05 18:05 (UTC)

Dependencies (20)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 16 Next › Last »

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, not tk:

git-cola E: Dependency tcl detected and not included (programs ['tclsh'] needed in scripts ['usr/share/git-cola/bin/ssh-askpass']

Also python-pygments is missing, see here.

optdepends=('python-pygments: syntax highlighting'
            'python-pyinotify: for inotify support'
            'tcl: to use the built-in ssh-askpass handler')

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.

diff --git a/PKGBUILD b/PKGBUILD
index efb0273..0653fca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Paul Weingardt <paulweingardt@web.de>
 # Contributor: TDY <tdy@gmx.com>
 pkgname=git-cola
-pkgver=3.6
+pkgver=3.7
 pkgrel=1
 pkgdesc="A powerful GUI for Git"
 arch=('any')
@@ -13,7 +13,7 @@ optdepends=('python-pyinotify: for inotify support'
 'tk: to use the built-in ssh-askpass handler')
 options=('!makeflags')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/git-cola/git-cola/archive/v$pkgver.tar.gz")
-sha256sums=('63369f519f81988c2d167ba2c59ad53644d3fac2b7be1e12d3f1df9b8fd91839')
+sha256sums=('9a1427b05c107ec8337881ed68bb450ac040a08880f91dcb770588f755d6fd1b')

 build() {
    cd "$srcdir/${pkgname}-$pkgver"

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:

Traceback (most recent call last):
  File "/usr/share/git-cola/lib/qtpy/__init__.py", line 204, in <module>
    from PySide import __version__ as PYSIDE_VERSION  # analysis:ignore
ModuleNotFoundError: No module named 'PySide'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/cola", line 53, in <module>
    from cola.main import main
  File "/usr/share/git-cola/lib/cola/main.py", line 6, in <module>
    from . import app
  File "/usr/share/git-cola/lib/cola/app.py", line 15, in <module>
    from qtpy import QtCore
  File "/usr/share/git-cola/lib/qtpy/__init__.py", line 210, in <module>
    raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found

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 command git-cola -r for the open with command.