Package Details: git-cola 4.7.1-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
Keywords: git
Licenses: GPL-2.0-or-later
Submitter: tdy
Maintainer: MarcinWieczorek (yochananmarqos)
Last Packager: yochananmarqos
Votes: 230
Popularity: 0.71
First Submitted: 2008-12-05 14:38 (UTC)
Last Updated: 2024-05-05 14:22 (UTC)

Latest Comments

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

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.

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.