mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
extra-cmake-modules: update to 5.112.0.
This commit is contained in:
parent
74590cbc27
commit
450251bf99
2 changed files with 13 additions and 2 deletions
11
srcpkgs/extra-cmake-modules/patches/cross.patch
Normal file
11
srcpkgs/extra-cmake-modules/patches/cross.patch
Normal 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)
|
||||
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue