summaryrefslogtreecommitdiff
path: root/net-libs/kdsoap-ws-discovery-client/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /net-libs/kdsoap-ws-discovery-client/files
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'net-libs/kdsoap-ws-discovery-client/files')
-rw-r--r--net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-deps.patch9
-rw-r--r--net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-no-install-docs.patch13
2 files changed, 22 insertions, 0 deletions
diff --git a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-deps.patch b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-deps.patch
new file mode 100644
index 000000000000..f8f6c08c5f1c
--- /dev/null
+++ b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-deps.patch
@@ -0,0 +1,9 @@
+--- a/KDSoapWSDiscoveryClientConfig.cmake.in 2020-03-02 23:38:05.253097303 +0100
++++ b/KDSoapWSDiscoveryClientConfig.cmake.in 2020-03-02 23:39:03.346641208 +0100
+@@ -5,5 +5,6 @@
+ @PACKAGE_INIT@
+
+ find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
++find_dependency(KDSoap)
+
+ include("${CMAKE_CURRENT_LIST_DIR}/KDSoapWSDiscoveryClientTargets.cmake")
diff --git a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-no-install-docs.patch b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-no-install-docs.patch
new file mode 100644
index 000000000000..5e2cb6dcb6ac
--- /dev/null
+++ b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-no-install-docs.patch
@@ -0,0 +1,13 @@
+Do not trigger QA with the paths we want our docs in.
+
+--- a/docs/CMakeLists.txt 2020-03-02 23:10:28.358584552 +0100
++++ b/docs/CMakeLists.txt 2020-03-02 23:11:52.228369765 +0100
+@@ -29,8 +29,4 @@
+ USE_STAMP_FILE
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..
+ )
+- install(DIRECTORY
+- ${CMAKE_CURRENT_BINARY_DIR}/html/
+- DESTINATION ${KDE_INSTALL_DATADIR}/doc/KDSoapWSDiscoveryClient
+- COMPONENT Devel)
+ endif()