diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-09-14 03:46:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 19:46:28 -0700 |
| commit | f446c96825700be67555d1e9e25191938161c9bf (patch) | |
| tree | eb158a64371c7f17ead1fb818c7148cd74d074ac /versions | |
| parent | f66a43752d8e3b18e3b5a4ddcdd2cae0fbd118ad (diff) | |
| download | vcpkg-f446c96825700be67555d1e9e25191938161c9bf.tar.gz vcpkg-f446c96825700be67555d1e9e25191938161c9bf.zip | |
[kf5textwidgets] new port (#19766)
* Add kf5textwidgets port
* Fixed kf5textwidgets for windows
* [kf5*] update to 5.75.0
* [kf5textwidgets] convert manifest to JSON
* [kf5textwidgets] use gettext port tools
* [kf5textwidgets] use current spec syntax
* [kf5textwidgets] remove redundant options
* [kf5textwidgets] update to 5.84
* [kf5textwidgets] only remove what's needed
* [kf5textwidgets] wrap paths in quotes
* [kf5textwidgets] default data location is OK
* [kf5textwidgets] update versions
* [kf5textwidgets] DISABLE_PARALLEL_CONFIGURE
* [kf5textwidgets] update versions
* [kf5textwidgets] fix Windows static builds
* [kf5textwidgets] update versions
* [kf5textwidgets] remove /bin when building static
* [kf5textwidgets] update versions
* [kf5textwidgets] add PACKAGE_NAME to vcpkg_cmake_config_fixup
* [kf5textwidgets] update versions
* [kf5textwidgets] libiconv patches only for windows static builds
* [kf5textwidgets] update versions
* [kf5textwidgets] cleanup, iconv was fixed in kf5i18n
* [kf5textwidgets] update versions
* [kf5textwidgets] use generic, non-semver versioning
* [kf5textwidgets] update versions
Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/k-/kf5textwidgets.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 9c34e9a75..c848cb734 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3004,6 +3004,10 @@ "baseline": "5.84.0", "port-version": 1 }, + "kf5textwidgets": { + "baseline": "5.84.0", + "port-version": 0 + }, "kf5wallet": { "baseline": "5.84.0", "port-version": 0 diff --git a/versions/k-/kf5textwidgets.json b/versions/k-/kf5textwidgets.json new file mode 100644 index 000000000..4bfc99aa6 --- /dev/null +++ b/versions/k-/kf5textwidgets.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "bdc98a609f6b939514630fb39de377fdb09560c0", + "version": "5.84.0", + "port-version": 0 + } + ] +} |
