pspec.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xcb-proto</Name>
  6. <Homepage>http://xcb.freedesktop.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>data</IsA>
  13. <Summary>XCB protocol descriptions</Summary>
  14. <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>
  15. <Archive sha1sum="e93da374ecef9359370edc0160bcb8b2a2f7d9f6" type="tarbz2">https://xcb.freedesktop.org/dist/xcb-proto-1.12.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>libxml2</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>xcb-proto</Name>
  22. <Files>
  23. <Path fileType="data">/usr/lib/pkgconfig</Path>
  24. <Path fileType="library">/usr/lib/python*</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. <Path fileType="data">/usr/share/xcb</Path>
  27. </Files>
  28. </Package>
  29. <History>
  30. <Update release="3">
  31. <Date>2017-01-27</Date>
  32. <Version>1.12</Version>
  33. <Comment>Version Bump</Comment>
  34. <Name>PisiLinux Community</Name>
  35. <Email>admin@pisilinux.org</Email>
  36. </Update>
  37. <Update release="2">
  38. <Date>2016-04-27</Date>
  39. <Version>1.11</Version>
  40. <Comment>Release Bump</Comment>
  41. <Name>PisiLinux Community</Name>
  42. <Email>admin@pisilinux.org</Email>
  43. </Update>
  44. <Update release="1">
  45. <Date>2016-03-13</Date>
  46. <Version>1.11</Version>
  47. <Comment>First release</Comment>
  48. <Name>Ertuğrul Erata</Name>
  49. <Email>ertugrulerata@gmail.com</Email>
  50. </Update>
  51. </History>
  52. </PISI>