diff --git a/srcpkgs/extra-cmake-modules/patches/cross.patch b/srcpkgs/extra-cmake-modules/patches/cross.patch new file mode 100644 index 00000000000..b594aae9b30 --- /dev/null +++ b/srcpkgs/extra-cmake-modules/patches/cross.patch @@ -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) + diff --git a/srcpkgs/extra-cmake-modules/template b/srcpkgs/extra-cmake-modules/template index ac585216ef5..e1a8c01a202 100644 --- a/srcpkgs/extra-cmake-modules/template +++ b/srcpkgs/extra-cmake-modules/template @@ -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 " 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() {