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

[kf5newstuff] new port #20198

Merged
merged 23 commits into from
Oct 16, 2021
Merged

[kf5newstuff] new port #20198

merged 23 commits into from
Oct 16, 2021

Conversation

wrobelda
Copy link
Contributor

@wrobelda wrobelda commented Sep 16, 2021

Describe the pull request

New port. Depends on:

@wrobelda
Copy link
Contributor Author

Why is this even a problem on Windows when the dlls are in /lib? This is a default location for that lib on Linux and macOS, and that's how it is packaged on Linux as well. Don't understand what's wrong with it?

The following dlls were found in /lib or /debug/lib. Please move them to /bin or /debug/bin, respectively.
D:/packages/kf5newstuff_x64-windows/lib/qml/org/kde/newstuff/newstuffqmlplugin.dll

@dg0yt
Copy link
Contributor

dg0yt commented Sep 16, 2021

Why is this even a problem on Windows when the dlls are in /lib? This is a default location for that lib on Linux and macOS, and that's how it is packaged on Linux as well. Don't understand what's wrong with it?

The following dlls were found in /lib or /debug/lib. Please move them to /bin or /debug/bin, respectively.
D:/packages/kf5newstuff_x64-windows/lib/qml/org/kde/newstuff/newstuffqmlplugin.dll

For Windows dynamic linkage, the run-time DLLs are expected to be side-by-side with the EXEs, in bin. In lib, there are the build-time import libraries (.lib or .dll.a).
In CMake, this RUNTIME DESTINATION vs. LIBRARY DESTINATION.

@wrobelda
Copy link
Contributor Author

wrobelda commented Sep 16, 2021

For Windows dynamic linkage, the run-time DLLs are expected to be side-by-side with the EXEs, in bin. In lib, there are the build-time import libraries (.lib or .dll.a).
In CMake, this RUNTIME DESTINATION vs. LIBRARY DESTINATION.

Thanks. Did some reading and it makes sense now.

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!

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 kf5newstuff but no changes to version or port version.
-- Version: 5.84.0
-- Old SHA: e397a9b9da54616d0816e3714ae73c5f30418a72
-- New SHA: ec2418514b0495784177039d1401a25316f3da7a
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***

