[pango] set correct license id and use vcpkg_install_copyright() (#32545)

* [pango] set correct license id and use vcpkg_install_copyright()

According to the projects source files, it is licensed under
LGPL-2.0-or-later:

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

* Update version database
This commit is contained in:
Marc 2023-07-13 20:35:00 +02:00 committed by GitHub
parent ddf4790fff
commit 2418d414eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -52,4 +52,4 @@ vcpkg_copy_pdbs()
vcpkg_copy_tools(TOOL_NAMES pango-view pango-list pango-segmentation AUTO_CLEAN)
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")

View File

@ -1,10 +1,10 @@
{
"name": "pango",
"version": "1.50.14",
"port-version": 1,
"port-version": 2,
"description": "Text and font handling library.",
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
"license": "LGPL-2.0-only",
"license": "LGPL-2.0-or-later",
"supports": "!xbox",
"dependencies": [
{

View File

@ -6178,7 +6178,7 @@
},
"pango": {
"baseline": "1.50.14",
"port-version": 1
"port-version": 2
},
"pangolin": {
"baseline": "0.8",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d4a19a3119134de662a854a19436609b484d60ce",
"version": "1.50.14",
"port-version": 2
},
{
"git-tree": "ae2c0487d81de23e5f928edd4905c379be0bac54",
"version": "1.50.14",