diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 15:33:35 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 15:33:35 +0100 |
commit | 9fe3d8f56e6986930f3ddc3c74e201b24bd567db (patch) | |
tree | 20731a658efc511a5b020a7d21b48f978e96029d /net-libs/kdsoap-ws-discovery-client/files | |
parent | net-libs/kdsoap: New package (diff) | |
download | gentoo-9fe3d8f56e6986930f3ddc3c74e201b24bd567db.tar.gz gentoo-9fe3d8f56e6986930f3ddc3c74e201b24bd567db.tar.bz2 gentoo-9fe3d8f56e6986930f3ddc3c74e201b24bd567db.zip |
net-libs/kdsoap-ws-discovery-client: New package
Bug: https://bugs.gentoo.org/489446
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/kdsoap-ws-discovery-client/files')
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() |