mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
qgit: update to 2.12, switch to qt6
This commit is contained in:
parent
5cceb34079
commit
e85a5fcd9d
1 changed files with 5 additions and 8 deletions
|
@ -1,17 +1,14 @@
|
||||||
# Template file for 'qgit'
|
# Template file for 'qgit'
|
||||||
pkgname=qgit
|
pkgname=qgit
|
||||||
version=2.11
|
version=2.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="qt5-devel"
|
hostmakedepends="qt6-base"
|
||||||
depends="git"
|
makedepends="qt6-base-devel qt6-qt5compat-devel"
|
||||||
|
depends="git qt6-svg"
|
||||||
short_desc="Qt-based Git GUI"
|
short_desc="Qt-based Git GUI"
|
||||||
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/tibirna/qgit"
|
homepage="https://github.com/tibirna/qgit"
|
||||||
distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=1c488a2328030641e3560cb86fb8891d2e8cdc934d910e73a0f19f9c8ee15a7d
|
checksum=49f4c7aeb326ae7f983928f5c98500b55adba9b75430dea262a9af584186bb99
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue