Skip to content

[kf5*] Update to 5.87#20938

Merged
BillyONeal merged 25 commits intomicrosoft:masterfrom
wrobelda:kf5_87
Nov 26, 2021
Merged

[kf5*] Update to 5.87#20938
BillyONeal merged 25 commits intomicrosoft:masterfrom
wrobelda:kf5_87

Conversation

@wrobelda
Copy link
Contributor

@wrobelda wrobelda commented Oct 22, 2021

Describe the pull request
Updates KDE Frameworks to 5.87.

Depends on:

Also:

  • removes patches merged upstream
  • drops semVer where applicable
  • re-enables parallel configure where applicable
  • wraps paths in quotes where applicable
  • adds missing PACKAGE_NAME to vcpkg_cmake_config_fixup where applicable
  • migrates portfiles to use current version of functions where applicable
  • drops/adjusts some of the dependencies changed by upstream
  • uses vcpkg_copy_tools to install tools instead of manual copying where applicable
  • explicitly disables KF5DocTools package lookup in each port, which effectively disables generation of any documentation
  • kf5syntaxhighlighting now installs kate-syntax-highlighter tool
  • kf5config now installs the previously deleted tools
  • removes excessive file(REMOVE_RECURSE folder) calls where folder is actually non-existent
  • installs data files to a default /share location instead of custom /data
  • uses -DKDE_INSTALL_QMLDIR instead moving the /qml by hand where applicable
  • patches kf5dbusaddons and kf5windowsystem to fix Linux static builds
  • patches kf5globalaccel to make XCB XTEST component optional
  • patches kf5kio to find LibMount when building statically
  • patches kf5sonnet to not build the examples
  • adds libmount-dev kf5kio's dependency to Linux image. Requires VM rebuild.

Many thanks to @autoantwort for the #19679 that I used to prepare this. Saved a ton of time!

  • Which triplets are supported/not supported? Have you updated the CI baseline?

    No change

  • Does your PR follow the maintainer guide?

    Yes

  • If you have added/updated a port: Have you run ./vcpkg x-add-version --all and committed the result?

    Yes

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

You have modified or added at least one portfile where deprecated functions are used.

Details

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/kf5completion/portfile.cmake
  • ports/kf5config/portfile.cmake
  • ports/kf5holidays/portfile.cmake
  • ports/kf5i18n/portfile.cmake
  • ports/kf5itemmodels/portfile.cmake
  • ports/kf5itemviews/portfile.cmake
  • ports/kf5plotting/portfile.cmake
  • ports/kf5syntaxhighlighting/portfile.cmake
  • ports/kf5widgetsaddons/portfile.cmake

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

You have modified or added at least one portfile where deprecated functions are used.

Details

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/kf5completion/portfile.cmake
  • ports/kf5config/portfile.cmake
  • ports/kf5holidays/portfile.cmake
  • ports/kf5i18n/portfile.cmake
  • ports/kf5itemmodels/portfile.cmake
  • ports/kf5itemviews/portfile.cmake
  • ports/kf5plotting/portfile.cmake
  • ports/kf5syntaxhighlighting/portfile.cmake
  • ports/kf5widgetsaddons/portfile.cmake

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

You have modified or added at least one portfile where deprecated functions are used.

Details

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/kf5completion/portfile.cmake
  • ports/kf5config/portfile.cmake
  • ports/kf5holidays/portfile.cmake
  • ports/kf5i18n/portfile.cmake
  • ports/kf5itemmodels/portfile.cmake
  • ports/kf5itemviews/portfile.cmake
  • ports/kf5plotting/portfile.cmake
  • ports/kf5syntaxhighlighting/portfile.cmake
  • ports/kf5widgetsaddons/portfile.cmake

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/kf5completion/vcpkg.json b/ports/kf5completion/vcpkg.json
index ede5769..ea7b308 100644
--- a/ports/kf5completion/vcpkg.json
+++ b/ports/kf5completion/vcpkg.json
@@ -16,6 +16,5 @@
       "name": "vcpkg-cmake-config",
       "host": true
     }
-
   ]
 }
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 2169ab765b49cfc5cd7eddfc8ff3e579326776f8 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/k-/kf5attica.json b/versions/k-/kf5attica.json
index 7a7ba26..2307275 100644
--- a/versions/k-/kf5attica.json
+++ b/versions/k-/kf5attica.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "f3337d68b75c0f8eab7520ee30f02bfdaca87e33",
+      "git-tree": "e7dcbcc0d54591b86afa132f23e0ea8795a67ca3",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5codecs.json b/versions/k-/kf5codecs.json
index 5d38bc8..70e3cb5 100644
--- a/versions/k-/kf5codecs.json
+++ b/versions/k-/kf5codecs.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "0d02863de4dc611b2d8b059884ef45ac9ac1a7d2",
+      "git-tree": "ba8967fa74eefac72ddc3eb239026d38fda44661",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5completion.json b/versions/k-/kf5completion.json
index 178e394..c15137a 100644
--- a/versions/k-/kf5completion.json
+++ b/versions/k-/kf5completion.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "c39391cab112251ec3e1a595811fe55d8ce1adc6",
+      "git-tree": "c63c7d437e73e7da58905349e87903264c7a5587",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5config.json b/versions/k-/kf5config.json
index b185d88..36efebe 100644
--- a/versions/k-/kf5config.json
+++ b/versions/k-/kf5config.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "cd6cd9763100c0178ad4019adae224019d6ed092",
+      "git-tree": "3557d97a5b8906462b7cb9c6ef6559f15f635473",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5coreaddons.json b/versions/k-/kf5coreaddons.json
index 6de2937..35f0d19 100644
--- a/versions/k-/kf5coreaddons.json
+++ b/versions/k-/kf5coreaddons.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "0881424e961d739d9b35d9897d6b88843c1641f7",
+      "git-tree": "c03be6999dc37930692e1840e3d9a3efe2b11754",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5dbusaddons.json b/versions/k-/kf5dbusaddons.json
index 84b52e4..767c29c 100644
--- a/versions/k-/kf5dbusaddons.json
+++ b/versions/k-/kf5dbusaddons.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "e1fab3fb4881aeb076c77fdbd6cd1d6ca0ad098d",
+      "git-tree": "daf52b0d2f783fecebfe9d2a62800d30ff7bb520",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5i18n.json b/versions/k-/kf5i18n.json
index 1e772cd..59e862b 100644
--- a/versions/k-/kf5i18n.json
+++ b/versions/k-/kf5i18n.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "544d7c957ce2c46fcd5776314bccfb0ae6b2ea55",
+      "git-tree": "31e68175a5b6748554ee53774d5f16f28832ee9a",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5itemmodels.json b/versions/k-/kf5itemmodels.json
index 8f2c6c7..08bc32b 100644
--- a/versions/k-/kf5itemmodels.json
+++ b/versions/k-/kf5itemmodels.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "86513e3c84aee49434495e1ad02714d22930d809",
+      "git-tree": "779eea7749a7d8b4a59575d9d98641033767bc75",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5jobwidgets.json b/versions/k-/kf5jobwidgets.json
index b7d91b1..15c9c1e 100644
--- a/versions/k-/kf5jobwidgets.json
+++ b/versions/k-/kf5jobwidgets.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "7b7b3f1d666918cf1396520e2c7f38cc348c4a91",
+      "git-tree": "393f78d7bd54a5a404cfabdd7b718c18b53312ba",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5plotting.json b/versions/k-/kf5plotting.json
index c1667f8..f0edfad 100644
--- a/versions/k-/kf5plotting.json
+++ b/versions/k-/kf5plotting.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "bf15a6d00d42471f4b67df9ec1f5ae057b7b1146",
+      "git-tree": "7aafdd0780daa2b712183e8ea1014013f2142dd1",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5service.json b/versions/k-/kf5service.json
index ab814f8..91333b1 100644
--- a/versions/k-/kf5service.json
+++ b/versions/k-/kf5service.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "d21cee49dd3dc4f10d43bd0d3c406c29c60eee0f",
+      "git-tree": "36673641f36366d3cf51a78cf7741963ed26ebee",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5widgetsaddons.json b/versions/k-/kf5widgetsaddons.json
index dd757a6..383ef4a 100644
--- a/versions/k-/kf5widgetsaddons.json
+++ b/versions/k-/kf5widgetsaddons.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "9d7729a6a7cdd4b72a30b0060c3ad0484aaf7070",
+      "git-tree": "24d0ea1c2ed849fef0f8015b3fbaf22e740d8640",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5windowsystem.json b/versions/k-/kf5windowsystem.json
index 33a018c..5de466a 100644
--- a/versions/k-/kf5windowsystem.json
+++ b/versions/k-/kf5windowsystem.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "701cf03868047e06c4b93f7b6d1a8474d5c13d7b",
+      "git-tree": "929f8b2a0694cf60a98713468b3e85d4ebc5774a",
       "version": "5.87.0",
       "port-version": 0
     },

You have modified or added at least one portfile where deprecated functions are used.

Details

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/kf5holidays/portfile.cmake

@wrobelda wrobelda force-pushed the kf5_87 branch 2 times, most recently from 628d05e to 0b801d8 Compare October 22, 2021 18:42
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

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 2169ab765b49cfc5cd7eddfc8ff3e579326776f8 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/k-/kf5archive.json b/versions/k-/kf5archive.json
index 6f4cd48..97e7b7c 100644
--- a/versions/k-/kf5archive.json
+++ b/versions/k-/kf5archive.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "d56c82233a54faa345d275f7eb683c5f3e26b08b",
+      "git-tree": "fe78b68367c6423bb5cdcd04caf8e2b046fa6706",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5auth.json b/versions/k-/kf5auth.json
index f5d1033..74a602a 100644
--- a/versions/k-/kf5auth.json
+++ b/versions/k-/kf5auth.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "466639afcffa68ea5841278be8ef00574e3c6882",
+      "git-tree": "d7e4ebe7498963bfde116470731abb72cf9032df",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5codecs.json b/versions/k-/kf5codecs.json
index 70e3cb5..f931b92 100644
--- a/versions/k-/kf5codecs.json
+++ b/versions/k-/kf5codecs.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "ba8967fa74eefac72ddc3eb239026d38fda44661",
+      "git-tree": "36bf7fddcaf90eb7ef09acf5cbe3cb4eaea9065f",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5completion.json b/versions/k-/kf5completion.json
index c15137a..67d38c3 100644
--- a/versions/k-/kf5completion.json
+++ b/versions/k-/kf5completion.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "c63c7d437e73e7da58905349e87903264c7a5587",
+      "git-tree": "dde6389769fafe13624aa187a28537d0a1e10a31",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5config.json b/versions/k-/kf5config.json
index 59df252..3249c21 100644
--- a/versions/k-/kf5config.json
+++ b/versions/k-/kf5config.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "8734bc10957f11b641aa9e0df96a81d5258b72a4",
+      "git-tree": "1ed65b24ac2cf71168d44dbf82c050e88ff1a0dc",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5crash.json b/versions/k-/kf5crash.json
index 8fd702c..3c6e6df 100644
--- a/versions/k-/kf5crash.json
+++ b/versions/k-/kf5crash.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "09554e5e8e61b52f2f558e38657567745df7312f",
+      "git-tree": "cc52d0bb515ffa68e8bcc9a209bc91da339639ac",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5dbusaddons.json b/versions/k-/kf5dbusaddons.json
index 767c29c..4d288b6 100644
--- a/versions/k-/kf5dbusaddons.json
+++ b/versions/k-/kf5dbusaddons.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "daf52b0d2f783fecebfe9d2a62800d30ff7bb520",
+      "git-tree": "aa8c665cc571257434f150cabb6094c944754133",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5holidays.json b/versions/k-/kf5holidays.json
index d873892..b26d16f 100644
--- a/versions/k-/kf5holidays.json
+++ b/versions/k-/kf5holidays.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "d35955400d7213586dba710bf68ec5e6d5695c38",
+      "git-tree": "004baf26304e6a7fb0e3676a1eade08aabe82ef8",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5i18n.json b/versions/k-/kf5i18n.json
index 59e862b..4209bf1 100644
--- a/versions/k-/kf5i18n.json
+++ b/versions/k-/kf5i18n.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "31e68175a5b6748554ee53774d5f16f28832ee9a",
+      "git-tree": "948b39be7d48aa186e37213e46281a9459e5b0da",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5itemmodels.json b/versions/k-/kf5itemmodels.json
index 08bc32b..61b9e46 100644
--- a/versions/k-/kf5itemmodels.json
+++ b/versions/k-/kf5itemmodels.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "779eea7749a7d8b4a59575d9d98641033767bc75",
+      "git-tree": "adc97e7cbb6a2eefde681f1f67aa005be61f9e35",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5itemviews.json b/versions/k-/kf5itemviews.json
index 7909860..12b5fbc 100644
--- a/versions/k-/kf5itemviews.json
+++ b/versions/k-/kf5itemviews.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "6c5a1a2e95a2b5a389d9641ad08d1130e6cb74d5",
+      "git-tree": "b0ccf48ca4c740ef9b46e6f577ee92e6df528c7c",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5jobwidgets.json b/versions/k-/kf5jobwidgets.json
index 15c9c1e..3e052d8 100644
--- a/versions/k-/kf5jobwidgets.json
+++ b/versions/k-/kf5jobwidgets.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "393f78d7bd54a5a404cfabdd7b718c18b53312ba",
+      "git-tree": "e5c69a5e1a183486e8417976ac478cbd5ec7e514",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5plotting.json b/versions/k-/kf5plotting.json
index f0edfad..2b8ae91 100644
--- a/versions/k-/kf5plotting.json
+++ b/versions/k-/kf5plotting.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "7aafdd0780daa2b712183e8ea1014013f2142dd1",
+      "git-tree": "38365e358699f3748a108d6f35822469bf7eff27",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5sonnet.json b/versions/k-/kf5sonnet.json
index db6e465..46fe9a0 100644
--- a/versions/k-/kf5sonnet.json
+++ b/versions/k-/kf5sonnet.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "fc7896c28d85058d5fd74902e2c4153e06085b3c",
+      "git-tree": "55ed764ac984be662a86f1ab93113cfbf3a975ce",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5widgetsaddons.json b/versions/k-/kf5widgetsaddons.json
index 383ef4a..369c45c 100644
--- a/versions/k-/kf5widgetsaddons.json
+++ b/versions/k-/kf5widgetsaddons.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "24d0ea1c2ed849fef0f8015b3fbaf22e740d8640",
+      "git-tree": "2bbdeac7548c2823274f2f8cd802a5284b4fe2bd",
       "version": "5.87.0",
       "port-version": 0
     },

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

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 2169ab765b49cfc5cd7eddfc8ff3e579326776f8 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/k-/kf5archive.json b/versions/k-/kf5archive.json
index bfa6248..97e7b7c 100644
--- a/versions/k-/kf5archive.json
+++ b/versions/k-/kf5archive.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "813ebfa7c36507e7fc545f537b447b2988fcf555",
+      "git-tree": "fe78b68367c6423bb5cdcd04caf8e2b046fa6706",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5attica.json b/versions/k-/kf5attica.json
index 7a7ba26..2307275 100644
--- a/versions/k-/kf5attica.json
+++ b/versions/k-/kf5attica.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "f3337d68b75c0f8eab7520ee30f02bfdaca87e33",
+      "git-tree": "e7dcbcc0d54591b86afa132f23e0ea8795a67ca3",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5auth.json b/versions/k-/kf5auth.json
index 3f4b0cb..74a602a 100644
--- a/versions/k-/kf5auth.json
+++ b/versions/k-/kf5auth.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "f3a05f80eef23b0afa919099ae071196aafd17d5",
+      "git-tree": "d7e4ebe7498963bfde116470731abb72cf9032df",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5codecs.json b/versions/k-/kf5codecs.json
index 5d38bc8..f931b92 100644
--- a/versions/k-/kf5codecs.json
+++ b/versions/k-/kf5codecs.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "0d02863de4dc611b2d8b059884ef45ac9ac1a7d2",
+      "git-tree": "36bf7fddcaf90eb7ef09acf5cbe3cb4eaea9065f",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5completion.json b/versions/k-/kf5completion.json
index 178e394..67d38c3 100644
--- a/versions/k-/kf5completion.json
+++ b/versions/k-/kf5completion.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "c39391cab112251ec3e1a595811fe55d8ce1adc6",
+      "git-tree": "dde6389769fafe13624aa187a28537d0a1e10a31",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5config.json b/versions/k-/kf5config.json
index b185d88..3249c21 100644
--- a/versions/k-/kf5config.json
+++ b/versions/k-/kf5config.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "cd6cd9763100c0178ad4019adae224019d6ed092",
+      "git-tree": "1ed65b24ac2cf71168d44dbf82c050e88ff1a0dc",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5coreaddons.json b/versions/k-/kf5coreaddons.json
index 6de2937..35f0d19 100644
--- a/versions/k-/kf5coreaddons.json
+++ b/versions/k-/kf5coreaddons.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "0881424e961d739d9b35d9897d6b88843c1641f7",
+      "git-tree": "c03be6999dc37930692e1840e3d9a3efe2b11754",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5crash.json b/versions/k-/kf5crash.json
index 195c7c1..3c6e6df 100644
--- a/versions/k-/kf5crash.json
+++ b/versions/k-/kf5crash.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "49e697f721804c789ffd5360373e180e16e7222b",
+      "git-tree": "cc52d0bb515ffa68e8bcc9a209bc91da339639ac",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5dbusaddons.json b/versions/k-/kf5dbusaddons.json
index 84b52e4..4d288b6 100644
--- a/versions/k-/kf5dbusaddons.json
+++ b/versions/k-/kf5dbusaddons.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "e1fab3fb4881aeb076c77fdbd6cd1d6ca0ad098d",
+      "git-tree": "aa8c665cc571257434f150cabb6094c944754133",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5holidays.json b/versions/k-/kf5holidays.json
index b9ce536..b26d16f 100644
--- a/versions/k-/kf5holidays.json
+++ b/versions/k-/kf5holidays.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "3fb74cb6dcbcdd3d649c9305811f0a3eee36f02f",
+      "git-tree": "004baf26304e6a7fb0e3676a1eade08aabe82ef8",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5i18n.json b/versions/k-/kf5i18n.json
index 1e772cd..4209bf1 100644
--- a/versions/k-/kf5i18n.json
+++ b/versions/k-/kf5i18n.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "544d7c957ce2c46fcd5776314bccfb0ae6b2ea55",
+      "git-tree": "948b39be7d48aa186e37213e46281a9459e5b0da",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5itemmodels.json b/versions/k-/kf5itemmodels.json
index 8f2c6c7..61b9e46 100644
--- a/versions/k-/kf5itemmodels.json
+++ b/versions/k-/kf5itemmodels.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "86513e3c84aee49434495e1ad02714d22930d809",
+      "git-tree": "adc97e7cbb6a2eefde681f1f67aa005be61f9e35",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5itemviews.json b/versions/k-/kf5itemviews.json
index 03a54fe..12b5fbc 100644
--- a/versions/k-/kf5itemviews.json
+++ b/versions/k-/kf5itemviews.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "40132cf7791e7124a1306e736c9fa2f8bdbd436e",
+      "git-tree": "b0ccf48ca4c740ef9b46e6f577ee92e6df528c7c",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5jobwidgets.json b/versions/k-/kf5jobwidgets.json
index b7d91b1..3e052d8 100644
--- a/versions/k-/kf5jobwidgets.json
+++ b/versions/k-/kf5jobwidgets.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "7b7b3f1d666918cf1396520e2c7f38cc348c4a91",
+      "git-tree": "e5c69a5e1a183486e8417976ac478cbd5ec7e514",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5kio.json b/versions/k-/kf5kio.json
index 144dbee..05ea7dd 100644
--- a/versions/k-/kf5kio.json
+++ b/versions/k-/kf5kio.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "1a15da2ac958ddaa9194cf53c7b477d8e2a34286",
+      "git-tree": "d2a1f81095062efb020a0fdd6110c39ef651a7fc",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5plotting.json b/versions/k-/kf5plotting.json
index c1667f8..2b8ae91 100644
--- a/versions/k-/kf5plotting.json
+++ b/versions/k-/kf5plotting.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "bf15a6d00d42471f4b67df9ec1f5ae057b7b1146",
+      "git-tree": "38365e358699f3748a108d6f35822469bf7eff27",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5service.json b/versions/k-/kf5service.json
index ab814f8..91333b1 100644
--- a/versions/k-/kf5service.json
+++ b/versions/k-/kf5service.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "d21cee49dd3dc4f10d43bd0d3c406c29c60eee0f",
+      "git-tree": "36673641f36366d3cf51a78cf7741963ed26ebee",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5sonnet.json b/versions/k-/kf5sonnet.json
index c2eacc0..46fe9a0 100644
--- a/versions/k-/kf5sonnet.json
+++ b/versions/k-/kf5sonnet.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "9520ec25951a393ec7251247d963e53833399691",
+      "git-tree": "55ed764ac984be662a86f1ab93113cfbf3a975ce",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5syntaxhighlighting.json b/versions/k-/kf5syntaxhighlighting.json
index 09d82b5..0d7b76e 100644
--- a/versions/k-/kf5syntaxhighlighting.json
+++ b/versions/k-/kf5syntaxhighlighting.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "11e0ca4f1c0f1ee6678f50208387a3db4275743a",
+      "git-tree": "a7ac862f8d72f29b6caa72a669370ace6badefb1",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5widgetsaddons.json b/versions/k-/kf5widgetsaddons.json
index dd757a6..369c45c 100644
--- a/versions/k-/kf5widgetsaddons.json
+++ b/versions/k-/kf5widgetsaddons.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "9d7729a6a7cdd4b72a30b0060c3ad0484aaf7070",
+      "git-tree": "2bbdeac7548c2823274f2f8cd802a5284b4fe2bd",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5windowsystem.json b/versions/k-/kf5windowsystem.json
index 33a018c..67e176d 100644
--- a/versions/k-/kf5windowsystem.json
+++ b/versions/k-/kf5windowsystem.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "701cf03868047e06c4b93f7b6d1a8474d5c13d7b",
+      "git-tree": "40c980df43b4ff6613cf894b90f8d2e4de9a94f8",
       "version": "5.87.0",
       "port-version": 0
     },

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

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 2169ab765b49cfc5cd7eddfc8ff3e579326776f8 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/k-/kf5archive.json b/versions/k-/kf5archive.json
index bfa6248..97e7b7c 100644
--- a/versions/k-/kf5archive.json
+++ b/versions/k-/kf5archive.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "813ebfa7c36507e7fc545f537b447b2988fcf555",
+      "git-tree": "fe78b68367c6423bb5cdcd04caf8e2b046fa6706",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5attica.json b/versions/k-/kf5attica.json
index 7a7ba26..2307275 100644
--- a/versions/k-/kf5attica.json
+++ b/versions/k-/kf5attica.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "f3337d68b75c0f8eab7520ee30f02bfdaca87e33",
+      "git-tree": "e7dcbcc0d54591b86afa132f23e0ea8795a67ca3",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5auth.json b/versions/k-/kf5auth.json
index 3f4b0cb..74a602a 100644
--- a/versions/k-/kf5auth.json
+++ b/versions/k-/kf5auth.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "f3a05f80eef23b0afa919099ae071196aafd17d5",
+      "git-tree": "d7e4ebe7498963bfde116470731abb72cf9032df",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5codecs.json b/versions/k-/kf5codecs.json
index 5d38bc8..f931b92 100644
--- a/versions/k-/kf5codecs.json
+++ b/versions/k-/kf5codecs.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "0d02863de4dc611b2d8b059884ef45ac9ac1a7d2",
+      "git-tree": "36bf7fddcaf90eb7ef09acf5cbe3cb4eaea9065f",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5completion.json b/versions/k-/kf5completion.json
index 178e394..67d38c3 100644
--- a/versions/k-/kf5completion.json
+++ b/versions/k-/kf5completion.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "c39391cab112251ec3e1a595811fe55d8ce1adc6",
+      "git-tree": "dde6389769fafe13624aa187a28537d0a1e10a31",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5config.json b/versions/k-/kf5config.json
index b185d88..3249c21 100644
--- a/versions/k-/kf5config.json
+++ b/versions/k-/kf5config.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "cd6cd9763100c0178ad4019adae224019d6ed092",
+      "git-tree": "1ed65b24ac2cf71168d44dbf82c050e88ff1a0dc",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5coreaddons.json b/versions/k-/kf5coreaddons.json
index 6de2937..35f0d19 100644
--- a/versions/k-/kf5coreaddons.json
+++ b/versions/k-/kf5coreaddons.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "0881424e961d739d9b35d9897d6b88843c1641f7",
+      "git-tree": "c03be6999dc37930692e1840e3d9a3efe2b11754",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5crash.json b/versions/k-/kf5crash.json
index 195c7c1..3c6e6df 100644
--- a/versions/k-/kf5crash.json
+++ b/versions/k-/kf5crash.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "49e697f721804c789ffd5360373e180e16e7222b",
+      "git-tree": "cc52d0bb515ffa68e8bcc9a209bc91da339639ac",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5dbusaddons.json b/versions/k-/kf5dbusaddons.json
index 84b52e4..9eda8fe 100644
--- a/versions/k-/kf5dbusaddons.json
+++ b/versions/k-/kf5dbusaddons.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "e1fab3fb4881aeb076c77fdbd6cd1d6ca0ad098d",
+      "git-tree": "0f61c24cff36aac302c3a9e98b5e10e66d87b405",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5holidays.json b/versions/k-/kf5holidays.json
index b9ce536..b26d16f 100644
--- a/versions/k-/kf5holidays.json
+++ b/versions/k-/kf5holidays.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "3fb74cb6dcbcdd3d649c9305811f0a3eee36f02f",
+      "git-tree": "004baf26304e6a7fb0e3676a1eade08aabe82ef8",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5i18n.json b/versions/k-/kf5i18n.json
index 1e772cd..4209bf1 100644
--- a/versions/k-/kf5i18n.json
+++ b/versions/k-/kf5i18n.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "544d7c957ce2c46fcd5776314bccfb0ae6b2ea55",
+      "git-tree": "948b39be7d48aa186e37213e46281a9459e5b0da",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5itemmodels.json b/versions/k-/kf5itemmodels.json
index 8f2c6c7..61b9e46 100644
--- a/versions/k-/kf5itemmodels.json
+++ b/versions/k-/kf5itemmodels.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "86513e3c84aee49434495e1ad02714d22930d809",
+      "git-tree": "adc97e7cbb6a2eefde681f1f67aa005be61f9e35",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5itemviews.json b/versions/k-/kf5itemviews.json
index 03a54fe..12b5fbc 100644
--- a/versions/k-/kf5itemviews.json
+++ b/versions/k-/kf5itemviews.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "40132cf7791e7124a1306e736c9fa2f8bdbd436e",
+      "git-tree": "b0ccf48ca4c740ef9b46e6f577ee92e6df528c7c",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5jobwidgets.json b/versions/k-/kf5jobwidgets.json
index b7d91b1..3e052d8 100644
--- a/versions/k-/kf5jobwidgets.json
+++ b/versions/k-/kf5jobwidgets.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "7b7b3f1d666918cf1396520e2c7f38cc348c4a91",
+      "git-tree": "e5c69a5e1a183486e8417976ac478cbd5ec7e514",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5kio.json b/versions/k-/kf5kio.json
index 144dbee..05ea7dd 100644
--- a/versions/k-/kf5kio.json
+++ b/versions/k-/kf5kio.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "1a15da2ac958ddaa9194cf53c7b477d8e2a34286",
+      "git-tree": "d2a1f81095062efb020a0fdd6110c39ef651a7fc",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5plotting.json b/versions/k-/kf5plotting.json
index c1667f8..2b8ae91 100644
--- a/versions/k-/kf5plotting.json
+++ b/versions/k-/kf5plotting.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "bf15a6d00d42471f4b67df9ec1f5ae057b7b1146",
+      "git-tree": "38365e358699f3748a108d6f35822469bf7eff27",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5service.json b/versions/k-/kf5service.json
index ab814f8..91333b1 100644
--- a/versions/k-/kf5service.json
+++ b/versions/k-/kf5service.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "d21cee49dd3dc4f10d43bd0d3c406c29c60eee0f",
+      "git-tree": "36673641f36366d3cf51a78cf7741963ed26ebee",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5sonnet.json b/versions/k-/kf5sonnet.json
index c2eacc0..46fe9a0 100644
--- a/versions/k-/kf5sonnet.json
+++ b/versions/k-/kf5sonnet.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "9520ec25951a393ec7251247d963e53833399691",
+      "git-tree": "55ed764ac984be662a86f1ab93113cfbf3a975ce",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5syntaxhighlighting.json b/versions/k-/kf5syntaxhighlighting.json
index 09d82b5..0d7b76e 100644
--- a/versions/k-/kf5syntaxhighlighting.json
+++ b/versions/k-/kf5syntaxhighlighting.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "11e0ca4f1c0f1ee6678f50208387a3db4275743a",
+      "git-tree": "a7ac862f8d72f29b6caa72a669370ace6badefb1",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5widgetsaddons.json b/versions/k-/kf5widgetsaddons.json
index dd757a6..369c45c 100644
--- a/versions/k-/kf5widgetsaddons.json
+++ b/versions/k-/kf5widgetsaddons.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "9d7729a6a7cdd4b72a30b0060c3ad0484aaf7070",
+      "git-tree": "2bbdeac7548c2823274f2f8cd802a5284b4fe2bd",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5windowsystem.json b/versions/k-/kf5windowsystem.json
index 33a018c..67e176d 100644
--- a/versions/k-/kf5windowsystem.json
+++ b/versions/k-/kf5windowsystem.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "701cf03868047e06c4b93f7b6d1a8474d5c13d7b",
+      "git-tree": "40c980df43b4ff6613cf894b90f8d2e4de9a94f8",
       "version": "5.87.0",
       "port-version": 0
     },

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

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 2169ab765b49cfc5cd7eddfc8ff3e579326776f8 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/k-/kf5codecs.json b/versions/k-/kf5codecs.json
index 88c7c3d..7fb98e3 100644
--- a/versions/k-/kf5codecs.json
+++ b/versions/k-/kf5codecs.json
@@ -5,11 +5,6 @@
       "version": "5.87.0",
       "port-version": 0
     },
-    {
-      "git-tree": "54b65a5af21a97ee1a73591b5e83d26cc6898d12",
-      "version": "5.84.0",
-      "port-version": 3
-    },
     {
       "git-tree": "0997fde9753e1e3c745eca599c116ef3a511bece",
       "version": "5.84.0",
diff --git a/versions/k-/kf5declarative.json b/versions/k-/kf5declarative.json
index 875e79b..c4a8296 100644
--- a/versions/k-/kf5declarative.json
+++ b/versions/k-/kf5declarative.json
@@ -5,11 +5,6 @@
       "version": "5.87.0",
       "port-version": 0
     },
-    {
-      "git-tree": "6532f8c66e8d9626315958f2f072c43bf6a117ac",
-      "version": "5.84.0",
-      "port-version": 1
-    },
     {
       "git-tree": "165b2c1ebe6c3268e4bf32668da9c78c0b097f24",
       "version": "5.84.0",

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

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 2169ab765b49cfc5cd7eddfc8ff3e579326776f8 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/k-/kf5codecs.json b/versions/k-/kf5codecs.json
index 88c7c3d..7fb98e3 100644
--- a/versions/k-/kf5codecs.json
+++ b/versions/k-/kf5codecs.json
@@ -5,11 +5,6 @@
       "version": "5.87.0",
       "port-version": 0
     },
