Skip to content

Commit

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

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

# Handle copyright
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
2 changes: 2 additions & 0 deletions ports/fribidi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "fribidi",
"version": "1.0.12",
"port-version": 1,
"description": "GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)",
"license": "LGPL-2.1-or-later",
"supports": "!uwp",
"dependencies": [
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2670,7 +2670,7 @@
},
"fribidi": {
"baseline": "1.0.12",
"port-version": 0
"port-version": 1
},
"frozen": {
"baseline": "1.1.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fribidi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b611119763d80fa18b07cf2e3c99c02069b0ec55",
"version": "1.0.12",
"port-version": 1
},
{
"git-tree": "43f84b32dcc2e675fac20a42c0cf0c7f801c1fbc",
"version": "1.0.12",
Expand Down

0 comments on commit 4efa61c

Please sign in to comment.