libepoxy: update to 1.5.4.

This commit is contained in:
Juan RP 2019-12-15 17:19:46 +01:00
parent c218f167d7
commit 0e13bdc69f

View file

@ -1,21 +1,17 @@
# Template file for 'libepoxy' # Template file for 'libepoxy'
pkgname=libepoxy pkgname=libepoxy
version=1.5.3 version=1.5.4
revision=2 revision=1
build_style=meson build_style=meson
hostmakedepends="pkg-config python xorg-util-macros" hostmakedepends="pkg-config xorg-util-macros"
makedepends="MesaLib-devel" makedepends="MesaLib-devel"
short_desc="Library for handling OpenGL function pointer management for you" short_desc="Library for handling OpenGL function pointer management for you"
maintainer="maxice8 <thinkbit.ukim@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/anholt/libepoxy" homepage="https://github.com/anholt/libepoxy"
#changelog="https://github.com/anholt/libepoxy/releases" changelog="https://github.com/anholt/libepoxy/releases"
distfiles="https://github.com/anholt/libepoxy/archive/${version}.tar.gz" distfiles="https://github.com/anholt/libepoxy/archive/${version}.tar.gz"
checksum=c2f1e2c9c12dcc57dee07cd4ca47de83cf19d0226a225b695066ce58ebb4b117 checksum=c926fcc606901f3e03e371027056fd478da43e01ce2da7ffc48b5a0de0ca107c
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" -Dhas-dlvsym=false" ;;
esac
post_install() { post_install() {
vlicense COPYING vlicense COPYING