Conversation
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
Error: Local changes detected for kf5iconthemes but no changes to version or port version.
-- Version: 5.84.0
-- Old SHA: 5fd63e3d0747a6c3ba2e2f277acbd2e4129b7762
-- New SHA: a34b5beea612f36368ba352aab740da326efb961
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout dd3d6df5001d49f954bc39b73a4c49ae3c9e8d15 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index cb0149d..ee52d95 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2972,6 +2972,10 @@
"baseline": "5.84.0",
"port-version": 2
},
+ "kf5xmlgui": {
+ "baseline": "5.84.0",
+ "port-version": 0
+ },
"kfr": {
"baseline": "2020-06-15",
"port-version": 0There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout dd3d6df5001d49f954bc39b73a4c49ae3c9e8d15 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 42cc7c6..742291b 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2972,6 +2972,10 @@
"baseline": "5.84.0",
"port-version": 2
},
+ "kf5xmlgui": {
+ "baseline": "5.84.0",
+ "port-version": 0
+ },
"kfr": {
"baseline": "2020-06-15",
"port-version": 0There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
Error: Local changes detected for kf5xmlgui but no changes to version or port version.
-- Version: 5.84.0
-- Old SHA: 13c451b29d5acffea7c89eb22704e123c211413f
-- New SHA: 6d5edf1912e6ce9800d344af51eb32d7f537c245
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
|
@NancyLi1013 since you accepted it I accidentally pushed a fix meant for #20210, removed it and force-pushed. |
|
Thanks for the new port! |
Describe the pull request
What does your PR fix?
Adds new kf5xmlgui port.
Which triplets are supported/not supported? Have you updated the CI baseline?
All official, plus
arm64-osxDoes your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?Yes