mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
libglvnd: update to 1.6.0.
This commit is contained in:
parent
8226678ae7
commit
64a30aef82
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libglvnd'
|
# Template file for 'libglvnd'
|
||||||
pkgname=libglvnd
|
pkgname=libglvnd
|
||||||
version=1.4.0
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,7 +11,8 @@ maintainer="Stefano Ragni <st3r4g@protonmail.com>"
|
||||||
license="custom:MIT-alike"
|
license="custom:MIT-alike"
|
||||||
homepage="https://gitlab.freedesktop.org/glvnd/libglvnd"
|
homepage="https://gitlab.freedesktop.org/glvnd/libglvnd"
|
||||||
distfiles="https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v${version}/libglvnd-v${version}.tar.gz"
|
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"
|
provides="libGL-7.11_1 libEGL-7.11_1 libGLES-7.11_1"
|
||||||
replaces="libGL>=0 libEGL>=0 libGLES>=0"
|
replaces="libGL>=0 libEGL>=0 libGLES>=0"
|
||||||
|
@ -21,10 +22,6 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl|arm*|mips*) configure_args+=" -Dasm=disabled";;
|
*-musl|arm*|mips*) configure_args+=" -Dasm=disabled";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_check() {
|
|
||||||
xvfb-run ninja -C build test
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
grep -A 25 "Copyright (c) 2013, NVIDIA CORPORATION." README.md > LICENSE
|
grep -A 25 "Copyright (c) 2013, NVIDIA CORPORATION." README.md > LICENSE
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue