Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / lib32-amdvlk
Commits: 47d79ece by Laurent Carlier at 2023-08-26T10:29:25+02:00 upgpkg: 2023.Q3.1-1: upstream release 2023.Q3.1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: lod <[email protected]> pkgname=lib32-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=('lib32-vulkan-driver') depends=('lib32-zstd') makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 'xorg-server-devel' '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() { @@ -56,6 +52,8 @@ build() { } package() { + depends=('lib32-glibc' 'lib32-gcc-libs' 'lib32-zlib' 'lib32-zstd') + install -m755 -d "${pkgdir}"/usr/lib32 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/lib32-amdvlk/-/commit/47d79eceb8232a120a59b5b3835f87983dde2209 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-amdvlk/-/commit/47d79eceb8232a120a59b5b3835f87983dde2209 You're receiving this email because of your account on gitlab.archlinux.org.
