From 5d97d8048d05e0e05eac8c40b5bc9c205c373c0c Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Wed, 17 Apr 2019 15:49:05 +0100 Subject: Update for svn -> git move This move happened in Dec 2016. Oops! Update to commit c6a99aff to align with mesa 18.0 --- khronos-opengl-registry.cygport | 20 ++++++++++++++------ reg.py.patch | 4 ++-- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/khronos-opengl-registry.cygport b/khronos-opengl-registry.cygport index 09e3a2a..1151e2e 100644 --- a/khronos-opengl-registry.cygport +++ b/khronos-opengl-registry.cygport @@ -1,13 +1,13 @@ NAME=khronos-opengl-registry -VERSION=20160722_svn32957 -RELEASE=2 +VERSION=20171010_gitc6a99aff +RELEASE=1 ARCH="noarch" -SVN_URI="https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/" -SVN_REV=${VERSION##*svn} +GIT_URI="https://github.com/KhronosGroup/OpenGL-Registry.git" +GIT_REV=${VERSION##*git} PATCH_URI="reg.py.patch" -inherit svn python3 +inherit git python3 HOMEPAGE="http://www.opengl.org/registry/" LICENSE="SGI Free Software License B" @@ -16,6 +16,9 @@ SUMMARY="Khronos OpenGL registry" DESCRIPTION="Khronos Group OpenGL registry XML defining the APIs and reserved enumerant ranges for OpenGL, GLX, WGL and EGL." RESTRICT="postinst-doc" +DEPEND="texlive texlive-collection-latex" +RESTRICT="diff debuginfo" + src_compile() { cat >$B/$PN.pc <