Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / shaderc
Commits: c24761f1 by Robin Candau at 2026-02-24T16:49:51+01:00 upgpkg: 2026.1-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = shaderc pkgdesc = Collection of tools, libraries and tests for shader compilation pkgver = 2026.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/google/shaderc arch = x86_64 license = Apache-2.0 @@ -11,8 +11,9 @@ pkgbase = shaderc makedepends = python makedepends = spirv-headers depends = glibc - depends = gcc-libs depends = glslang + depends = libgcc + depends = libstdc++ depends = spirv-tools provides = libshaderc_shared.so source = https://github.com/google/shaderc/archive/v2026.1/shaderc-2026.1.tar.gz ===================================== PKGBUILD ===================================== @@ -5,12 +5,12 @@ pkgname=shaderc pkgver=2026.1 -pkgrel=1 +pkgrel=2 pkgdesc='Collection of tools, libraries and tests for shader compilation' url='https://github.com/google/shaderc' arch=('x86_64') license=('Apache-2.0') -depends=('glibc' 'gcc-libs' 'glslang' 'spirv-tools') +depends=('glibc' 'glslang' 'libgcc' 'libstdc++' 'spirv-tools') makedepends=('asciidoctor' 'cmake' 'ninja' 'python' 'spirv-headers') provides=('libshaderc_shared.so') source=(https://github.com/google/shaderc/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/shaderc/-/commit/c24761f1b458d81c691981e0cfff618365feced6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/shaderc/-/commit/c24761f1b458d81c691981e0cfff618365feced6 You're receiving this email because of your account on gitlab.archlinux.org.
