mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 23:29:03 +08:00
[xcb-proto] set license id and use vcpkg_install_copyright() (#32531)
* [xcb-proto] set license id and use vcpkg_install_copyright() * Update version database
This commit is contained in:
parent
61e6021b0b
commit
285baf2dd9
@ -45,5 +45,5 @@ vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
||||
endif()
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "xcb-proto",
|
||||
"version": "1.14.1",
|
||||
"port-version": 1,
|
||||
"description": "XML-XCB protocol descriptions used by libxcb for the X11 protocol & extensions",
|
||||
"homepage": "https://xcb.freedesktop.org/",
|
||||
"license": null,
|
||||
"license": "X11-distribute-modifications-variant",
|
||||
"dependencies": [
|
||||
"bzip2",
|
||||
{
|
||||
|
@ -8778,7 +8778,7 @@
|
||||
},
|
||||
"xcb-proto": {
|
||||
"baseline": "1.14.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"xcb-render-util": {
|
||||
"baseline": "0.3.10",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f2eac40d0f3ae01205792344a254ac956e0adcd2",
|
||||
"version": "1.14.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e5933d2463549d6d3b00a8aa1f0279f2a974ec1c",
|
||||
"version": "1.14.1",
|
||||
|
Loading…
Reference in New Issue
Block a user