extra-cmake-modules: update to 5.112.0.

This commit is contained in:
John 2023-11-28 10:19:28 +01:00
parent 74590cbc27
commit 450251bf99
2 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,11 @@
--- a/modules/ECMQueryQt.cmake 2023-11-08 15:40:41.000000000 +0100
+++ - 2023-11-10 11:16:37.362553722 +0100
@@ -57,7 +57,7 @@
endif()
elseif(QT_MAJOR_VERSION STREQUAL "6")
# QUIET to accommodate the TRY option
- find_package(Qt6 COMPONENTS CoreTools QUIET CONFIG)
+ find_package(Qt6 COMPONENTS Core QUIET CONFIG)
if (TARGET Qt6::qtpaths)
get_target_property(_qtpaths_executable Qt6::qtpaths LOCATION)

View file

@ -1,6 +1,6 @@
# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.111.0
version=5.112.0
revision=1
build_style=cmake
configure_args="-DBUILD_HTML_DOCS=ON"
@ -12,7 +12,7 @@ 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=555d3c1dfa6727b4e64a35d3f01724c9fcd6209c2a41f2b2297c39ed7aabea9a
checksum=ac1084772280d57e5f31e2e2816ecbec4884169413f24f063660eb6f15d4c2e2
python_version=3
do_check() {