From aedd6c30a075c0507aae2e3dfacdcdea175d26af Mon Sep 17 00:00:00 2001 From: Vincent Parizet Date: Mon, 27 Apr 2020 16:49:37 +0200 Subject: [egl-registry, opengl-registry] Update egl-registry to 2020-02-20 and opengl-registry to 2020-03-25 (#10676) * Update egl-registry to 2020-02-20 and opengl-registry to 2020-03-25 * opengl-registry: remove extra includes that * egl-registry, opengl-registry: add Homepage * egl-registry, opengl-registry: remove includes, use --- ports/egl-registry/CONTROL | 3 ++- ports/egl-registry/portfile.cmake | 10 ++++------ ports/opengl-registry/CONTROL | 3 ++- ports/opengl-registry/portfile.cmake | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ports/egl-registry/CONTROL b/ports/egl-registry/CONTROL index dad0d9d20..74cdf16b1 100644 --- a/ports/egl-registry/CONTROL +++ b/ports/egl-registry/CONTROL @@ -1,3 +1,4 @@ Source: egl-registry -Version: 2020-02-03 +Version: 2020-02-20 +Homepage: https://github.com/KhronosGroup/EGL-Registry Description: the EGL API and Extension Registry diff --git a/ports/egl-registry/portfile.cmake b/ports/egl-registry/portfile.cmake index 68f6a2ee8..bfdca5b71 100644 --- a/ports/egl-registry/portfile.cmake +++ b/ports/egl-registry/portfile.cmake @@ -1,10 +1,8 @@ -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KhronosGroup/EGL-Registry - REF aa9b63f3ab18aee92c95786a2478156430f809e4 - SHA512 5ee7143c2cb46defbe1b2ecb0fabfb52fac2d9529b98c638dd4c04a312a62e7f7b3aee27d9749c92174ab967d533136b5881ce37ae9f2bee6685f52ffa8c8db6 + REF 11478904448bbdf5757b798c856a525aa2b351b1 + SHA512 f1e54810cb2948e9d8798d65507069bba4ee6534d719e792db11e36d600ef37e59a34262809d8b1e41160ae1e45a283fa322cd9d9a647985c48a6d7d6d1706ee HEAD_REF master ) @@ -18,11 +16,11 @@ file( file( COPY ${SOURCE_PATH}/api/egl.xml - DESTINATION ${CURRENT_PACKAGES_DIR}/share/egl-registry + DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} ) file( INSTALL ${SOURCE_PATH}/sdk/docs/man/copyright.xml - DESTINATION ${CURRENT_PACKAGES_DIR}/share/egl-registry + DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright ) diff --git a/ports/opengl-registry/CONTROL b/ports/opengl-registry/CONTROL index 940158bed..fece53105 100644 --- a/ports/opengl-registry/CONTROL +++ b/ports/opengl-registry/CONTROL @@ -1,4 +1,5 @@ Source: opengl-registry -Version: 2020-02-03 +Version: 2020-03-25 +Homepage: https://github.com/KhronosGroup/OpenGL-Registry Build-Depends: egl-registry Description: the API and Extension registries for the OpenGL family APIs diff --git a/ports/opengl-registry/portfile.cmake b/ports/opengl-registry/portfile.cmake index a9e3be246..13f9386d7 100644 --- a/ports/opengl-registry/portfile.cmake +++ b/ports/opengl-registry/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KhronosGroup/OpenGL-Registry - REF 2223f5bebde4aa6b170fb32cdaaf580703fddb67 - SHA512 4e9b570f242942bd45a6601a6b0fcf1dc265c6ba03acaf782a639e7399842dd7350c2d4876236df80a070b2bd9ce7cee88cf2d85f2c50cfba7878d1f9379bbe9 + REF 4594c03239fb76580bc5d5a13acb2a8f563f0158 + SHA512 c005a4eb7e5c17002647e7762ae1a7ecba0d0780a62d66f1afd3b7f45c1ca49bd5a069ab0fabb94de3ec971604586457932941fa8eb924cf5ac3a959d8f5f146 HEAD_REF master ) @@ -16,12 +16,12 @@ file(COPY ${SOURCE_PATH}/xml/gl.xml ${SOURCE_PATH}/xml/glx.xml ${SOURCE_PATH}/xml/wgl.xml - DESTINATION ${CURRENT_PACKAGES_DIR}/share/opengl-registry + DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} ) # Using the Makefile because it is the smallest file with a complete copy of the license text file( INSTALL ${SOURCE_PATH}/xml/Makefile - DESTINATION ${CURRENT_PACKAGES_DIR}/share/opengl-registry + DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright ) -- cgit v1.2.3