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

Laurent Carlier lcarlier at archlinux.org
Fri Sep 2 15:00:53 UTC 2016


    Date: Friday, September 2, 2016 @ 15:00:52
  Author: lcarlier
Revision: 275675

upgpkg: vulkan-loader-layers 1.0.24.0-1

upstream update 1.0.24.0

Modified:
  vulkan-loader-layers/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-02 13:03:36 UTC (rev 275674)
+++ PKGBUILD	2016-09-02 15:00:52 UTC (rev 275675)
@@ -4,7 +4,7 @@
 pkgbase=vulkan-loader-layers
 pkgname=(vulkan-icd-loader vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.21.0
+pkgver=1.0.24.0
 pkgrel=1
 arch=(i686 x86_64)
 url="https://www.khronos.org/vulkan/"
@@ -12,10 +12,10 @@
 depends=()
 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=e4821e43c86d97bcf65fb07c1f70471b7102978d'
-        'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=1a9385bbd0e6eae188c14302cf37c415ecc8b698'
-        'git://github.com/KhronosGroup/SPIRV-Headers')
-sha256sums=('205e6feee6af29d0d23d241c666261e9646e595689e9a90900fbc63c4c838134'
+        'git://github.com/KhronosGroup/glslang.git#commit=81cd764b5ffc475bc73f1fb35f75fd1171bb2343'
+        'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=923a4596b44831a07060df45caacb522613730c9'
+        'git://github.com/KhronosGroup/SPIRV-Headers#commit=33d41376d378761ed3a4c791fc4b647761897f26')
+sha256sums=('d872a4275c53f40e1b595c21572d577360ac3dc053f9a95149e26f7bb267efc8'
             'SKIP'
             'SKIP'
             'SKIP')
@@ -23,18 +23,6 @@
 build() {
   cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
 
-  pushd ${srcdir}/glslang
-  # Revert glslang a5c33d6ffb34ccede5b233bc724c907166b6e479
-  # See https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/681
-  git diff-index --quiet HEAD | true
-  rc=${PIPESTATUS[0]}
-  if (( $rc == 0 ))
-  then
-    echo "applying patch to revert glslang a5c33d"
-    git apply "${srcdir}/${_pkgname}-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt
-  fi
-  popd
-  
   # reproduce some of the update_external_sources.sh script
   rm -rf external ; mkdir external ; cd external
   git clone ${srcdir}/glslang



More information about the arch-commits mailing list