diff options
| author | Wolfgang Stöggl <c72578@yahoo.de> | 2020-05-20 19:10:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-20 10:10:59 -0700 |
| commit | a29e5b6d5d4cda3f6bc315bc51ff010958b88213 (patch) | |
| tree | 066f1814a3aa1f7af3af37f0f26c02ab8b8ca9a7 /ports/fribidi | |
| parent | 9d9a50bc9823ca1673019aa18f23d28c7a1d2ff9 (diff) | |
| download | vcpkg-a29e5b6d5d4cda3f6bc315bc51ff010958b88213.tar.gz vcpkg-a29e5b6d5d4cda3f6bc315bc51ff010958b88213.zip | |
[tool-meson] Update to 0.54.2 (#11380)
* [tool-meson] Update to 0.54.2
- Release notes: https://mesonbuild.com/Release-notes-for-0-54-0.html
- Homepage added to CONTROL file
* Re-trigger CI test
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports/fribidi')
| -rw-r--r-- | ports/fribidi/CONTROL | 2 | ||||
| -rw-r--r-- | ports/fribidi/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/fribidi/CONTROL b/ports/fribidi/CONTROL index 52d351727..edfb9c777 100644 --- a/ports/fribidi/CONTROL +++ b/ports/fribidi/CONTROL @@ -1,4 +1,4 @@ Source: fribidi -Version: 1.0.9 +Version: 1.0.9-1 Description: GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi) Build-Depends: tool-meson diff --git a/ports/fribidi/portfile.cmake b/ports/fribidi/portfile.cmake index 6c0c98ef2..342b4d3c5 100644 --- a/ports/fribidi/portfile.cmake +++ b/ports/fribidi/portfile.cmake @@ -30,4 +30,4 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL static) endif()
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file |
