Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / amdvlk
Commits: 4a7607fc by Laurent Carlier at 2023-08-26T09:56:42+02:00 upgpkg: 2023.Q3.1-1: upstream update 2023.Q3.1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: lod <[email protected]> pkgname=amdvlk -pkgver=2023.Q2.3 +pkgver=2023.Q3.1 pkgrel=1 pkgdesc="AMD's standalone Vulkan driver" arch=(x86_64) @@ -12,10 +12,8 @@ provides=('vulkan-driver') makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 'xorg-server-devel' 'directx-shader-compiler' 'glslang' 'cmake' 'ninja' 'git') options=('!lto') -source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz" - cstdint.patch) -sha256sums=('0fd70d472200c98dabdf86b58a0cf7a1af1a46dd32d02d165676faa8dedf16f7' - '4509fd9a02aa15a94317228df31402879631f567719d0588225adc2eafe61318') +source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz") +sha256sums=('197ef6d18ea17f54a397975f89af03ab41755a9a51ecf5490156f2e7cae8d52f') prepare() { local nrepos path name revision @@ -34,8 +32,6 @@ prepare() { popd (( nrepos-- )) done - - patch -Np1 -i cstdint.patch } build() { @@ -49,6 +45,8 @@ build() { } package() { + depends=('glibc' 'gcc-libs' 'zlib' 'zstd') + install -m755 -d "${pkgdir}"/usr/lib install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d install -m755 -d "${pkgdir}"/usr/share/vulkan/implicit_layer.d View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/amdvlk/-/commit/4a7607fc8cb7f0896383bb9c51ca3d80f7afeea1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/amdvlk/-/commit/4a7607fc8cb7f0896383bb9c51ca3d80f7afeea1 You're receiving this email because of your account on gitlab.archlinux.org.