-    {
-      "git-tree": "54b65a5af21a97ee1a73591b5e83d26cc6898d12",
-      "version": "5.84.0",
-      "port-version": 3
-    },
     {
       "git-tree": "0997fde9753e1e3c745eca599c116ef3a511bece",
       "version": "5.84.0",
diff --git a/versions/k-/kf5declarative.json b/versions/k-/kf5declarative.json
index 84af732..adb3396 100644
--- a/versions/k-/kf5declarative.json
+++ b/versions/k-/kf5declarative.json
@@ -5,11 +5,6 @@
       "version": "5.87.0",
       "port-version": 0
     },
-    {
-      "git-tree": "6532f8c66e8d9626315958f2f072c43bf6a117ac",
-      "version": "5.84.0",
-      "port-version": 1
-    },
     {
       "git-tree": "165b2c1ebe6c3268e4bf32668da9c78c0b097f24",
       "version": "5.84.0",

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

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 2169ab765b49cfc5cd7eddfc8ff3e579326776f8 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/k-/kf5codecs.json b/versions/k-/kf5codecs.json
index 88c7c3d..7fb98e3 100644
--- a/versions/k-/kf5codecs.json
+++ b/versions/k-/kf5codecs.json
@@ -5,11 +5,6 @@
       "version": "5.87.0",
       "port-version": 0
     },
