-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[kf5auth] new port #16559
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
Merged
Merged
[kf5auth] new port #16559
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
02b856b
Add kf5auth port
wrobelda 5fd93e4
Fixed KF5Auth build for windows
hellozee 1d40fa6
[kf5*] update to 5.75.0
wrobelda 3e8a21c
[kf5auth] convert CONTROL to manifest
wrobelda ac48f7b
[kf5auth] update version
wrobelda 84a55b3
kf5auth: update to 5.81
wrobelda f3b5082
kf5auth: add version
wrobelda d57e752
[kf5auth] migrate to vcpkg_cmake_configure
wrobelda a8aedfe
[kf5auth] update versions
wrobelda ca4d9a9
[kf5auth] disable parallel configure
wrobelda b8c96bc
[kf5auth] update versions
wrobelda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| vcpkg_from_github( | ||
| OUT_SOURCE_PATH SOURCE_PATH | ||
| REPO KDE/kauth | ||
| REF v5.81.0 | ||
| SHA512 bad803867dadc9ff89531e80793bbe6018afb83309f91890f38b40908cea3c886f33f67ddf64e6f42c34df952ab33369d968eda774cece66012a9d66b3fd88a8 | ||
| HEAD_REF master | ||
| ) | ||
|
|
||
| vcpkg_cmake_configure( | ||
| DISABLE_PARALLEL_CONFIGURE | ||
| SOURCE_PATH ${SOURCE_PATH} | ||
| OPTIONS | ||
| -DBUILD_HTML_DOCS=OFF | ||
| -DBUILD_MAN_DOCS=OFF | ||
| -DBUILD_QTHELP_DOCS=OFF | ||
| -DBUILD_TESTING=OFF | ||
| -DKDE_INSTALL_PLUGINDIR=plugins | ||
| -DKDE_INSTALL_DATAROOTDIR=data | ||
| ) | ||
|
|
||
| vcpkg_cmake_install() | ||
| vcpkg_cmake_config_fixup(PACKAGE_NAME KF5Auth CONFIG_PATH lib/cmake/KF5Auth) | ||
|
|
||
| vcpkg_copy_pdbs() | ||
|
|
||
| if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") | ||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin") | ||
| endif() | ||
|
|
||
| file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin/data) | ||
| file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin/data) | ||
| file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) | ||
| file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) | ||
| file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/etc) | ||
| file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/etc) | ||
| file(INSTALL ${SOURCE_PATH}/LICENSES/ DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "name": "kf5auth", | ||
| "version": "5.81.0", | ||
| "description": "Execute actions as privileged user", | ||
| "homepage": "https://api.kde.org/frameworks/kauth/html/index.html", | ||
| "dependencies": [ | ||
| "ecm", | ||
| "kf5coreaddons", | ||
| "qt5-base", | ||
| "qt5-tools", | ||
| { | ||
| "name": "vcpkg-cmake", | ||
| "host": true | ||
| }, | ||
| { | ||
| "name": "vcpkg-cmake-config", | ||
| "host": true | ||
| } | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "versions": [ | ||
| { | ||
| "git-tree": "4eb7aaf2e4986913b630b57cf640bc62ae811316", | ||
| "version": "5.81.0", | ||
| "port-version": 0 | ||
| } | ||
| ] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.