mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
extra-cmake-modules: update to 6.8.0.
This commit is contained in:
parent
7202a02d3a
commit
da2e0a7024
1 changed files with 7 additions and 5 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue