mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
[wayland-protocols] update to 1.31 (#28290)
This commit is contained in:
parent
6279f6b240
commit
34a18bcebc
@ -1,3 +1,4 @@
|
||||
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
|
||||
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
|
||||
|
||||
if(NOT X_VCPKG_FORCE_VCPKG_WAYLAND_LIBRARIES AND NOT VCPKG_TARGET_IS_WINDOWS)
|
||||
@ -9,8 +10,8 @@ vcpkg_from_gitlab(
|
||||
GITLAB_URL https://gitlab.freedesktop.org
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO wayland/wayland-protocols
|
||||
REF e631010ab7b96988e7c64c24b7d90f64717eaeee
|
||||
SHA512 ea10d840b89eb081f0d5e2fbc034f24a53beceb8da03aecc6faccf35f1fc78e5d5e29a5d602a823ab4774c264599d05456020f50886ccdde196af246b7c601fd
|
||||
REF ${VERSION}
|
||||
SHA512 cb0d38fada64832f8f7c71c1fcdd16fc3013cd81ac7146edbc4361328c9e5f02e31e0ba3b5219e85103fdc35aee49d54f9be537594d3618c5fb27de7375f84e1
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -22,8 +23,7 @@ vcpkg_configure_meson(
|
||||
vcpkg_install_meson()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
||||
# Handle copyright
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
||||
endif()
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wayland-protocols",
|
||||
"version": "1.27",
|
||||
"version": "1.31",
|
||||
"description": "wayland-protocols contains Wayland protocols that add functionality not available in the Wayland core protocol.",
|
||||
"homepage": "https://wayland.freedesktop.org",
|
||||
"license": "MIT",
|
||||
|
@ -7961,7 +7961,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"wayland-protocols": {
|
||||
"baseline": "1.27",
|
||||
"baseline": "1.31",
|
||||
"port-version": 0
|
||||
},
|
||||
"websocketpp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a47f6381ef380391595319d483f3e81098fce826",
|
||||
"version": "1.31",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "9d0a9ad9c309ad60b1d8d2586ecbf269d65bd977",
|
||||
"version": "1.27",
|
||||
|
Loading…
Reference in New Issue
Block a user