libglvnd: update to 1.6.0.

This commit is contained in:
mhmdanas 2023-03-24 20:02:06 +00:00 committed by classabbyamp
parent 8226678ae7
commit 64a30aef82

View file

@ -1,6 +1,6 @@
# Template file for 'libglvnd'
pkgname=libglvnd
version=1.4.0
version=1.6.0
revision=1
build_style=meson
hostmakedepends="pkg-config"
@ -11,7 +11,8 @@ 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=33b8b993adf47a21bc1c46bcf970927edeb9884390d5b09b1aed051d600c0b2f
checksum=efc756ffd24b24059e1c53677a9d57b4b237b00a01c54a6f1611e1e51661d70c
make_check_pre="xvfb-run"
provides="libGL-7.11_1 libEGL-7.11_1 libGLES-7.11_1"
replaces="libGL>=0 libEGL>=0 libGLES>=0"
@ -21,10 +22,6 @@ case "$XBPS_TARGET_MACHINE" in
*-musl|arm*|mips*) configure_args+=" -Dasm=disabled";;
esac
do_check() {
xvfb-run ninja -C build test
}
post_install() {
grep -A 25 "Copyright (c) 2013, NVIDIA CORPORATION." README.md > LICENSE
vlicense LICENSE