Skip to content

Commit

Permalink
[kd-soap] update to 2.2.0 and rename to kdsoap (microsoft#36101)
Browse files Browse the repository at this point in the history
* kd-soap update to 2.2.0

* update version

---------

Co-authored-by: vzhli17 <[email protected]>
  • Loading branch information
2 people authored and Osyotr committed Jan 23, 2024
1 parent 3891662 commit f775ae6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 33 deletions.
26 changes: 0 additions & 26 deletions ports/kd-soap/Ensure-KDSoapConfig-finds-Qt-first.patch

This file was deleted.

6 changes: 2 additions & 4 deletions ports/kd-soap/portfile.cmake → ports/kdsoap/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/KDAB/KDSoap/releases/download/kdsoap-${VERSION}/kdsoap-${VERSION}.tar.gz"
FILENAME "kdsoap-${VERSION}.tar.gz"
SHA512 12224f664dcae7ceb7395a7c3de48a208ae81c10f6fba4d0db233613472c6b9cdbea6375297c27b58fe7338d7db27a4447844f4e8f40a24ec1b4dd3fa38d20bb
SHA512 6ed5cd6a0d02a9faf6881facbd28391c553b3671512153ecd058ab53bfbe9d3f0afa3704d580e66010ddf6a3de7e578a632339f8c1ae7529c28f9d5fd7d1eb5f
)

vcpkg_extract_source_archive(
SOURCE_PATH
ARCHIVE "${ARCHIVE}"
PATCHES
Ensure-KDSoapConfig-finds-Qt-first.patch
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" KDSoap_STATIC)
Expand All @@ -34,4 +32,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
5 changes: 2 additions & 3 deletions ports/kd-soap/vcpkg.json → ports/kdsoap/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "kd-soap",
"version": "2.1.1",
"port-version": 1,
"name": "kdsoap",
"version": "2.2.0",
"description": "A Qt-based client-side and server-side SOAP component",
"homepage": "https://www.kdab.com/products/kd-soap",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3748,6 +3748,10 @@
"baseline": "2.0.0",
"port-version": 0
},
"kdsoap": {
"baseline": "2.2.0",
"port-version": 0
},
"kealib": {
"baseline": "1.5.3",
"port-version": 0
Expand Down
9 changes: 9 additions & 0 deletions versions/k-/kdsoap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "fb0537658cffb2606f6eed9d444a5d8f88cdf2a4",
"version": "2.2.0",
"port-version": 0
}
]
}

0 comments on commit f775ae6

Please sign in to comment.