mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
git-cola: switch to python3
- update pycompile_dirs - fix depends after switch to PyQt5
This commit is contained in:
parent
64125ddaa3
commit
59216f2e44
1 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'git-cola'
|
# Template file for 'git-cola'
|
||||||
pkgname=git-cola
|
pkgname=git-cola
|
||||||
version=3.1
|
version=3.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=python2-module
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="python"
|
build_style=python3-module
|
||||||
depends="git python-PyQt5"
|
pycompile_dirs="usr/share/git-cola/lib"
|
||||||
|
hostmakedepends="python3"
|
||||||
|
depends="git python3-PyQt5 qt5-svg"
|
||||||
short_desc="Highly caffeinated Git GUI"
|
short_desc="Highly caffeinated Git GUI"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/$pkgname/$pkgname"
|
homepage="https://git-cola.github.io/"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="https://github.com/git-cola/git-cola/archive/v${version}.tar.gz"
|
||||||
pycompile_dirs="usr/share/git-cola/lib/cola"
|
|
||||||
checksum=a7a083f84697a56ee7c910ccfc680d36c5c447c6b5a3522e01bff9de91474f57
|
checksum=a7a083f84697a56ee7c910ccfc680d36c5c447c6b5a3522e01bff9de91474f57
|
||||||
|
|
Loading…
Add table
Reference in a new issue