diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-07-24 22:10:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-24 13:10:41 -0700 |
| commit | 7d2541c69cc2f9099a118de1a80f59e29c5de15d (patch) | |
| tree | 8212a80834d0f8a674561c0960b312632010b710 /versions/g- | |
| parent | 134505003bb46e20fbace51ccfb69243fbbc5f82 (diff) | |
| download | vcpkg-7d2541c69cc2f9099a118de1a80f59e29c5de15d.tar.gz vcpkg-7d2541c69cc2f9099a118de1a80f59e29c5de15d.zip | |
[gettext] Add gettext cmake wrapper (#18159)
* 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>
Diffstat (limited to 'versions/g-')
| -rw-r--r-- | versions/g-/gettext.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/g-/gettext.json b/versions/g-/gettext.json index 06a70ef68..d64ca34ee 100644 --- a/versions/g-/gettext.json +++ b/versions/g-/gettext.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "b6cde01ab4095a258993eaf85eb31c1e845c64a6", + "version": "0.21", + "port-version": 4 + }, + { "git-tree": "33c7af8451faeef94c8a06cb41b71dce144d6fba", "version": "0.21", "port-version": 3 |
