Package Details: monado-vulkan-layers-git 0.9.0.29.git.ae43cdc-1

Git Clone URL: https://aur.archlinux.org/monado-vulkan-layers-git.git (read-only, click to copy)
Package Base: monado-vulkan-layers-git
Description: Optional Vulkan Layers for Monado.
Upstream URL: https://gitlab.freedesktop.org/monado/utilities/vulkan-layers
Licenses: BSL-1.0
Conflicts: monado-vulkan-layers
Provides: monado-vulkan-layers
Submitter: haagch
Maintainer: haagch
Last Packager: haagch
Votes: 2
Popularity: 0.027832
First Submitted: 2022-06-28 23:19 (UTC)
Last Updated: 2026-07-08 19:29 (UTC)

Latest Comments

hype-vhs commented on 2026-07-08 19:11 (UTC)

Patch that fixes all the below issues:

diff --git a/PKGBUILD b/PKGBUILD
index f50d227..43e70da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,13 @@ pkgrel=1
 pkgdesc='Optional Vulkan Layers for Monado.'
 arch=('i686' 'x86_64')
 url='https://gitlab.freedesktop.org/monado/utilities/vulkan-layers'
-depends=('gcc-libs')
-makedepends=('vulkan-headers' 'cmake' 'git' 'ninja')
+depends=('glibc' 'libgcc' 'libstdc++')
+makedepends=('vulkan-icd-loader' 'vulkan-headers' 'cmake' 'git' 'ninja')
 optdepends=()
 provides=("monado-vulkan-layers")
+conflicts=("monado-vulkan-layers")

-license=('boost')
+license=('BSL-1.0')
 source=("$_dirname::git+https://gitlab.freedesktop.org/monado/utilities/vulkan-layers.git#branch=main")
 md5sums=('SKIP')

dreieck commented on 2024-06-04 16:50 (UTC)

boost is not a valid SPDX license specifier.

Please use a valid specifier, or LicenseRef-<customID>, and install the license into /usr/share/licenses/${pkgname}/.

Regards!

dreieck commented on 2024-06-04 16:49 (UTC)

Please add conflicts=("monado-vulkan-layers").

Regards!

Seercat3160 commented on 2024-02-23 08:43 (UTC)

Package fails to build in a clean chroot. makedepends is lacking git and ninja at least, and there are some Vulkan libs it seems to want to compile against which it can't find.