@wrobelda wrobelda mentioned this pull request Sep 16, 2021
4 tasks
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/kf5configwidgets/vcpkg.json b/ports/kf5configwidgets/vcpkg.json
index 9a45fa9..4950f72 100644
--- a/ports/kf5configwidgets/vcpkg.json
+++ b/ports/kf5configwidgets/vcpkg.json
@@ -1,7 +1,7 @@
 {
   "name": "kf5configwidgets",
   "version-semver": "5.84.0",
-  "port-version": 1,  
+  "port-version": 1,
   "description": "Widgets for configuration dialogs",
   "homepage": "https://api.kde.org/frameworks/kconfigwidgets/html/index.html",
   "dependencies": [
diff --git a/ports/kf5globalaccel/vcpkg.json b/ports/kf5globalaccel/vcpkg.json
index 5ac9fbb..25aefee 100644
--- a/ports/kf5globalaccel/vcpkg.json
+++ b/ports/kf5globalaccel/vcpkg.json
@@ -1,7 +1,7 @@
 {
   "name": "kf5globalaccel",
   "version-semver": "5.84.0",
-  "port-version": 1,  
+  "port-version": 1,
   "description": "lobal desktop keyboard shortcuts",
   "homepage": "https://api.kde.org/frameworks/kglobalaccel/html/index.html",
   "dependencies": [
diff --git a/ports/kf5iconthemes/vcpkg.json b/ports/kf5iconthemes/vcpkg.json
index e973cc4..3c7db55 100644
--- a/ports/kf5iconthemes/vcpkg.json
+++ b/ports/kf5iconthemes/vcpkg.json
@@ -1,7 +1,7 @@
 {
   "name": "kf5iconthemes",
   "version": "5.84.0",
-  "port-version": 1,  
+  "port-version": 1,
   "description": "Icon GUI utilities",
   "homepage": "https://api.kde.org/frameworks/kiconthemes/html/index.html",
   "dependencies": [
diff --git a/ports/kf5jobwidgets/vcpkg.json b/ports/kf5jobwidgets/vcpkg.json
index c8f3cba..b02a341 100644
--- a/ports/kf5jobwidgets/vcpkg.json
+++ b/ports/kf5jobwidgets/vcpkg.json
@@ -1,7 +1,7 @@
 {
   "name": "kf5jobwidgets",
   "version-semver": "5.84.0",
-  "port-version": 1,  
+  "port-version": 1,
   "description": "Widgets for showing progress of asynchronous jobs",
   "homepage": "https://api.kde.org/frameworks/kjobwidgets/html/index.html",
   "dependencies": [
diff --git a/ports/kf5package/vcpkg.json b/ports/kf5package/vcpkg.json
index 9a095b7..a874e8d 100644
--- a/ports/kf5package/vcpkg.json
+++ b/ports/kf5package/vcpkg.json
@@ -1,7 +1,7 @@
 {
   "name": "kf5package",
   "version": "5.84.0",
-  "port-version": 1,  
+  "port-version": 1,
   "description": "Installation and loading of additional content (ex: scripts, images...) as packages",
   "homepage": "https://api.kde.org/frameworks/kpackage/html/index.html",
   "dependencies": [
diff --git a/ports/kf5service/vcpkg.json b/ports/kf5service/vcpkg.json
index e8bad39..72136bf 100644
--- a/ports/kf5service/vcpkg.json
+++ b/ports/kf5service/vcpkg.json
@@ -1,7 +1,7 @@
 {
   "name": "kf5service",
   "version": "5.84.0",
-  "port-version": 1,  
+  "port-version": 1,
   "description": "Plugin framework for desktop services",
   "homepage": "https://api.kde.org/frameworks/kservice/html/index.html",
   "dependencies": [
diff --git a/ports/kf5textwidgets/vcpkg.json b/ports/kf5textwidgets/vcpkg.json
index 20850e4..dfb7e27 100644
--- a/ports/kf5textwidgets/vcpkg.json
+++ b/ports/kf5textwidgets/vcpkg.json
@@ -1,7 +1,7 @@
 {
   "name": "kf5textwidgets",
   "version": "5.84.0",
-  "port-version": 1,  
+  "port-version": 1,
   "description": "Text editing widgets",
   "homepage": "https://api.kde.org/frameworks/ktextwidgets/html/index.html",
   "dependencies": [
diff --git a/ports/kf5wallet/vcpkg.json b/ports/kf5wallet/vcpkg.json
index 4522698..0d48768 100644
--- a/ports/kf5wallet/vcpkg.json
+++ b/ports/kf5wallet/vcpkg.json
@@ -1,7 +1,7 @@
 {
   "name": "kf5wallet",
   "version-semver": "5.84.0",
-  "port-version": 1,  
+  "port-version": 1,
   "description": "Safe desktop-wide storage for passwords",
   "homepage": "https://api.kde.org/frameworks/kwallet/html/index.html",
   "dependencies": [
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 5d734efcef674dbf9b7b204484fc8f006101dcb5 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 4d64e38..10b05d2 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2946,15 +2946,15 @@
     },
     "kf5archive": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5attica": {
       "baseline": "5.84.0",
-      "port-version": 0
+      "port-version": 1
     },
     "kf5auth": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5bookmarks": {
       "baseline": "5.84.0",
@@ -2962,63 +2962,63 @@
     },
     "kf5codecs": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5completion": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5config": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5configwidgets": {
       "baseline": "5.84.0",
-      "port-version": 0
+      "port-version": 1
     },
     "kf5coreaddons": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5crash": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5dbusaddons": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5globalaccel": {
       "baseline": "5.84.0",
-      "port-version": 0
+      "port-version": 1
     },
     "kf5guiaddons": {
       "baseline": "5.84.0",
-      "port-version": 2
+      "port-version": 3
     },
     "kf5holidays": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5i18n": {
       "baseline": "5.84.0",
-      "port-version": 2
+      "port-version": 3
     },
     "kf5iconthemes": {
       "baseline": "5.84.0",
-      "port-version": 0
+      "port-version": 1
     },
     "kf5itemmodels": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5itemviews": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5jobwidgets": {
       "baseline": "5.84.0",
-      "port-version": 0
+      "port-version": 1
     },
     "kf5kio": {
       "baseline": "5.84.0",
@@ -3030,43 +3030,43 @@
     },
     "kf5package": {
       "baseline": "5.84.0",
-      "port-version": 0
+      "port-version": 1
     },
     "kf5plotting": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5service": {
       "baseline": "5.84.0",
-      "port-version": 0
+      "port-version": 1
     },
     "kf5solid": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5sonnet": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5syntaxhighlighting": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5textwidgets": {
       "baseline": "5.84.0",
-      "port-version": 0
+      "port-version": 1
     },
     "kf5wallet": {
       "baseline": "5.84.0",
-      "port-version": 0
+      "port-version": 1
     },
     "kf5widgetsaddons": {
       "baseline": "5.84.0",
-      "port-version": 1
+      "port-version": 2
     },
     "kf5windowsystem": {
       "baseline": "5.84.0",
-      "port-version": 2
+      "port-version": 3
     },
     "kf5xmlgui": {
       "baseline": "5.84.0",
diff --git a/versions/k-/kf5archive.json b/versions/k-/kf5archive.json
index 068b74c..3dd22de 100644
--- a/versions/k-/kf5archive.json
+++ b/versions/k-/kf5archive.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1476ac82c0b38d83211053e22afbac2091dab2e3",
+      "version-semver": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "03f6943556e1d7600443c1f30445560de3f9b2f7",
       "version-semver": "5.84.0",
diff --git a/versions/k-/kf5attica.json b/versions/k-/kf5attica.json
index d37e925..51344eb 100644
--- a/versions/k-/kf5attica.json
+++ b/versions/k-/kf5attica.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "f0d1c8f2256f2e831a4ba82551de6a55ee4565a6",
+      "version-semver": "5.84.0",
+      "port-version": 1
+    },
     {
       "git-tree": "196f1ae93b85efd88bb9fa4a245ed9e8cf044a4a",
       "version-semver": "5.84.0",
diff --git a/versions/k-/kf5auth.json b/versions/k-/kf5auth.json
index acaa00c..c3154d0 100644
--- a/versions/k-/kf5auth.json
+++ b/versions/k-/kf5auth.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "54c38c08e5c5af0745650a385a5cea5926748545",
+      "version": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "5f1399e14100a7c100bc55f8d436224c680a7f52",
       "version": "5.84.0",
diff --git a/versions/k-/kf5codecs.json b/versions/k-/kf5codecs.json
index 544d164..532248c 100644
--- a/versions/k-/kf5codecs.json
+++ b/versions/k-/kf5codecs.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "0997fde9753e1e3c745eca599c116ef3a511bece",
+      "version": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "cc839f57cba8b67ed071d5dc3a472b605033cd7a",
       "version": "5.84.0",
diff --git a/versions/k-/kf5completion.json b/versions/k-/kf5completion.json
index 6192590..aea864f 100644
--- a/versions/k-/kf5completion.json
+++ b/versions/k-/kf5completion.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "a184552295179e5f414d3166d8f6f40ce9c66347",
+      "version": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "b32643e981f1d9bab04fd3526e9c6c4499d35d1f",
       "version": "5.84.0",
diff --git a/versions/k-/kf5config.json b/versions/k-/kf5config.json
index 69d611d..13e4c60 100644
--- a/versions/k-/kf5config.json
+++ b/versions/k-/kf5config.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "f36f1f5a124bd2f3123e0dfd9f4d350f1f69e757",
+      "version": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "67fa669df81328489ba66231cef84fc17ae4f434",
       "version": "5.84.0",
diff --git a/versions/k-/kf5configwidgets.json b/versions/k-/kf5configwidgets.json
index c2f9808..db43915 100644
--- a/versions/k-/kf5configwidgets.json
+++ b/versions/k-/kf5configwidgets.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "9eca836d8da743409afa20dfc372145a7a7e68d6",
+      "version-semver": "5.84.0",
+      "port-version": 1
+    },
     {
       "git-tree": "99dcbe4e7cb84be45f9869e441c274e44309291d",
       "version-semver": "5.84.0",
diff --git a/versions/k-/kf5coreaddons.json b/versions/k-/kf5coreaddons.json
index 3527c22..5783b0d 100644
--- a/versions/k-/kf5coreaddons.json
+++ b/versions/k-/kf5coreaddons.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "ca84b488ea7914b621bf49006f03f4ce8221052c",
+      "version-semver": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "001ac94bfbadcc7b05c30448bff3adc9e2dc08dd",
       "version-semver": "5.84.0",
diff --git a/versions/k-/kf5crash.json b/versions/k-/kf5crash.json
index 6260690..cf1ac87 100644
--- a/versions/k-/kf5crash.json
+++ b/versions/k-/kf5crash.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "e30fa89728c784663526f9ff9332021507b9ee8e",
+      "version-semver": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "9b4122c60d561d232fbd5294a304be12509b736d",
       "version-semver": "5.84.0",
diff --git a/versions/k-/kf5dbusaddons.json b/versions/k-/kf5dbusaddons.json
index 1c4e812..f5cfead 100644
--- a/versions/k-/kf5dbusaddons.json
+++ b/versions/k-/kf5dbusaddons.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "497be7e1959fac395884422632328485883fd433",
+      "version": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "417fdf58b130c7e24794cf4d1d29336cb946f9fa",
       "version": "5.84.0",
diff --git a/versions/k-/kf5globalaccel.json b/versions/k-/kf5globalaccel.json
index 32bfc0d..da94a06 100644
--- a/versions/k-/kf5globalaccel.json
+++ b/versions/k-/kf5globalaccel.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "541f3c0b90027dcb3837dec812f896dbc4786f46",
+      "version-semver": "5.84.0",
+      "port-version": 1
+    },
     {
       "git-tree": "de0672be2e76751be304b4856466b9df6deaa29f",
       "version-semver": "5.84.0",
diff --git a/versions/k-/kf5guiaddons.json b/versions/k-/kf5guiaddons.json
index 0a1b250..c9d4b6f 100644
--- a/versions/k-/kf5guiaddons.json
+++ b/versions/k-/kf5guiaddons.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1dfe4575612c8d7d2bff1d4b1ecf2d5601915060",
+      "version-semver": "5.84.0",
+      "port-version": 3
+    },
     {
       "git-tree": "3ecd4e54210c93a999c1cf4ddc24aded8c0d7437",
       "version-semver": "5.84.0",
diff --git a/versions/k-/kf5holidays.json b/versions/k-/kf5holidays.json
index b2fca6b..d79071a 100644
--- a/versions/k-/kf5holidays.json
+++ b/versions/k-/kf5holidays.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "d8b6fefbcb219e7f1de19ffc4b30bc8fd199abc0",
+      "version": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "b969d43d406c095970b4e98cc3b19c27567b557c",
       "version": "5.84.0",
diff --git a/versions/k-/kf5i18n.json b/versions/k-/kf5i18n.json
index 1337933..637789d 100644
--- a/versions/k-/kf5i18n.json
+++ b/versions/k-/kf5i18n.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "c866e11343fd709f33dba23075f00f64b62813b5",
+      "version": "5.84.0",
+      "port-version": 3
+    },
     {
       "git-tree": "3d34c7c3f38d55f93bc26d146fcf656f7eb4be3c",
       "version": "5.84.0",
diff --git a/versions/k-/kf5iconthemes.json b/versions/k-/kf5iconthemes.json
index 427e272..6108d3d 100644
--- a/versions/k-/kf5iconthemes.json
+++ b/versions/k-/kf5iconthemes.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "dff2467b2980412adb042e6a9e2474eb5efba9f4",
+      "version": "5.84.0",
+      "port-version": 1
+    },
     {
       "git-tree": "969df4c5b4230e480fcffa7d71a312e869a3660d",
       "version": "5.84.0",
diff --git a/versions/k-/kf5itemmodels.json b/versions/k-/kf5itemmodels.json
index b498ce4..129da01 100644
--- a/versions/k-/kf5itemmodels.json
+++ b/versions/k-/kf5itemmodels.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "ccd18253fc31dab2afa493a6150711036138da63",
+      "version": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "b222a404755239053edfac06ee63bf3710719fe9",
       "version": "5.84.0",
diff --git a/versions/k-/kf5itemviews.json b/versions/k-/kf5itemviews.json
index 3e9fe71..00e2cb2 100644
--- a/versions/k-/kf5itemviews.json
+++ b/versions/k-/kf5itemviews.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "a89dde646ac62a41ece78c8757964cdd4ceaed60",
+      "version": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "164cc5f1d9ccfdf89ef60c4b718b8f6777162ea5",
       "version": "5.84.0",
diff --git a/versions/k-/kf5jobwidgets.json b/versions/k-/kf5jobwidgets.json
index 15adaa1..5554497 100644
--- a/versions/k-/kf5jobwidgets.json
+++ b/versions/k-/kf5jobwidgets.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "6772f49b473e205b1f3dadfe97705b178f8e0ef2",
+      "version-semver": "5.84.0",
+      "port-version": 1
+    },
     {
       "git-tree": "7405290b40e00636f2db4aa51f0ebfa24bfe0589",
       "version-semver": "5.84.0",
diff --git a/versions/k-/kf5package.json b/versions/k-/kf5package.json
index 8f7ea21..5ad9f60 100644
--- a/versions/k-/kf5package.json
+++ b/versions/k-/kf5package.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "41b59faf036cdcc4d430a8bee7b4f87c4fa4e42f",
+      "version": "5.84.0",
+      "port-version": 1
+    },
     {
       "git-tree": "aeff67d2d07a017d69a853037a12371683c5aa97",
       "version": "5.84.0",
diff --git a/versions/k-/kf5plotting.json b/versions/k-/kf5plotting.json
index 7a594e4..65073a0 100644
--- a/versions/k-/kf5plotting.json
+++ b/versions/k-/kf5plotting.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "866d1f84848c54a924a542fc101895588ff895b0",
+      "version": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "39f28709c5b4d6e1c706c7e15617b7c052830122",
       "version": "5.84.0",
diff --git a/versions/k-/kf5service.json b/versions/k-/kf5service.json
index cbc9e49..eed2af7 100644
--- a/versions/k-/kf5service.json
+++ b/versions/k-/kf5service.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "8f6fb4f263f0fff296515f569565550c9805e65d",
+      "version": "5.84.0",
+      "port-version": 1
+    },
     {
       "git-tree": "13315cd7dbaa61af6c16276f83a15ceaab5a1235",
       "version": "5.84.0",
diff --git a/versions/k-/kf5solid.json b/versions/k-/kf5solid.json
index e449cf6..332603a 100644
--- a/versions/k-/kf5solid.json
+++ b/versions/k-/kf5solid.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "f0a82387f00cd2a61e6f1751bb1c94c9d706fddb",
+      "version-semver": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "1f726a86d2961fd90661f27469d1e77b2b75c612",
       "version-semver": "5.84.0",
diff --git a/versions/k-/kf5sonnet.json b/versions/k-/kf5sonnet.json
index c5cd6b7..147aa3e 100644
--- a/versions/k-/kf5sonnet.json
+++ b/versions/k-/kf5sonnet.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "dab7f45858de89e5cb13bd31875d2ba99bf94365",
+      "version-semver": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "de4fdcac67da4df0962414b4b1f71d98753d4c4e",
       "version-semver": "5.84.0",
diff --git a/versions/k-/kf5syntaxhighlighting.json b/versions/k-/kf5syntaxhighlighting.json
index 706ca85..e72b1b3 100644
--- a/versions/k-/kf5syntaxhighlighting.json
+++ b/versions/k-/kf5syntaxhighlighting.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "f86af1e17c47fb99ff1f4a662d2cf5c022408025",
+      "version": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "0bec703b0c5345b456bdbddf6e043d1c31dd2906",
       "version": "5.84.0",
diff --git a/versions/k-/kf5textwidgets.json b/versions/k-/kf5textwidgets.json
index 4bfc99a..d5d356c 100644
--- a/versions/k-/kf5textwidgets.json
+++ b/versions/k-/kf5textwidgets.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "b6c8dad63ee1e48b572b94623152569b1443c20c",
+      "version": "5.84.0",
+      "port-version": 1
+    },
     {
       "git-tree": "bdc98a609f6b939514630fb39de377fdb09560c0",
       "version": "5.84.0",
diff --git a/versions/k-/kf5wallet.json b/versions/k-/kf5wallet.json
index 560cd98..6209cf6 100644
--- a/versions/k-/kf5wallet.json
+++ b/versions/k-/kf5wallet.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "8e8401b12a23caa46bffec87b7f583771a55170d",
+      "version-semver": "5.84.0",
+      "port-version": 1
+    },
     {
       "git-tree": "c954ed1f4277c1c7fef03a9736d83d1a2da5ee63",
       "version-semver": "5.84.0",
diff --git a/versions/k-/kf5widgetsaddons.json b/versions/k-/kf5widgetsaddons.json
index 77880f2..589de92 100644
--- a/versions/k-/kf5widgetsaddons.json
+++ b/versions/k-/kf5widgetsaddons.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "b8ce78de33b2176f98f97f865494b520cdc37032",
+      "version": "5.84.0",
+      "port-version": 2
+    },
     {
       "git-tree": "de99d19b892fe1551e87c6dd3a1c2d353bfc3f76",
       "version": "5.84.0",
diff --git a/versions/k-/kf5windowsystem.json b/versions/k-/kf5windowsystem.json
index df764af..56fe8c3 100644
--- a/versions/k-/kf5windowsystem.json
+++ b/versions/k-/kf5windowsystem.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "ce30fb964e57b95c0a6afe4cacff6a28447c7649",
+      "version-semver": "5.84.0",
+      "port-version": 3
+    },
     {
       "git-tree": "e8ec0d393c0ccf286aab3bbe310dd5c09eaecf88",
       "version-semver": "5.84.0",

@NancyLi1013 NancyLi1013 added category:new-port The issue is requesting a new library to be added; consider making a PR! depends:different-pr This PR or Issue depends on a PR which has been filed labels Sep 17, 2021
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.

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/ffnvcodec/portfile.cmake
  • ports/kf5bookmarks/portfile.cmake
  • ports/kf5kio/portfile.cmake
  • ports/kf5newstuff/portfile.cmake
  • ports/kf5xmlgui/portfile.cmake
  • ports/libproxy/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.

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/ffnvcodec/portfile.cmake
  • ports/kf5bookmarks/portfile.cmake
  • ports/kf5kio/portfile.cmake
  • ports/kf5newstuff/portfile.cmake
  • ports/kf5xmlgui/portfile.cmake
  • ports/libproxy/portfile.cmake

@wrobelda wrobelda force-pushed the kf5newstuff branch 2 times, most recently from ba4449f to 20e08a6 Compare September 17, 2021 21:20
@NancyLi1013
Copy link
Contributor

Could you please try to format the manifests by running ./vcpkg format-manifest ./ports/portName/vcpkg.json?

@wrobelda
Copy link
Contributor Author

Could you please try to format the manifests by running ./vcpkg format-manifest ./ports/portName/vcpkg.json?

None of the ports' manifest files required any formatting. This is likely caused by an issue with your scripts.

@wrobelda
Copy link
Contributor Author

Seems all dependent PRs have been merged now. Could you please merge master to resolve the conflicts to rebuild this? @wrobelda

Just did, thanks!

@wrobelda
Copy link
Contributor Author

Seems all dependent PRs have been merged now. Could you please merge master to resolve the conflicts to rebuild this? @wrobelda

Just did, thanks!

@NancyLi1013 this still has a "Requires author response" flag, though.

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!

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 kf5newstuff but no changes to version or port version.
-- Version: 5.84.0
-- Old SHA: f14367471ecd4c8d592ff8f413b556e5647cd86f
-- New SHA: 38cc73b49c0fd278ddf6c4bc189cd1ce3b92ecab
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***

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!

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 kf5newstuff but no changes to version or port version.
-- Version: 5.84.0
-- Old SHA: f14367471ecd4c8d592ff8f413b556e5647cd86f
-- New SHA: 896ba84005106d90583385db2e1757cb91b80a59
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***

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!

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 kf5newstuff but no changes to version or port version.
-- Version: 5.84.0
-- Old SHA: f14367471ecd4c8d592ff8f413b556e5647cd86f
-- New SHA: 39c986b0766ffb962beb7022b74e1e1037bdc203
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***

@BillyONeal
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@NancyLi1013 NancyLi1013 added info:reviewed Pull Request changes follow basic guidelines and removed requires:author-response labels Oct 15, 2021
@NancyLi1013
Copy link
Contributor

LGTM now, thanks for the new port. @wrobelda

@vicroms vicroms merged commit 02fc26b into microsoft:master Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants