mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 02:57:56 +08:00
[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:
parent
ddf4790fff
commit
2418d414eb
@ -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")
|
||||
|
@ -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": [
|
||||
{
|
||||
|
@ -6178,7 +6178,7 @@
|
||||
},
|
||||
"pango": {
|
||||
"baseline": "1.50.14",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"pangolin": {
|
||||
"baseline": "0.8",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d4a19a3119134de662a854a19436609b484d60ce",
|
||||
"version": "1.50.14",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "ae2c0487d81de23e5f928edd4905c379be0bac54",
|
||||
"version": "1.50.14",
|
||||
|
Loading…
x
Reference in New Issue
Block a user