qtutilities: update to 6.6.1.
This commit is contained in:
parent
9b90213e7d
commit
9f0266c446
|
@ -1,17 +1,22 @@
|
|||
# Template file for 'qtutilities'
|
||||
pkgname=qtutilities
|
||||
version=6.6.0
|
||||
version=6.6.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS:BOOL=ON"
|
||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-tools-devel cpp-utilities-devel"
|
||||
checkdepends="xvfb-run"
|
||||
short_desc="Qt helper routines, including dialogs, widgets, and models"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/Martchus/qtutilities"
|
||||
distfiles="https://github.com/Martchus/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=2dda37fd6e1cd957f0a2b395ce424ca23cfc893310c0cebc82d89dc960239d13
|
||||
checksum=118df63a255a181c14cf1588c6abddda73bc545125a8406aa8e0e4f9fa98a13d
|
||||
|
||||
pre_check() {
|
||||
ninja -C build tests
|
||||
}
|
||||
|
||||
qtutilities-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue