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 | |
| 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')
| -rw-r--r-- | ports/fribidi/CONTROL | 2 | ||||
| -rw-r--r-- | ports/fribidi/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/libepoxy/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libepoxy/portfile.cmake | 3 | ||||
| -rw-r--r-- | ports/tool-meson/CONTROL | 3 |
5 files changed, 6 insertions, 6 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 diff --git a/ports/libepoxy/CONTROL b/ports/libepoxy/CONTROL index 2ff219a8f..2e8395539 100644 --- a/ports/libepoxy/CONTROL +++ b/ports/libepoxy/CONTROL @@ -1,5 +1,5 @@ Source: libepoxy
-Version: 1.5.3-3
+Version: 1.5.3-4
Homepage: https://github.com/anholt/libepoxy
Description: Epoxy is a library for handling OpenGL function pointer management for you
Build-Depends: tool-meson
diff --git a/ports/libepoxy/portfile.cmake b/ports/libepoxy/portfile.cmake index e578dd659..137ae1913 100644 --- a/ports/libepoxy/portfile.cmake +++ b/ports/libepoxy/portfile.cmake @@ -70,5 +70,4 @@ endif() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/pkgconfig) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share/pkgconfig) -file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) -file(RENAME ${CURRENT_PACKAGES_DIR}/share/${PORT}/COPYING ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright) +file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/tool-meson/CONTROL b/ports/tool-meson/CONTROL index 4d0473c72..483508089 100644 --- a/ports/tool-meson/CONTROL +++ b/ports/tool-meson/CONTROL @@ -1,3 +1,4 @@ Source: tool-meson -Version: 0.53.2 +Version: 0.54.2 +Homepage: https://github.com/mesonbuild/meson Description: Meson build system |
