Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / glad
Commits:
ee83ef30 by Robin Candau at 2024-09-06T22:24:59+02:00
upgpkg: 2.0.7-2: Add missing check dependencies (fixes tests)
- - - - -
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.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Dav1dde/glad
arch = any
license = MIT
@@ -10,9 +10,10 @@ pkgbase = glad
checkdepends = libx11
checkdepends = glfw-x11
checkdepends = xorg-server-xvfb
- checkdepends = mingw-w64-gcc
checkdepends = rust
checkdepends = libxinerama
+ checkdepends = libxcursor
+ checkdepends = libxi
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
pkgname=glad
pkgver=2.0.7
-pkgrel=1
+pkgrel=2
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' 'rust' 'libxinerama')
+checkdepends=('python-pytest' 'xorgproto' 'libx11' 'glfw-x11'
'xorg-server-xvfb' 'rust' 'libxinerama' 'libxcursor' 'libxi')
source=("${url}/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('6aae5e36acd319913f3c313da2a552d3033f7acbfd38fd07da99e737a23eaf250091134d82eceaf106aaa26bdd9f3a95b64dea635d5a82010e4d9a0ba69fc0e1')
b2sums=('b6bb2157742d4d186f83a4bb1d97e1b62a7266970cd6fa4d80218f264df48161647cd520dbd6fbde6bfd96b81e938e724a15153d4721b2fa6f678d145c7927f0')
@@ -24,7 +24,7 @@ check() {
cd "${pkgname}-${pkgver}"
# Remove Windows tests
- rm test/c/run/wgl -r
+ rm -rf test/c/run/wgl
PRINT_MESSAGE=1 \
EXIT_ON_FAILURE=1 \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glad/-/commit/ee83ef30c3e525b9b93fb7e0a0828a12ea5b8b1a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glad/-/commit/ee83ef30c3e525b9b93fb7e0a0828a12ea5b8b1a
You're receiving this email because of your account on gitlab.archlinux.org.