xcb-proto: update to 1.13.
This commit is contained in:
parent
ca3657e5af
commit
4a874c8ff6
|
@ -1,53 +0,0 @@
|
|||
Submitted By: Bruce Dubbs <bdubbs at linuxfromscratch dot org>
|
||||
Date: 2016-06-01
|
||||
Initial Package Version: 1.12
|
||||
Upstream Status: Not Committed
|
||||
Origin: https://lists.freedesktop.org/archives/xcb/2016-February/010676.html
|
||||
Description: Fixes make check
|
||||
|
||||
|
||||
--- src/xcb.xsd
|
||||
+++ src/xcb.xsd
|
||||
@@ -44,6 +44,15 @@ authorization from the authors.
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="bytes" type="xsd:integer" use="optional" />
|
||||
<xsd:attribute name="align" type="xsd:integer" use="optional" />
|
||||
+ <xsd:attribute name="serialize" type="xsd:boolean" use="optional" />
|
||||
+ </xsd:complexType>
|
||||
+ </xsd:element>
|
||||
+
|
||||
+ <!-- Alignment -->
|
||||
+ <xsd:element name="required_start_align" >
|
||||
+ <xsd:complexType>
|
||||
+ <xsd:attribute name="align" type="xsd:integer" use="required" />
|
||||
+ <xsd:attribute name="offset" type="xsd:integer" use="optional" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
@@ -76,14 +85,13 @@ authorization from the authors.
|
||||
<xsd:sequence>
|
||||
<!-- switch(expression) -->
|
||||
<xsd:group ref="expression" minOccurs="1" maxOccurs="1" />
|
||||
+ <xsd:element ref="required_start_align" minOccurs="0" maxOccurs="1" />
|
||||
<xsd:choice>
|
||||
<!-- bitcase expression - bit test -->
|
||||
<xsd:element name="bitcase" type="caseexpr" minOccurs="0" maxOccurs="unbounded" />
|
||||
<!-- case expression - value test -->
|
||||
<xsd:element name="case" type="caseexpr" minOccurs="0" maxOccurs="unbounded" />
|
||||
</xsd:choice>
|
||||
- <!-- default: -->
|
||||
- <xsd:group ref="fields" minOccurs="0" maxOccurs="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
@@ -201,6 +209,7 @@ authorization from the authors.
|
||||
<xsd:element ref="field" />
|
||||
<xsd:element ref="list" />
|
||||
<xsd:element ref="fd" />
|
||||
+ <xsd:element ref="required_start_align" />
|
||||
</xsd:choice>
|
||||
</xsd:group>
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template build for 'xcb-proto'.
|
||||
pkgname=xcb-proto
|
||||
version=1.12
|
||||
version=1.13
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="python"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://xcb.freedesktop.org"
|
||||
license="MIT"
|
||||
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
||||
checksum=5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906
|
||||
checksum=7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue