[arch-commits] Commit in vulkan-loader-layers/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Sun Apr 10 05:44:28 UTC 2016


    Date: Sunday, April 10, 2016 @ 07:44:28
  Author: lcarlier
Revision: 264459

upgpkg: vulkan-loader-layers 1.0.8.0-1

upstream update 1.0.8.0

Modified:
  vulkan-loader-layers/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-10 05:27:03 UTC (rev 264458)
+++ PKGBUILD	2016-04-10 05:44:28 UTC (rev 264459)
@@ -4,16 +4,16 @@
 pkgbase=vulkan-loader-layers
 pkgname=(vulkan-icd-loader vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.5.0
+pkgver=1.0.8.0
 pkgrel=1
 arch=(i686 x86_64)
 url="https://www.khronos.org/vulkan/"
 license=('custom')
 depends=()
-makedepends=(git cmake python-lxml libx11)
+makedepends=(git cmake python-lxml libx11 wayland)
 source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz"
-        'git://github.com/KhronosGroup/glslang.git#commit=f2d8a5c')
-sha256sums=('27bd9d56b0430821e068dec455278db7bc2abd20d932a99bd33923a1a1c7d95c'
+        'git://github.com/KhronosGroup/glslang.git#commit=c3869fe')
+sha256sums=('2574467f2d95db3a5c3b9b4d61d878398e4d74519bd52575134e12686d1df670'
             'SKIP')
 
 build() {
@@ -39,6 +39,8 @@
     -DCMAKE_INSTALL_DATADIR=/share \
     -DCMAKE_SKIP_RPATH=True \
     -DGLSLANG_PREFIX=${srcdir}/glslang \
+    -DBUILD_WSI_XLIB_SUPPORT=1 \
+    -DBUILD_WSI_WAYLAND_SUPPORT=1 \
     -DCMAKE_BUILD_TYPE=Release \
     ..
   make
@@ -54,9 +56,9 @@
   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
   install -dm755 ${pkgdir}/etc/vulkan/icd.d/
   
-  install -m644 build/loader/libvulkan.so.1.0.5 ${pkgdir}/usr/lib
-  ln -s libvulkan.so.1.0.5 ${pkgdir}/usr/lib/libvulkan.so.1
-  ln -s libvulkan.so.1.0.5 ${pkgdir}/usr/lib/libvulkan.so
+  install -m644 build/loader/libvulkan.so.1.0.8 ${pkgdir}/usr/lib
+  ln -s libvulkan.so.1.0.8 ${pkgdir}/usr/lib/libvulkan.so.1
+  ln -s libvulkan.so.1.0.8 ${pkgdir}/usr/lib/libvulkan.so
 
   install -m644 include/vulkan/vk_icd.h ${pkgdir}/usr/include/vulkan/
   



More information about the arch-commits mailing list