Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[wayland] add ports for wayland. #26475

Merged
merged 6 commits into from
Aug 26, 2022
Merged

Conversation

Neumann-A
Copy link
Contributor

@Neumann-A Neumann-A commented Aug 22, 2022

from #9966 (#21584)

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/wayland/vcpkg.json b/ports/wayland/vcpkg.json
index 3919d16..2cb6f90 100644
--- a/ports/wayland/vcpkg.json
+++ b/ports/wayland/vcpkg.json
@@ -3,15 +3,15 @@
   "version": "1.19.0",
   "description": "Core Wayland window system code and protocol",
   "homepage": "https://wayland.freedesktop.org",
-  "supports": "!(windows | osx)",
   "license": "MIT",
+  "supports": "!(windows | osx)",
   "dependencies": [
     "expat",
     "libffi",
     "libxml2",
     {
-    "name": "vcpkg-tool-meson",
-    "host": true
+      "name": "vcpkg-tool-meson",
+      "host": true
     }
   ]
 }
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 8563627bf17c6b76460a35c0e668557be2f8bbdc -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 9b5c5aa..9cccaba 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -7620,6 +7620,14 @@
       "baseline": "5.5.0",
       "port-version": 0
     },
+    "wayland": {
+      "baseline": "1.19.0",
+      "port-version": 0
+    },
+    "wayland-protocols": {
+      "baseline": "1.23",
+      "port-version": 0
+    },
     "websocketpp": {
       "baseline": "0.8.2",
       "port-version": 2

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 8563627bf17c6b76460a35c0e668557be2f8bbdc -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 9b5c5aa..9cccaba 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -7620,6 +7620,14 @@
       "baseline": "5.5.0",
       "port-version": 0
     },
+    "wayland": {
+      "baseline": "1.19.0",
+      "port-version": 0
+    },
+    "wayland-protocols": {
+      "baseline": "1.23",
+      "port-version": 0
+    },
     "websocketpp": {
       "baseline": "0.8.2",
       "port-version": 2

@JackBoosY JackBoosY added the category:new-port The issue is requesting a new library to be added; consider making a PR! label Aug 23, 2022
github-actions[bot]
github-actions bot previously approved these changes Aug 23, 2022
@Neumann-A
Copy link
Contributor Author

Build on linux was tested by CI for 432def0

@Neumann-A Neumann-A marked this pull request as ready for review August 23, 2022 10:15
@JackBoosY JackBoosY added the info:reviewed Pull Request changes follow basic guidelines label Aug 24, 2022
@JavierMatosD
Copy link
Contributor

Thank you!

@JavierMatosD JavierMatosD merged commit e85b5bb into microsoft:master Aug 26, 2022
@Neumann-A Neumann-A deleted the add_wayland branch August 26, 2022 21:38
@vicroms vicroms mentioned this pull request Oct 20, 2022
# for free to join this conversation on GitHub. Already have an account? # 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.

3 participants