extra-cmake-modules: update to 6.3.0.

This commit is contained in:
Luciogi 2024-06-12 11:03:46 +05:00 committed by Đoàn Trần Công Danh
parent 4d954cd8f6
commit 3742b90cb4
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,5 @@
diff --git a/modules/ECMQueryQt.cmake b/modules/ECMQueryQt.cmake
index 89e7d4f..798a561 100644
--- a/modules/ECMQueryQt.cmake
+++ b/modules/ECMQueryQt.cmake
@@ -57,7 +57,7 @@ if (QT_MAJOR_VERSION STREQUAL "5")
@ -6,6 +8,6 @@
# QUIET to accommodate the TRY option
- find_package(Qt6 COMPONENTS CoreTools QUIET CONFIG)
+ find_package(Qt6 COMPONENTS Core QUIET CONFIG)
set(_exec_name_text "Qt6 qtpaths")
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=6.2.0
version=6.3.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=6374bfa0dded8be265c702acd5de11eecd2851c625b93e1c87d8d0f5f1a8ebe1
checksum=1368f8fba95c475a409eff05f78baf49ccd2655889d1e94902bfc886785af818
python_version=3
do_check() {