From e6fa2512d04e6669150010e7bb73d3fab3bfa704 Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Fri, 12 Jun 2020 16:22:43 +0200 Subject: [PATCH] Vulkan-ValidationLayers: update to 1.2.141 stop fetching and compiling dependencies --- srcpkgs/Vulkan-ValidationLayers/template | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/srcpkgs/Vulkan-ValidationLayers/template b/srcpkgs/Vulkan-ValidationLayers/template index 83672d513c..2116f8dece 100644 --- a/srcpkgs/Vulkan-ValidationLayers/template +++ b/srcpkgs/Vulkan-ValidationLayers/template @@ -1,21 +1,16 @@ # Template file for 'Vulkan-ValidationLayers' pkgname=Vulkan-ValidationLayers -version=1.2.137 +version=1.2.141 revision=1 build_style=cmake -configure_args="-C ${XBPS_CROSS_BASE}/tmp/helper.cmake - -DCMAKE_INSTALL_INCLUDEDIR=/usr/include/vulkan/ -DBUILD_LAYER_SUPPORT_FILES=ON" -hostmakedepends="python3 git pkg-config" -makedepends="libXrandr-devel wayland-devel" +configure_args="-Wno-dev -DGLSLANG_INSTALL_DIR=${XBPS_CROSS_BASE}/usr + -DBUILD_LAYER_SUPPORT_FILES=ON" +hostmakedepends="pkg-config" +makedepends="Vulkan-Headers libXrandr-devel wayland-devel glslang-devel + SPIRV-Tools-devel SPIRV-Headers" short_desc="Khronos official Vulkan validation layers" maintainer="Colin Gillespie " license="Apache-2.0" homepage="https://www.khronos.org/vulkan/" distfiles="https://github.com/KhronosGroup/${pkgname}/archive/v${version}.tar.gz" -checksum=54d9abf5faf0a554bbb88c82b81d44b98849018da33f25537f4a86ea1f25ba28 - -pre_configure() { - # Fetch and compile "known good" versions of dependencies - ./scripts/update_deps.py --dir=${XBPS_CROSS_BASE}/tmp - # NOTE: this directory won't be cleaned by xbps-src clean -} +checksum=3f2ebc5c0d69ead2031893f5c5da9bb4f328a90d30c1665a618a637a48d27ee0