diff --git a/pisi-index.xml b/pisi-index.xml index c4d3a037f1..c96de7cda4 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -26015,6 +26015,40 @@ + + + vulkan-headers + https://github.com/KhronosGroup + + Idris Kalp + idriskalp@gmail.com + + GPLv2 + library + x11.vulkan + Vulkan headers + Vulkan headers + https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.1.130.tar.gz + x11/vulkan/vulkan-headers/pspec.xml + + + vulkan-headers + + /usr/include + /usr/share/vulkan + /usr/share/doc + + + + + 2020-01-11 + 1.1.130 + First release + Idris Kalp + idriskalp@gmail.com + + + spirv-tools diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index f1943e731e..c6c1dc6449 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -dcaa5614c300b781609fc35b06d8eb28aae21ff5 \ No newline at end of file +93df1828df95befd4da6310d3b6b6f5726120a7a \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 1b643fbb4e..1347299f3d 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 4eb74ee0f6..1870728baa 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -81372ce72429491e13325a759a60a9748654cd93 \ No newline at end of file +a6d43d33016a5d742aed100fbdcf2644db587842 \ No newline at end of file diff --git a/x11/vulkan/vulkan-headers/actions.py b/x11/vulkan/vulkan-headers/actions.py new file mode 100755 index 0000000000..efd9cf1466 --- /dev/null +++ b/x11/vulkan/vulkan-headers/actions.py @@ -0,0 +1,27 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import cmaketools +from pisi.actionsapi import autotools +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +pisitools.cxxflags.add("-std=gnu++11") + +ver = get.srcVERSION() + +def setup(): + cmaketools.configure() + +def build(): + cmaketools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" %get.installDIR()) + + + pisitools.dodoc("README.md", "CODE_OF_CONDUCT.md") diff --git a/x11/vulkan/vulkan-headers/pspec.xml b/x11/vulkan/vulkan-headers/pspec.xml new file mode 100755 index 0000000000..01219704e5 --- /dev/null +++ b/x11/vulkan/vulkan-headers/pspec.xml @@ -0,0 +1,36 @@ + + + + + vulkan-headers + https://github.com/KhronosGroup + + Idris Kalp + idriskalp@gmail.com + + GPLv2 + library + Vulkan headers + Vulkan headers + https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.1.130.tar.gz + + + + vulkan-headers + + /usr/include + /usr/share/vulkan + /usr/share/doc + + + + + + 2020-01-11 + 1.1.130 + First release + Idris Kalp + idriskalp@gmail.com + + +