mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 07:49:01 +08:00
[hunspell] move gettext dependency to tools
feature (#21602)
* [hunspell] move gettext dependency to ools feature * [hunspell] update port version * [hunspell] update versions
This commit is contained in:
parent
77045e7ec8
commit
00e252d7c7
@ -1,23 +1,25 @@
|
||||
{
|
||||
"name": "hunspell",
|
||||
"version": "1.7.0",
|
||||
"port-version": 5,
|
||||
"port-version": 6,
|
||||
"description": "The most popular spellchecking library.",
|
||||
"homepage": "https://github.com/hunspell/hunspell",
|
||||
"supports": "!((arm | uwp) & windows)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "gettext",
|
||||
"host": true,
|
||||
"features": [
|
||||
"tools"
|
||||
]
|
||||
},
|
||||
"libiconv"
|
||||
],
|
||||
"features": {
|
||||
"tools": {
|
||||
"description": "Build hunspell tools"
|
||||
"description": "Build hunspell tools",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "gettext",
|
||||
"host": true,
|
||||
"features": [
|
||||
"tools"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2706,7 +2706,7 @@
|
||||
},
|
||||
"hunspell": {
|
||||
"baseline": "1.7.0",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"hwloc": {
|
||||
"baseline": "2.5.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "459909cbf52806ce8df547bed3265d7d5c4abfc2",
|
||||
"version": "1.7.0",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "2a0514dd8b3893b6d3a502fbf55156e9e971d6f7",
|
||||
"version": "1.7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user