Package Details: git-cola 4.6.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.87
First Submitted: 2008-12-05 14:38 (UTC)
Last Updated: 2024-03-04 17:16 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 15 Next › Last »

yochananmarqos commented on 2022-11-09 16:01 (UTC)

@harmathy: Done.

harmathy commented on 2022-11-09 08:52 (UTC)

Please add 8f0f22e2adc7dfb09a75879fab9bb5404d33d561.patch as fix for #1263 until 4.0.3 is released.

PKGBUILD diff:

diff --git a/PKGBUILD b/PKGBUILD
index 4964778..bc17512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,13 +16,19 @@ checkdepends=('appstream-glib' 'desktop-file-utils')
 optdepends=('python-pygments: syntax highlighting'
             'python-send2trash: enables "Send to Trash" functionality.'
             'tcl: to use the built-in ssh-askpass handler')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
+        8f0f22e2adc7dfb09a75879fab9bb5404d33d561.patch)
 sha256sums=('b5692841002895bfb2a42be5c8352dbeb454b26f267f56e15d9888e57de0a1b4'
-            'SKIP')
+            'SKIP'
+            'a0599494f83316bcdd5af2fd7620f10079248a0a061a009e7456579732ee46ce')
+
 validpgpkeys=('FA41BF59C1B48E8C5F3DA61C8CE26BF4A9F606B0') # David Aguilar <davvid@gmail.com>

 build() {
   cd "$pkgname-$pkgver"
+
+  patch -p1 < "$startdir/8f0f22e2adc7dfb09a75879fab9bb5404d33d561.patch"
+
   python -m build --wheel --no-isolation

 #  make prefix=/usr doc man

yochananmarqos commented on 2022-10-28 00:48 (UTC)

@crazybit: As the README states, this can be used with PyQt5 or PySide2. They're both optional dependencies of python-qtpy.

Having said that, since python-pyqt5 is much more common and Qt6 is becoming more prevalent, it does make sense to add it as a hard dependency. Turns out Fedora, Gentoo and openSUSE do as well.

crazybit commented on 2022-10-28 00:04 (UTC)

git-cola requires PyQt5 5.6 or newer. Without this, it will crash and remind the user to install it. python-qtpy is not enough, please add python-pyqt5 to deps. See https://github.com/git-cola/git-cola#runtime for confirmation.

Worth noting that pyqt6 crashes git-cola, so it must be pyqt5.

Thank you very much for maintaining this pkg!

takeshi2010 commented on 2022-09-02 11:07 (UTC)

@yochananmarqos Thank you :) I was able to install.

yochananmarqos commented on 2022-09-01 22:21 (UTC)

@takeshi2010: I've temporarily disable the tests for now until the issue is resolved.

takeshi2010 commented on 2022-09-01 21:46 (UTC)

Couldn't install it on a fresh system install:

E       AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder'

/usr/lib/python3.10/site-packages/pytest_flake8.py:217: AttributeError
...
114 failed, 188 passed in 6.62s

This seems linked to: - https://github.com/tholo/pytest-flake8/issues/87 - https://github.com/NatLibFi/Annif/pull/598

I'd appreciate any help, txs :)

Mailaender commented on 2022-07-19 10:10 (UTC)

Note: install this with an AUR helper, as it has multiple dependencies (in AUR) and GPG checks.

cherio commented on 2022-06-02 16:57 (UTC)

The signature is GOOD. gpg relies on DNS/resolv.conf set up correctly and because I didn't properly RTFM it was failing on address resolution. @crazybit - check Systemd-resolved#DNS wiki, you likely missed the same step as I did. Sorry for disturbance.

cherio commented on 2022-06-01 17:48 (UTC)

The install succeeded after I manually downloaded and imported the key