-    {
-      "git-tree": "54b65a5af21a97ee1a73591b5e83d26cc6898d12",
-      "version": "5.84.0",
-      "port-version": 3
-    },
     {
       "git-tree": "0997fde9753e1e3c745eca599c116ef3a511bece",
       "version": "5.84.0",
diff --git a/versions/k-/kf5declarative.json b/versions/k-/kf5declarative.json
index 0e3a1cc..e1896f1 100644
--- a/versions/k-/kf5declarative.json
+++ b/versions/k-/kf5declarative.json
@@ -5,11 +5,6 @@
       "version": "5.87.0",
       "port-version": 0
     },
-    {
-      "git-tree": "6532f8c66e8d9626315958f2f072c43bf6a117ac",
-      "version": "5.84.0",
-      "port-version": 1
-    },
     {
       "git-tree": "165b2c1ebe6c3268e4bf32668da9c78c0b097f24",
       "version": "5.84.0",

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

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 2169ab765b49cfc5cd7eddfc8ff3e579326776f8 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/k-/kf5codecs.json b/versions/k-/kf5codecs.json
index 88c7c3d..7fb98e3 100644
--- a/versions/k-/kf5codecs.json
+++ b/versions/k-/kf5codecs.json
@@ -5,11 +5,6 @@
       "version": "5.87.0",
       "port-version": 0
     },
