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

Laurent Carlier lcarlier at archlinux.org
Wed Oct 4 16:32:50 UTC 2017


    Date: Wednesday, October 4, 2017 @ 16:32:50
  Author: lcarlier
Revision: 306731

upgpkg: vulkan-docs 1:1.0.61-2

remove vulkan.hpp header file (FS#55834)

Modified:
  vulkan-docs/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++-------------------
 1 file changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 16:23:27 UTC (rev 306730)
+++ PKGBUILD	2017-10-04 16:32:50 UTC (rev 306731)
@@ -4,7 +4,7 @@
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-html-docs)
 pkgver=1.0.61
-pkgrel=1
+pkgrel=2
 epoch=1
 _pkgname=Vulkan-Docs
 arch=(any)
@@ -13,19 +13,10 @@
 makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
              lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
 groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz"
-        git+https://github.com/leethomason/tinyxml2.git#commit=c8dad95
-        git+https://github.com/KhronosGroup/Vulkan-Hpp.git#commit=daae0b6)
-sha256sums=('595c8e419f5bd7d4f267627ff5cc74256db593a81e23cc35b1e97faa81b328a1'
-            'SKIP'
-            'SKIP')
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz")
+sha256sums=('595c8e419f5bd7d4f267627ff5cc74256db593a81e23cc35b1e97faa81b328a1')
 
 prepare() {
-  cd Vulkan-Hpp
-  git submodule init
-  git config submodule.tinyxml2.url $srcdir/tinyxml2
-  git submodule update
-
   # for asciidoctor
   # it was hard to find versions that builds properly ^^
   local _gemdir="$(ruby -e 'puts Gem.default_dir')"
@@ -38,12 +29,6 @@
 }
 
 build() {
-  # we need this to build hpp headers
-  #cd Vulkan-Hpp
-  #cmake ./ && make
-
-  #./VulkanHppGenerator "${srcdir}/${_pkgname}-${pkgver}-core/src/spec/vk.xml"
-
   cd "${srcdir}/${_pkgname}-${pkgver}-core/doc/specs/vulkan"
 
   # asciidoctor / mathematical workaround bug - fail to find liblasem.so
@@ -63,7 +48,6 @@
 
   install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
   install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
-  install -m644 ${srcdir}/Vulkan-Hpp/vulkan/vulkan.hpp ${pkgdir}/usr/include/vulkan
   install -m644 src/spec/vk.xml ${pkgdir}/usr/share/vulkan
 
   install -m644 doc/specs/vulkan/copyright-ccby.txt ${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt



More information about the arch-commits mailing list