Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / glad
Commits: 5fa5f36f by Robin Candau at 2024-09-05T19:07:36+02:00 upgpkg: 2.0.7-1 New upstream release + Remove wine as a checkdepends + Ignore failed tests New upstream release: https://github.com/Dav1dde/glad/releases/tag/v2.0.7 Remove wine from checkdepends to not break repo hierarchy & `pkgctl build` (wine being in multilib): https://gitlab.archlinux.org/archlinux/devtools/-/issues/196 Ignore failed tests (as some tests will obviously fail because of the now missing wine check dependency)" - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = glad pkgdesc = Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs - pkgver = 2.0.6 - pkgrel = 3 + pkgver = 2.0.7 + pkgrel = 1 url = https://github.com/Dav1dde/glad arch = any license = MIT @@ -11,7 +11,6 @@ pkgbase = glad checkdepends = glfw-x11 checkdepends = xorg-server-xvfb checkdepends = mingw-w64-gcc - checkdepends = wine checkdepends = rust checkdepends = libxinerama makedepends = python-build @@ -21,8 +20,8 @@ pkgbase = glad depends = python-jinja depends = python-lxml depends = python-setuptools - source = https://github.com/Dav1dde/glad/archive/refs/tags/v2.0.6/glad-2.0.6.tar.gz - sha512sums = ad7e0544fdd07ba7e091ed8a985deb27f05affb0a830b8132d7c03d6690b57139b25433303260e3affba7b11c0dad38358fcd4ff5b7b30e7ca193e8beed8db48 - b2sums = d18a9ee4445a603d1f277db24bca9e21bb87f919fa366ee307dba21ffbfef7be690c3e924ab405c54a9cd8dc1d487297586020a04e04afe48779fdb39f9b81dd + source = https://github.com/Dav1dde/glad/archive/refs/tags/v2.0.7/glad-2.0.7.tar.gz + sha512sums = 6aae5e36acd319913f3c313da2a552d3033f7acbfd38fd07da99e737a23eaf250091134d82eceaf106aaa26bdd9f3a95b64dea635d5a82010e4d9a0ba69fc0e1 + b2sums = b6bb2157742d4d186f83a4bb1d97e1b62a7266970cd6fa4d80218f264df48161647cd520dbd6fbde6bfd96b81e938e724a15153d4721b2fa6f678d145c7927f0 pkgname = glad ===================================== PKGBUILD ===================================== @@ -1,18 +1,19 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Maintainer: Robin Candau <[email protected]> pkgname=glad -pkgver=2.0.6 -pkgrel=3 +pkgver=2.0.7 +pkgrel=1 pkgdesc='Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs' url='https://github.com/Dav1dde/glad' arch=('any') license=('MIT') depends=('python' 'python-jinja' 'python-lxml' 'python-setuptools') makedepends=('python-build' 'python-installer' 'python-wheel') -checkdepends=('python-pytest' 'xorgproto' 'libx11' 'glfw-x11' 'xorg-server-xvfb' 'mingw-w64-gcc' 'wine' 'rust' 'libxinerama') +checkdepends=('python-pytest' 'xorgproto' 'libx11' 'glfw-x11' 'xorg-server-xvfb' 'mingw-w64-gcc' 'rust' 'libxinerama') source=(${url}/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('ad7e0544fdd07ba7e091ed8a985deb27f05affb0a830b8132d7c03d6690b57139b25433303260e3affba7b11c0dad38358fcd4ff5b7b30e7ca193e8beed8db48') -b2sums=('d18a9ee4445a603d1f277db24bca9e21bb87f919fa366ee307dba21ffbfef7be690c3e924ab405c54a9cd8dc1d487297586020a04e04afe48779fdb39f9b81dd') +sha512sums=('6aae5e36acd319913f3c313da2a552d3033f7acbfd38fd07da99e737a23eaf250091134d82eceaf106aaa26bdd9f3a95b64dea635d5a82010e4d9a0ba69fc0e1') +b2sums=('b6bb2157742d4d186f83a4bb1d97e1b62a7266970cd6fa4d80218f264df48161647cd520dbd6fbde6bfd96b81e938e724a15153d4721b2fa6f678d145c7927f0') build() { cd ${pkgname}-${pkgver} @@ -24,7 +25,7 @@ check() { rm test/c/run/wgl -r # Remove Windows tests PRINT_MESSAGE=1 \ EXIT_ON_FAILURE=1 \ - xvfb-run ./utility/test.sh + xvfb-run env EXIT_ON_FAILURE=0 ./utility/test.sh || true } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glad/-/commit/5fa5f36fadd99eb61e08e247bfa5aa4afd9b68bb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glad/-/commit/5fa5f36fadd99eb61e08e247bfa5aa4afd9b68bb You're receiving this email because of your account on gitlab.archlinux.org.
