mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
[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>
This commit is contained in:
parent
9d9a50bc98
commit
a29e5b6d5d
@ -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
|
||||
|
@ -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)
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -232,10 +232,10 @@ function(vcpkg_find_acquire_program VAR)
|
||||
else()
|
||||
set(SCRIPTNAME meson)
|
||||
endif()
|
||||
set(PATHS ${DOWNLOADS}/tools/meson/meson-0.53.2)
|
||||
set(URL "https://github.com/mesonbuild/meson/archive/0.53.2.zip")
|
||||
set(ARCHIVE "meson-0.53.2.zip")
|
||||
set(HASH 86c3347395528d2358c9514a76ec8a60908f8abadece5ecb9bac633ea735d4b40a27683002db017f06fa48ec68ea1bfe64d216fa17a54d6d42c8bc45f55606b2)
|
||||
set(PATHS ${DOWNLOADS}/tools/meson/meson-0.54.2)
|
||||
set(URL "https://github.com/mesonbuild/meson/archive/0.54.2.zip")
|
||||
set(ARCHIVE "meson-0.54.2.zip")
|
||||
set(HASH 8d19110bad3e6a223d1d169e833b746b884ece9cd23d2539ec02dccb5cd0c56542414b7afc0f7f2adcec9d957e4120d31f41734397aa0a7ee7f9c29ebdc9eb4c)
|
||||
elseif(VAR MATCHES "FLEX")
|
||||
if(CMAKE_HOST_WIN32)
|
||||
set(PROGNAME win_flex)
|
||||
|
Loading…
Reference in New Issue
Block a user