aboutsummaryrefslogtreecommitdiff
path: root/ports/opengl-registry
diff options
context:
space:
mode:
authorVincent Parizet <vincent.parizet@hotmail.fr>2020-04-27 16:49:37 +0200
committerGitHub <noreply@github.com>2020-04-27 07:49:37 -0700
commitaedd6c30a075c0507aae2e3dfacdcdea175d26af (patch)
treeab5d1bd0f0d7f4801f794910bef8d3142f48171f /ports/opengl-registry
parent5c0c7672a8dbd21149be0c006f6a7e37fcecadf7 (diff)
downloadvcpkg-aedd6c30a075c0507aae2e3dfacdcdea175d26af.tar.gz
vcpkg-aedd6c30a075c0507aae2e3dfacdcdea175d26af.zip
[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
Diffstat (limited to 'ports/opengl-registry')
-rw-r--r--ports/opengl-registry/CONTROL3
-rw-r--r--ports/opengl-registry/portfile.cmake8
2 files changed, 6 insertions, 5 deletions
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
)