glslang: update to 7.13.3496

Now only builds with python3
This commit is contained in:
Nathan Owens 2019-11-10 14:54:44 -06:00 committed by Helmut Pozimski
parent 1b4e2d25e8
commit 081f39916f

View file

@ -1,16 +1,16 @@
# Template file for 'glslang' # Template file for 'glslang'
pkgname=glslang pkgname=glslang
version=7.11.3214 version=7.13.3496
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON" configure_args="-DBUILD_SHARED_LIBS=ON"
hostmakedepends="python bison" hostmakedepends="python3 bison"
short_desc="Khronos reference front-end for GLSL, ESSL, and sample SPIR-V generator" short_desc="Khronos reference front-end for GLSL, ESSL, and sample SPIR-V generator"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/KhronosGroup/glslang" homepage="https://github.com/KhronosGroup/glslang"
distfiles="https://github.com/KhronosGroup/glslang/archive/${version}.tar.gz" distfiles="https://github.com/KhronosGroup/glslang/archive/${version}.tar.gz"
checksum=b30b4668734328d256e30c94037e60d3775b1055743c04d8fd709f2960f302a9 checksum=170d1538a670af4cae300e875d7cda9744b1acee1ab7252ecf7c4004186bb922
post_install() { post_install() {
sed -n '2,32p' < glslang/GenericCodeGen/CodeGen.cpp > LICENSE sed -n '2,32p' < glslang/GenericCodeGen/CodeGen.cpp > LICENSE
@ -23,5 +23,6 @@ glslang-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove "usr/lib/*.a" vmove "usr/lib/*.a"
vmove usr/lib/cmake
} }
} }