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

Make qtbase dependencies explicit in various ports #38151

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions ports/mapnik/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapnik",
"version-date": "2023-06-12",
"port-version": 4,
"port-version": 5,
"description": "Mapnik is an open source toolkit for developing mapping applications.",
"homepage": "https://github.com/mapnik/mapnik",
"license": "LGPL-2.1-only",
Expand Down Expand Up @@ -221,7 +221,13 @@
"viewer": {
"description": "Make demo viewer application",
"dependencies": [
"qtbase"
{
"name": "qtbase",
"default-features": false,
"features": [
"widgets"
]
}
]
},
"webp": {
Expand Down
57 changes: 50 additions & 7 deletions ports/qcoro/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"name": "qcoro",
"version": "0.10.0",
"port-version": 2,
"description": "Coroutine support for Qt",
"homepage": "https://www.github.com/danvratil/qcoro",
"documentation": "https://qcoro.dvratil.cz",
"license": "MIT",
"dependencies": [
"qtbase",
{
"name": "qtbase",
"default-features": false,
"features": [
"thread"
]
},
{
"name": "vcpkg-cmake",
"host": true
Expand All @@ -26,30 +33,66 @@
],
"features": {
"dbus": {
"description": "Coroutine support for QtDBus module"
"description": "Coroutine support for QtDBus module",
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"dbus"
]
}
]
},
"network": {
"description": "Coroutine support for QtNetwork module"
"description": "Coroutine support for QtNetwork module",
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"network"
]
}
]
},
"qml": {
"description": "Coroutine support for QtQml module",
"dependencies": [
"qtdeclarative"
{
"name": "qtdeclarative",
"default-features": false
}
]
},
"quick": {
"description": "Coroutine support for QtQuick module",
"dependencies": [
"qtdeclarative"
{
"name": "qtdeclarative",
"default-features": false
}
]
},
"test": {
"description": "Support code for easier testing of coroutines with QtTest."
"description": "Support code for easier testing of coroutines with QtTest.",
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"testlib"
]
}
]
},
"websockets": {
"description": "Coroutine support for QtWebSockets module",
"dependencies": [
"qtwebsockets"
{
"name": "qtwebsockets",
"default-features": false
}
]
}
}
Expand Down
9 changes: 8 additions & 1 deletion ports/simonbrunel-qtpromise/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"name": "simonbrunel-qtpromise",
"version": "0.7.0",
"port-version": 1,
"maintainers": "Simon Brunel",
"description": "Promises/A+ implementation for Qt/C++",
"homepage": "https://qtpromise.netlify.app/",
"license": "MIT",
"dependencies": [
"qtbase",
{
"name": "qtbase",
"default-features": false,
"features": [
"thread"
]
},
{
"name": "vcpkg-cmake",
"host": true
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5590,7 +5590,7 @@
},
"mapnik": {
"baseline": "2023-06-12",
"port-version": 4
"port-version": 5
},
"marble": {
"baseline": "24.02.0",
Expand Down Expand Up @@ -7070,7 +7070,7 @@
},
"qcoro": {
"baseline": "0.10.0",
"port-version": 0
"port-version": 2
},
"qcustomplot": {
"baseline": "2.1.1",
Expand Down Expand Up @@ -8118,7 +8118,7 @@
},
"simonbrunel-qtpromise": {
"baseline": "0.7.0",
"port-version": 0
"port-version": 1
},
"simple-fft": {
"baseline": "2020-06-14",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mapnik.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ad0af0a0c2a6c1ee6c9cd6c7570cd5989ce8f2e6",
"version-date": "2023-06-12",
"port-version": 5
},
{
"git-tree": "d8915c1366bfeff48042954ef522e5aec82b3058",
"version-date": "2023-06-12",
Expand Down
10 changes: 10 additions & 0 deletions versions/q-/qcoro.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"versions": [
{
"git-tree": "6ab505291e6d67f955a33344efe1f5564e212604",
"version": "0.10.0",
"port-version": 2
},
{
"git-tree": "d0f9f873ee5b1f7e59e931d9b04d319d3adef968",
"version": "0.10.0",
"port-version": 1
},
{
"git-tree": "98bf3c0f6c546401e5976e2d474765d838050fd3",
"version": "0.10.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/simonbrunel-qtpromise.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "59810a66dd9ac5835daf50142809cf315a61f67d",
"version": "0.7.0",
"port-version": 1
},
{
"git-tree": "b416eec5f84996491c4656f6b01723453abac31f",
"version": "0.7.0",
Expand Down
Loading