summaryrefslogtreecommitdiff
path: root/net-libs/libquotient/files/libquotient-0.8.0-no-tests.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-16 11:14:59 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-16 11:56:44 +0100
commitafa9a6f723f7cf53f6c04b968ae3bb0b39d71565 (patch)
tree631d01a72661f61f718203043b1606f9b24f6cbd /net-libs/libquotient/files/libquotient-0.8.0-no-tests.patch
parent79134f0178a213056a3d29885e2e60c9a5904fe9 (diff)
downloadkde-afa9a6f723f7cf53f6c04b968ae3bb0b39d71565.tar.gz
kde-afa9a6f723f7cf53f6c04b968ae3bb0b39d71565.tar.bz2
kde-afa9a6f723f7cf53f6c04b968ae3bb0b39d71565.zip
net-libs/libquotient: treeclean, moved to ::gentoo
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/libquotient/files/libquotient-0.8.0-no-tests.patch')
-rw-r--r--net-libs/libquotient/files/libquotient-0.8.0-no-tests.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-libs/libquotient/files/libquotient-0.8.0-no-tests.patch b/net-libs/libquotient/files/libquotient-0.8.0-no-tests.patch
deleted file mode 100644
index 96fe1029c82..00000000000
--- a/net-libs/libquotient/files/libquotient-0.8.0-no-tests.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From c35f062d1c9975ec0bdfdcbcdeb6b9973b73f86b Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sat, 24 Dec 2022 22:51:12 +0100
-Subject: [PATCH 2/2] Put Qt5Test dependency behind -DBUILD_TESTING
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- CMakeLists.txt | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7e03085f..f2ab0ae7 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -92,7 +92,7 @@ else()
- set(QtExtraModules "Multimedia") # See #483
- endif()
- string(REGEX REPLACE "^(.).*" "Qt\\1" Qt ${QtMinVersion}) # makes "Qt5" or "Qt6"
--find_package(${Qt} ${QtMinVersion} REQUIRED Core Network Gui Test ${QtExtraModules})
-+find_package(${Qt} ${QtMinVersion} REQUIRED Core Network Gui ${QtExtraModules})
- get_filename_component(Qt_Prefix "${${Qt}_DIR}/../../../.." ABSOLUTE)
-
- find_package(${Qt}Keychain REQUIRED)
-@@ -344,6 +344,7 @@ configure_file(${PROJECT_NAME}.pc.in ${CMAKE_CURRENT_BINARY_DIR}/${QUOTIENT_LIB_
- # Configure testing
-
- if (BUILD_TESTING)
-+ find_package(${Qt}Test ${QtMinVersion} REQUIRED)
- enable_testing()
- add_subdirectory(quotest)
- add_subdirectory(autotests)
---
-2.41.0
-