extra-cmake-modules: update to 5.83.0.
This commit is contained in:
parent
405aad3b42
commit
0d34ae42c8
1 changed files with 10 additions and 3 deletions
|
@ -1,19 +1,26 @@
|
|||
# Template file for 'extra-cmake-modules'
|
||||
pkgname=extra-cmake-modules
|
||||
version=5.82.0
|
||||
version=5.83.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_HTML_DOCS=OFF -DBUILD_TESTING=OFF"
|
||||
configure_args="-DBUILD_HTML_DOCS=ON"
|
||||
hostmakedepends="python3-Sphinx qt5-tools"
|
||||
depends="cmake"
|
||||
checkdepends="qt5-declarative-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=5972ec6d78c3e95ab9cbecdb0661c158570e868466357c5cec2b63a4251ecce4
|
||||
checksum=72b7f3b3917f3208fff10f0402b0fa3a65815aca924f0f94a4f96383d8e0f81e
|
||||
python_version=3
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
# expects to be in frameworks/extra-cmake-modules instead of extra-cmake-modules
|
||||
ctest -E 'KDEFetchTranslations'
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING-CMAKE-SCRIPTS
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue