extra-cmake-modules: update to 6.3.0.
This commit is contained in:
parent
4d954cd8f6
commit
3742b90cb4
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
diff --git a/modules/ECMQueryQt.cmake b/modules/ECMQueryQt.cmake
|
||||||
|
index 89e7d4f..798a561 100644
|
||||||
--- a/modules/ECMQueryQt.cmake
|
--- a/modules/ECMQueryQt.cmake
|
||||||
+++ b/modules/ECMQueryQt.cmake
|
+++ b/modules/ECMQueryQt.cmake
|
||||||
@@ -57,7 +57,7 @@ if (QT_MAJOR_VERSION STREQUAL "5")
|
@@ -57,7 +57,7 @@ if (QT_MAJOR_VERSION STREQUAL "5")
|
||||||
|
@ -6,6 +8,6 @@
|
||||||
# QUIET to accommodate the TRY option
|
# QUIET to accommodate the TRY option
|
||||||
- find_package(Qt6 COMPONENTS CoreTools QUIET CONFIG)
|
- find_package(Qt6 COMPONENTS CoreTools QUIET CONFIG)
|
||||||
+ find_package(Qt6 COMPONENTS Core QUIET CONFIG)
|
+ find_package(Qt6 COMPONENTS Core QUIET CONFIG)
|
||||||
|
set(_exec_name_text "Qt6 qtpaths")
|
||||||
if (TARGET Qt6::qtpaths)
|
if (TARGET Qt6::qtpaths)
|
||||||
get_target_property(_qtpaths_executable Qt6::qtpaths LOCATION)
|
get_target_property(_qtpaths_executable Qt6::qtpaths LOCATION)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'extra-cmake-modules'
|
# Template file for 'extra-cmake-modules'
|
||||||
pkgname=extra-cmake-modules
|
pkgname=extra-cmake-modules
|
||||||
version=6.2.0
|
version=6.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_HTML_DOCS=ON"
|
configure_args="-DBUILD_HTML_DOCS=ON"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://invent.kde.org/frameworks/extra-cmake-modules"
|
homepage="https://invent.kde.org/frameworks/extra-cmake-modules"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=6374bfa0dded8be265c702acd5de11eecd2851c625b93e1c87d8d0f5f1a8ebe1
|
checksum=1368f8fba95c475a409eff05f78baf49ccd2655889d1e94902bfc886785af818
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue