12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xcb-proto</Name>
- <Homepage>http://xcb.freedesktop.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>data</IsA>
- <Summary>XCB protocol descriptions</Summary>
- <Description>XCB is a project to enable efficient language bindings to the X11 protocol. This package contains the protocol descriptions themselves. Language bindings use these protocol descriptions to generate code for marshalling the protocol.</Description>
- <Archive sha1sum="e93da374ecef9359370edc0160bcb8b2a2f7d9f6" type="tarbz2">https://xcb.freedesktop.org/dist/xcb-proto-1.12.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>libxml2</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>xcb-proto</Name>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="library">/usr/lib/python*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/xcb</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-01-27</Date>
- <Version>1.12</Version>
- <Comment>Version Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>1.11</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-13</Date>
- <Version>1.11</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|