xcb-proto: update to 1.9.
This commit is contained in:
parent
c3dfbd7435
commit
9dccbf39ce
1 changed files with 4 additions and 22 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build for 'xcb-proto'.
|
||||
pkgname=xcb-proto
|
||||
version=1.8
|
||||
revision=2
|
||||
version=1.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="python"
|
||||
makedepends="libxml2"
|
||||
|
@ -10,31 +10,13 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://xcb.freedesktop.org"
|
||||
license="MIT"
|
||||
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
||||
checksum=233d16c7a019235b3092111e7c11429119357eb13754a607b75eea04453121b0
|
||||
long_desc="
|
||||
The xcb-proto package provides the XML-XCB (X C Bindings) protocol
|
||||
descriptions that libxcb uses to generate the majority of its code and API.
|
||||
We provide them separately from libxcb to allow reuse by other projects,
|
||||
such as additional language bindings, protocol dissectors, or
|
||||
documentation generators.
|
||||
|
||||
Separation of XCB's transport and protocol layers simplifies both
|
||||
writing extensions and client-side support for extensions.
|
||||
By contrast, with the xlib infrastructure, client-side support for
|
||||
new extensions requires significant duplication of effort. With XCB and
|
||||
the XML-XCB protocol descriptions, client-side support for a new
|
||||
extension requires only an XML description of the extension--and not a
|
||||
single line of code.
|
||||
|
||||
Python libraries: xcb-proto also contains language-independent Python
|
||||
libraries that are used to parse an XML description and create objects
|
||||
used by Python code generators in individual language bindings."
|
||||
checksum=895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c
|
||||
|
||||
xcb-proto_package() {
|
||||
depends="python"
|
||||
noarch="yes"
|
||||
pycompile_module="xcbgen"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue