Skip to content

Commit

Permalink
[libcroco] add license id and use vcpkg_install_copyright() (#32498)
Browse files Browse the repository at this point in the history
* [libcroco] add license id and use vcpkg_install_copyright()

* Update version database
  • Loading branch information
marcbull committed Jul 11, 2023
1 parent 4d1e050 commit 8657e92
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/libcroco/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ vcpkg_cmake_config_fixup(PACKAGE_NAME unofficial-libcroco)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

# Handle copyright
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")

vcpkg_copy_pdbs()
3 changes: 2 additions & 1 deletion ports/libcroco/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "libcroco",
"version": "0.6.13",
"port-version": 4,
"port-version": 5,
"description": "A standalone css2 parsing and manipulation library",
"license": "LGPL-2.0-only",
"dependencies": [
"glib",
"libxml2",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3954,7 +3954,7 @@
},
"libcroco": {
"baseline": "0.6.13",
"port-version": 4
"port-version": 5
},
"libcsv": {
"baseline": "3.0.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libcroco.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c6962c2f97aca37a74b56870cc7ff032605cfba2",
"version": "0.6.13",
"port-version": 5
},
{
"git-tree": "04dc173766f01e3ddad3bcd53c62ed56741ab3a8",
"version": "0.6.13",
Expand Down

0 comments on commit 8657e92

Please sign in to comment.