-    {
-      "git-tree": "54b65a5af21a97ee1a73591b5e83d26cc6898d12",
-      "version": "5.84.0",
-      "port-version": 3
-    },
     {
       "git-tree": "0997fde9753e1e3c745eca599c116ef3a511bece",
       "version": "5.84.0",
diff --git a/versions/k-/kf5declarative.json b/versions/k-/kf5declarative.json
index 0e3a1cc..e1896f1 100644
--- a/versions/k-/kf5declarative.json
+++ b/versions/k-/kf5declarative.json
@@ -5,11 +5,6 @@
       "version": "5.87.0",
       "port-version": 0
     },
-    {
-      "git-tree": "6532f8c66e8d9626315958f2f072c43bf6a117ac",
-      "version": "5.84.0",
-      "port-version": 1
-    },
     {
       "git-tree": "165b2c1ebe6c3268e4bf32668da9c78c0b097f24",
       "version": "5.84.0",

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

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 a2fcb03749ff5897b5985092934dc6057680c789 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/e-/ecm.json b/versions/e-/ecm.json
index 7184f75..405ac37 100644
--- a/versions/e-/ecm.json
+++ b/versions/e-/ecm.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "89315f5ab2d3d69daff03ac9519a6b950d04b8ee",
+      "git-tree": "326da23f3132279545c12d753b9f7f22712fe95f",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5kio.json b/versions/k-/kf5kio.json
index a48993c..f2afc6f 100644
--- a/versions/k-/kf5kio.json
+++ b/versions/k-/kf5kio.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "bfe5f730c5ea41c1fa061fe3b53ef519665316ff",
+      "git-tree": "6dc045a5011291de6e3aad07e60bca2a9699837c",
       "version": "5.87.0",
       "port-version": 0
     },
diff --git a/versions/k-/kf5solid.json b/versions/k-/kf5solid.json
index edcfa1b..d085a12 100644
--- a/versions/k-/kf5solid.json
+++ b/versions/k-/kf5solid.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "2529c9ed1f2044c819e53bebd8da921cb0607ca7",
+      "git-tree": "db2ba98a0de225239023a9673c7faa4346fbdfd7",
       "version": "5.87.0",
       "port-version": 0
     },

@wrobelda
Copy link
Contributor Author

@JonLiu1993, @NancyLi1013 this no longer has any dependencies and is ready to be merged.

@JonLiu1993 JonLiu1993 removed the depends:different-pr This PR or Issue depends on a PR which has been filed label Nov 25, 2021
@BillyONeal
Copy link
Member

Thanks for the extensive updates!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:port-update The issue is with a library, which is requesting update new revision info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants