qtutilities: qt5 -> qt6
This commit is contained in:
parent
35baf83bea
commit
c7b10f5c4e
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'qtutilities'
|
# Template file for 'qtutilities'
|
||||||
pkgname=qtutilities
|
pkgname=qtutilities
|
||||||
version=6.14.0
|
version=6.14.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS:BOOL=ON"
|
configure_args="-DBUILD_SHARED_LIBS=ON -DQT_PACKAGE_PREFIX=Qt6"
|
||||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
hostmakedepends="qt6-base qt6-tools"
|
||||||
makedepends="qt5-tools-devel cpp-utilities-devel"
|
makedepends="qt6-base-devel cpp-utilities-devel"
|
||||||
checkdepends="xvfb-run"
|
checkdepends="xvfb-run"
|
||||||
short_desc="Qt helper routines, including dialogs, widgets, and models"
|
short_desc="Qt helper routines, including dialogs, widgets, and models"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/Martchus/qtutilities"
|
homepage="https://github.com/Martchus/qtutilities"
|
||||||
distfiles="https://github.com/Martchus/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Martchus/qtutilities/archive/v${version}.tar.gz"
|
||||||
checksum=4eab9ef26edf67c1c436596bea42890fcc0206f93c50413939ccce8c94bf7bc0
|
checksum=4eab9ef26edf67c1c436596bea42890fcc0206f93c50413939ccce8c94bf7bc0
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
|
|
Loading…
Reference in New Issue