File tree Expand file tree Collapse file tree 6 files changed +43
-3
lines changed Expand file tree Collapse file tree 6 files changed +43
-3
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/LICENSE.txt b/LICENSE.txt
2
+ index 50ea704..bf81343 100644
3
+ --- a/LICENSE.txt
4
+ +++ b/LICENSE.txt
5
+ @@ -11,4 +11,4 @@ available under any license.
6
+ Various other freely distributable files are contained in the unittests
7
+ and are not used in the library code itself.
8
+
9
+ - See the full license texts in the LICENSES folder.
10
+ + See the full license texts provided below in this file.
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ vcpkg_download_distfile(ARCHIVE
7
7
vcpkg_extract_source_archive (
8
8
SOURCE_PATH
9
9
ARCHIVE "${ARCHIVE} "
10
+ PATCHES "fix-license-text.patch"
10
11
)
11
12
12
13
string (COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE} " "static" KDSoap_STATIC )
@@ -32,4 +33,17 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc")
32
33
file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
33
34
file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/share" )
34
35
35
- vcpkg_install_copyright (FILE_LIST "${SOURCE_PATH} /LICENSE.txt" )
36
+ vcpkg_install_copyright (
37
+ FILE_LIST
38
+ "${SOURCE_PATH} /LICENSE.txt"
39
+ "${SOURCE_PATH} /LICENSES/BSD-3-Clause.txt"
40
+ "${SOURCE_PATH} /LICENSES/GPL-2.0-only.txt"
41
+ "${SOURCE_PATH} /LICENSES/LicenseRef-Microsoft.txt"
42
+ "${SOURCE_PATH} /LICENSES/LicenseRef-Novell.txt"
43
+ "${SOURCE_PATH} /LICENSES/LicenseRef-OASIS.txt"
44
+ "${SOURCE_PATH} /LICENSES/LicenseRef-SportingExchange.txt"
45
+ "${SOURCE_PATH} /LICENSES/MIT.txt"
46
+ "${SOURCE_PATH} /LICENSES/W3C.txt"
47
+ )
48
+
49
+ file (INSTALL "${CMAKE_CURRENT_LIST_DIR} /usage" DESTINATION "${CURRENT_PACKAGES_DIR} /share/${PORT} " )
Original file line number Diff line number Diff line change
1
+ kdsoap provides CMake targets:
2
+
3
+ find_package(KDSoap-qt6 CONFIG REQUIRED)
4
+ # kdsoap library
5
+ target_link_libraries(main PRIVATE KDSoap::kdsoap)
6
+ # kdsoap-server library
7
+ target_link_libraries(main PRIVATE KDSoap::kdsoap-server)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kdsoap" ,
3
3
"version" : " 2.2.0" ,
4
+ "port-version" : 1 ,
4
5
"description" : " A Qt-based client-side and server-side SOAP component" ,
5
6
"homepage" : " https://www.kdab.com/products/kd-soap" ,
6
7
"license" : " MIT" ,
7
8
"dependencies" : [
8
9
{
9
10
"name" : " qtbase" ,
10
- "default-features" : false
11
+ "default-features" : false ,
12
+ "features" : [
13
+ " network"
14
+ ]
11
15
},
12
16
{
13
17
"name" : " vcpkg-cmake" ,
Original file line number Diff line number Diff line change 3954
3954
},
3955
3955
"kdsoap" : {
3956
3956
"baseline" : " 2.2.0" ,
3957
- "port-version" : 0
3957
+ "port-version" : 1
3958
3958
},
3959
3959
"kealib" : {
3960
3960
"baseline" : " 1.6.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " d47dc1f4cfc2a401cc71c89f60a1c41ca7034198" ,
5
+ "version" : " 2.2.0" ,
6
+ "port-version" : 1
7
+ },
3
8
{
4
9
"git-tree" : " fb0537658cffb2606f6eed9d444a5d8f88cdf2a4" ,
5
10
"version" : " 2.2.0" ,
You can’t perform that action at this time.
0 commit comments