Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kd-soap] update to 2.2.0 and rename to kdsoap #36101

Merged
merged 2 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patch is applied in the latest version.

)

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
}
]
}
Loading