pspec.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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-renderutil</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-renderutil 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="cb533b1d039f833f070e7d6398c221a31d30d5e2" type="tarbz2">http://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.9.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-renderutil</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-renderutil-devel</Name>
  33. <Summary>Development files for xcb-util-renderutil</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">xcb-util-renderutil</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="data">/usr/lib/pkgconfig</Path>
  40. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>xcb-util-renderutil-32bit</Name>
  45. <PartOf>emul32</PartOf>
  46. <Summary>32-bit shared libraries for xcb-util-renderutil</Summary>
  47. <BuildType>emul32</BuildType>
  48. <BuildDependencies>
  49. <Dependency>libxcb-32bit</Dependency>
  50. </BuildDependencies>
  51. <RuntimeDependencies>
  52. <Dependency>libxcb-32bit</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="library">/usr/lib32</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="3">
  60. <Date>2017-02-05</Date>
  61. <Version>0.3.9</Version>
  62. <Comment>Rebuild</Comment>
  63. <Name>PisiLinux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="2">
  67. <Date>2016-04-30</Date>
  68. <Version>0.3.9</Version>
  69. <Comment>Release bump</Comment>
  70. <Name>PisiLinux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="1">
  74. <Date>2014-09-01</Date>
  75. <Version>0.3.9</Version>
  76. <Comment>First release</Comment>
  77. <Name>Marcin Bojara</Name>
  78. <Email>marcin@pisilinux.org</Email>
  79. </Update>
  80. </History>
  81. </PISI>