extra-cmake-modules: update to 6.8.0.

This commit is contained in:
John 2024-11-28 21:49:25 +01:00
parent 7202a02d3a
commit da2e0a7024

View file

@ -1,18 +1,20 @@
# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=6.7.0
version=6.8.0
revision=1
build_style=cmake
configure_args="-DBUILD_HTML_DOCS=ON"
hostmakedepends="python3-Sphinx qt5-tools"
configure_args="-DBUILD_HTML_DOCS=ON -DBUILD_TESTING=ON"
hostmakedepends="python3-Sphinx qt6-base qt6-tools qt6-plugin-sqlite
qt5-qmake qt5-host-tools"
makedepends="qt5-devel"
depends="cmake"
checkdepends="qt5-declarative-devel"
checkdepends="qt5-declarative-devel qt6-base-devel"
short_desc="Extra modules and scripts for CMake"
maintainer="John <me@johnnynator.dev>"
license="BSD-3-Clause"
homepage="https://invent.kde.org/frameworks/extra-cmake-modules"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=d81de82692d3d2bb77110332a65c8266252becc2c3f307ce814990ce5607b8dc
checksum=ff8a0bf72285bec1768e3acd8f7c665a26d55a1527e96d73e35789dc9f0e3472
python_version=3
do_check() {