mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 23:38:12 +08:00
7d2541c69c
* Add gettext cmake wrapper * x-add-version * Make kf5i18n use gettext[tools]:host * x-add-version * Revise wrapper source names * Update git-tree * Provide host tools via port config, not wrapper * Enable tools on linux * Fix linux libintl.h hint * Update git-tree * Update git-tree * Revise vcpkg port config * Revise linux libintl.h message * Revise cmake style * Build only release variant of tools * Cache configuration for faster build * Update git-tree * Fix typo * Revise options * Add top-level Makefile for tools * Remove non-libintl libs and includes * Update git-tree * Update port-version * x-add-version * [gettext] Address PR comments Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
21 lines
390 B
JSON
21 lines
390 B
JSON
{
|
|
"name": "kf5i18n",
|
|
"version": "5.81.0",
|
|
"port-version": 2,
|
|
"description": "Advanced internationalization framework",
|
|
"homepage": "https://api.kde.org/frameworks/ki18n/html/index.html",
|
|
"dependencies": [
|
|
"ecm",
|
|
"gettext",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"qt5-declarative",
|
|
"qt5-tools"
|
|
]
|
|
}
|