commit:     965cad3fb39dfbf109e415d5ed122f561540ab09
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 27 15:29:48 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 16:31:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965cad3f

net-libs/kdsoap-ws-discovery-client: Sync w/ latest rev of upstream pending 
CMake MR

Closes: https://bugs.gentoo.org/965178
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...discovery-client-0.4.0-cmake-minreqver-3.16.patch | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git 
a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.4.0-cmake-minreqver-3.16.patch
 
b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.4.0-cmake-minreqver-3.16.patch
index 82888ea70f2b..b890f9b025da 100644
--- 
a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.4.0-cmake-minreqver-3.16.patch
+++ 
b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.4.0-cmake-minreqver-3.16.patch
@@ -1,29 +1,35 @@
-From eb5dad3493c959a97f889a145afa749db4ad2780 Mon Sep 17 00:00:00 2001
+From 00a206f2cab6feedaab4017d36ccb8ee465a307b Mon Sep 17 00:00:00 2001
 From: Andreas Sturmlechner <[email protected]>
 Date: Fri, 17 Oct 2025 22:22:07 +0200
-Subject: [PATCH] Raise CMake minimum to 3.10..3.31 range
+Subject: [PATCH] Raise CMake minimum to 3.10...3.31 range
 
 Successfully tested with CMake 4.1.2.
 
 Signed-off-by: Andreas Sturmlechner <[email protected]>
 ---
- CMakeLists.txt                         | 2 +-
+ CMakeLists.txt                         | 8 +++++++-
  autotests/CMakeLists.txt               | 2 --
  docs/CMakeLists.txt                    | 2 --
  examples/onvif-discover/CMakeLists.txt | 2 --
  src/CMakeLists.txt                     | 2 --
- 5 files changed, 1 insertion(+), 9 deletions(-)
+ 5 files changed, 7 insertions(+), 9 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 56361f6..20a885c 100644
+index 56361f6..6432baf 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -1,7 +1,7 @@
+@@ -1,7 +1,13 @@
  # SPDX-FileCopyrightText: 2019 Casper Meijn <[email protected]>
  # SPDX-License-Identifier: GPL-3.0-or-later
  
 -cmake_minimum_required(VERSION 3.7)
 +cmake_minimum_required(VERSION 3.16...3.31)
++
++# TODO: Drop w/ Qt5 cleanup
++# ^ ECM commit 24fa7e53b054f81f44b5b00257bd97631200503d not in kf5 branch
++if(POLICY CMP0175)
++    cmake_policy(SET CMP0175 OLD)
++endif()
  
  project(kdsoap-ws-discovery-client VERSION 0.4.0)
  
@@ -80,5 +86,5 @@ index 177b304..33b4473 100644
  get_filename_component(KDWSDL_IMPORT_PATH ../wsdl/ ABSOLUTE)
  set(GLOBAL_KSWSDL2CPP_OPTION -import-path ${KDWSDL_IMPORT_PATH} 
-use-local-files-only)
 -- 
-2.51.0
+2.51.1
 

Reply via email to