libglvnd: update to 1.3.2, grep license

This commit is contained in:
Stefano Ragni 2020-06-26 08:49:11 +02:00 committed by Andrew Benson
parent 060b81a95e
commit 82ac58d7b1

View file

@ -1,6 +1,6 @@
# Template file for 'libglvnd'
pkgname=libglvnd
version=1.3.1
version=1.3.2
revision=1
wrksrc="libglvnd-v${version}"
build_style=meson
@ -11,7 +11,7 @@ maintainer="Stefano Ragni <st3r4g@protonmail.com>"
license="custom:MIT-alike"
homepage="https://gitlab.freedesktop.org/glvnd/libglvnd"
distfiles="https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v${version}/libglvnd-v${version}.tar.gz"
checksum=b26c931ff79feced0d1ac69332797a08427308fa85541282ee9995680c880b24
checksum=6332c27f4c792b09a3eb1d7ae18c2d6ff6a0acaf3a746489caf859e659fca2f7
provides="libGL-7.11_1 libEGL-7.11_1 libGLES-7.11_1"
replaces="libGL>=0 libEGL>=0 libGLES>=0"
@ -27,7 +27,7 @@ case "$XBPS_TARGET_MACHINE" in
esac
post_install() {
$XBPS_FETCH_CMD "https://git.archlinux.org/svntogit/packages.git/plain/trunk/LICENSE?h=packages/libglvnd>LICENSE"
grep -A 25 "Copyright (c) 2013, NVIDIA CORPORATION." README.md > LICENSE
vlicense LICENSE
}