[freetype] Fix license (#25980)

* [freetype] Fix license

* version
This commit is contained in:
Thomas1664 2022-07-26 19:32:09 +02:00 committed by GitHub
parent 34d2f421b6
commit a365d44152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 6 deletions

View File

@ -75,9 +75,9 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
configure_file("${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake"
"${CURRENT_PACKAGES_DIR}/share/${PORT}/vcpkg-cmake-wrapper.cmake" @ONLY)
file(COPY
"${SOURCE_PATH}/docs/FTL.TXT"
"${SOURCE_PATH}/docs/GPLv2.TXT"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"
vcpkg_install_copyright(
FILE_LIST
"${SOURCE_PATH}/LICENSE.TXT"
"${SOURCE_PATH}/docs/FTL.TXT"
"${SOURCE_PATH}/docs/GPLv2.TXT"
)
file(INSTALL "${SOURCE_PATH}/LICENSE.TXT" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME "copyright")

View File

@ -1,6 +1,7 @@
{
"name": "freetype",
"version": "2.12.1",
"port-version": 1,
"description": "A library to render fonts.",
"homepage": "https://www.freetype.org/",
"license": "FTL OR GPL-2.0-or-later",

View File

@ -2386,7 +2386,7 @@
},
"freetype": {
"baseline": "2.12.1",
"port-version": 0
"port-version": 1
},
"freetype-gl": {
"baseline": "2022-01-17",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f62a602dce6f188e2e4324b46995b2c79a97759a",
"version": "2.12.1",
"port-version": 1
},
{
"git-tree": "bf7afc9d9fa4aba9747dfc7902c60ea7cfa09e72",
"version": "2.12.1",