[qttools] remove assistant as a host default feature (#38612)

Not everyone will need assistant as host feature as not everyone uses
local Qt documentation. The Qt documentation format is also not that
commonly used outside of Qt itself. Assistant pulls in additional
uncommonly used dependencies litehtml and gumbo.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
This commit is contained in:
Thomas Sondergaard 2024-05-22 11:48:53 +02:00 committed by GitHub
parent 5eba049322
commit 644d0edfe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 19 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{
"name": "qttools",
"version": "6.7.0",
"port-version": 1,
"description": "A collection of tools and utilities that come with the Qt framework to assist developers in the creation, management, and deployment of Qt applications.",
"homepage": "https://www.qt.io/",
"license": null,
"dependencies": [
"litehtml",
{
"name": "qtbase",
"default-features": false
@ -15,7 +15,6 @@
"host": true,
"default-features": false,
"features": [
"assistant",
"linguist"
]
}
@ -24,6 +23,10 @@
"assistant": {
"description": "Build Qt Assistant",
"dependencies": [
{
"name": "litehtml",
"default-features": false
},
{
"name": "qtbase",
"default-features": false,
@ -33,6 +36,14 @@
"sql-sqlite",
"widgets"
]
},
{
"name": "qttools",
"host": true,
"default-features": false,
"features": [
"assistant"
]
}
]
},

View File

@ -7466,7 +7466,7 @@
},
"qttools": {
"baseline": "6.7.0",
"port-version": 0
"port-version": 1
},
"qttranslations": {
"baseline": "6.7.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cadaced31348f820f58f783d06111ab2ce7a4ba6",
"version": "6.7.0",
"port-version": 1
},
{
"git-tree": "db60b03c6a66d957671dbf1ca32f996ccf80633d",
"version": "6.7.0",