pspec.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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-util</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>library</IsA>
  13. <Summary>A number of libraries which sit on top of libxcb</Summary>
  14. <Description>The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.</Description>
  15. <Archive sha1sum="7f2e9b7efcc2c34eb1d6ae312c3d73b075832e46" type="tarbz2">http://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>util-macros</Dependency>
  18. <Dependency>libxcb-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>xcb-util</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libxcb</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>xcb-util-devel</Name>
  33. <Summary>Development files for xcb-util</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">xcb-util</Dependency>
  36. <Dependency>libxcb-devel</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="header">/usr/include</Path>
  40. <Path fileType="data">/usr/lib/pkgconfig</Path>
  41. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>xcb-util-32bit</Name>
  46. <PartOf>emul32</PartOf>
  47. <Summary>32-bit shared libraries for xcb-util</Summary>
  48. <BuildType>emul32</BuildType>
  49. <BuildDependencies>
  50. <Dependency>libxcb-32bit</Dependency>
  51. </BuildDependencies>
  52. <RuntimeDependencies>
  53. <Dependency release="current">xcb-util</Dependency>
  54. <Dependency>libxcb-32bit</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="library">/usr/lib32</Path>
  58. </Files>
  59. </Package>
  60. <History>
  61. <Update release="3">
  62. <Date>2017-02-05</Date>
  63. <Version>0.4.0</Version>
  64. <Comment>Rebuild</Comment>
  65. <Name>PisiLinux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="2">
  69. <Date>2016-04-30</Date>
  70. <Version>0.4.0</Version>
  71. <Comment>Release bump</Comment>
  72. <Name>PisiLinux Community</Name>
  73. <Email>admin@pisilinux.org</Email>
  74. </Update>
  75. <Update release="1">
  76. <Date>2015-12-13</Date>
  77. <Version>0.4.0</Version>
  78. <Comment>First release</Comment>
  79. <Name>Kamil Atlı</Name>
  80. <Email>suvari@pisilinux.org</Email>
  81. </Update>
  82. </History>
  83. </PISI>