vulkan-loader: update to 1.4.350.1.

This commit is contained in:
Roger Freitas Pereira
2026-07-28 04:43:24 +02:00
committed by Duncan Overbruck
parent 580e2df0d3
commit ccfd36cfd4
2 changed files with 5 additions and 7 deletions
+4 -4
View File
@@ -1,24 +1,24 @@
# Template file for 'vulkan-loader'
pkgname=vulkan-loader
version=1.4.341.0
version=1.4.350.1
revision=1
build_style=cmake
configure_args="-DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr
-DBUILD_TESTS=OFF"
hostmakedepends="python3 pkg-config"
makedepends="Vulkan-Headers libxcb-devel libxkbcommon-devel wayland-devel
libXrandr-devel"
makedepends="Vulkan-Headers libxcb-devel libXrandr-devel wayland-devel"
short_desc="Vulkan Installable Client Driver (ICD) loader"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://www.khronos.org/vulkan/"
distfiles="https://github.com/KhronosGroup/Vulkan-Loader/archive/vulkan-sdk-${version}.tar.gz"
checksum=fe982697c780a950641bfcf94707135c26c501352242d285fa95d087d691292e
checksum=602984a71000981e25e4feb419e6cdd70b18ffe2b8004f60f591706027bca468
vulkan-loader-devel_package() {
depends="${sourcepkg}>=${version}_${revision} Vulkan-Headers"
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
+1 -3
View File
@@ -1,3 +1 @@
_pkgname=Vulkan-Loader
site="https://github.com/KhronosGroup/${_pkgname}/tags"
pattern="/releases/tag/vulkan-sdk-\K\d.\d.\d+.\d(?=)"
pattern="refs/tags/vulkan-sdk-\K[0-9.]+($|(?=^))"