-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[kf5jobwidgets] new port #19200
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
[kf5jobwidgets] new port #19200
Changes from 14 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
c770135
Add kf5jobwidgets port
wrobelda 354a7c9
[kf5jobwidgets] update to 5.75.0
wrobelda 48a6dc5
[kf5jobwidgets] update to 5.84.0
wrobelda cec2460
[kf5jobwidgets] update versions
wrobelda 014b8a4
[kf5jobwidgets] fix static build
wrobelda 05913b1
[kf5jobwidgets] update versions
wrobelda 70a9fac
[kf5jobwidgets] replace deprecated functions
wrobelda 00cd7e9
[kf5jobwidgets] update versions
wrobelda 226f5f2
[kf5jobwidgets] use semVer
wrobelda 5ea5103
[kf5jobwidgets] update versions
wrobelda 8bac421
[kf5jobwidgets] DISABLE_PARALLEL_CONFIGURE
wrobelda f490c69
[kf5jobwidgets] update versions
wrobelda 2ac6ca4
[kf5jobwidgets] fix MAYBE_UNUSED_VARIABLES usage
wrobelda 068d34b
[kf5jobwidgets] update versions
wrobelda 14dbee9
[kf5jobwidgets] remove extraneous options
wrobelda cda6e9a
[kf5jobwidgets] 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/kjobwidgets | ||
| REF v5.84.0 | ||
| SHA512 57aa8d5756e1c9ce955975bfb5dc33ed78aaa984420effbb3b79984f9fd46794f3da092185bbcefe0464228d8f504349f7efd3a0ae79406954dc9ea84b3553f8 | ||
| HEAD_REF master | ||
| ) | ||
|
|
||
| vcpkg_cmake_configure( | ||
| SOURCE_PATH "${SOURCE_PATH}" | ||
| DISABLE_PARALLEL_CONFIGURE | ||
| OPTIONS | ||
| -DBUILD_TESTING=OFF | ||
| -DBUILD_HTML_DOCS=OFF | ||
| -DBUILD_MAN_DOCS=OFF | ||
| -DBUILD_QTHELP_DOCS=OFF | ||
| MAYBE_UNUSED_VARIABLES | ||
| BUILD_HTML_DOCS | ||
| BUILD_MAN_DOCS | ||
| BUILD_QTHELP_DOCS | ||
| ) | ||
|
|
||
| vcpkg_cmake_install() | ||
| vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/KF5JobWidgets) | ||
|
|
||
| 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}/debug/include") | ||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/etc") | ||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") | ||
|
|
||
| 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,24 @@ | ||
| { | ||
| "name": "kf5jobwidgets", | ||
| "version-semver": "5.84.0", | ||
| "description": "Widgets for showing progress of asynchronous jobs", | ||
| "homepage": "https://api.kde.org/frameworks/kjobwidgets/html/index.html", | ||
| "dependencies": [ | ||
| "ecm", | ||
| "kf5coreaddons", | ||
| "kf5widgetsaddons", | ||
| "qt5-base", | ||
| { | ||
| "name": "qt5-x11extras", | ||
| "platform": "linux" | ||
| }, | ||
| { | ||
| "name": "vcpkg-cmake", | ||
| "host": true | ||
| }, | ||
| { | ||
| "name": "vcpkg-cmake-config", | ||
| "host": true | ||
| } | ||
| ] | ||
|
wrobelda marked this conversation as resolved.
|
||
| } | ||
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": "c85dbdc1d098f7bad4958d7b5860c7783d0de2f7", | ||
| "version-semver": "5.84.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.