pspec.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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>https://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="c5ba133703ca9d5d573a502ef03157de1b424384" type="tarxz">http://xcb.freedesktop.org/dist/xcb-util-0.4.1.tar.xz</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="10">
  62. <Date>2022-12-20</Date>
  63. <Version>0.4.1</Version>
  64. <Comment>Version bump.</Comment>
  65. <Name>Mustafa Cinasal</Name>
  66. <Email>muscnsl@gmail.com</Email>
  67. </Update>
  68. <Update release="9">
  69. <Date>2021-05-22</Date>
  70. <Version>0.4.0</Version>
  71. <Comment>Rebuild</Comment>
  72. <Name>Mustafa Cinasal</Name>
  73. <Email>muscnsl@gmail.com</Email>
  74. </Update>
  75. <Update release="8">
  76. <Date>2021-03-14</Date>
  77. <Version>0.4.0</Version>
  78. <Comment>Rebuild</Comment>
  79. <Name>Mustafa Cinasal</Name>
  80. <Email>muscnsl@gmail.com</Email>
  81. </Update>
  82. <Update release="7">
  83. <Date>2020-06-01</Date>
  84. <Version>0.4.0</Version>
  85. <Comment>Rebuild</Comment>
  86. <Name>Mustafa Cinasal</Name>
  87. <Email>muscnsl@gmail.com</Email>
  88. </Update>
  89. <Update release="6">
  90. <Date>2019-02-20</Date>
  91. <Version>0.4.0</Version>
  92. <Comment>Rebuild</Comment>
  93. <Name>Mustafa Cinasal</Name>
  94. <Email>muscnsl@gmail.com</Email>
  95. </Update>
  96. <Update release="5">
  97. <Date>2018-11-05</Date>
  98. <Version>0.4.0</Version>
  99. <Comment>Rebuild</Comment>
  100. <Name>Mustafa Cinasal</Name>
  101. <Email>muscnsl@gmail.com</Email>
  102. </Update>
  103. <Update release="4">
  104. <Date>2018-07-24</Date>
  105. <Version>0.4.0</Version>
  106. <Comment>Rebuild</Comment>
  107. <Name>PisiLinux Community</Name>
  108. <Email>admin@pisilinux.org</Email>
  109. </Update>
  110. <Update release="3">
  111. <Date>2017-02-05</Date>
  112. <Version>0.4.0</Version>
  113. <Comment>Rebuild</Comment>
  114. <Name>PisiLinux Community</Name>
  115. <Email>admin@pisilinux.org</Email>
  116. </Update>
  117. <Update release="2">
  118. <Date>2016-04-30</Date>
  119. <Version>0.4.0</Version>
  120. <Comment>Release bump</Comment>
  121. <Name>PisiLinux Community</Name>
  122. <Email>admin@pisilinux.org</Email>
  123. </Update>
  124. <Update release="1">
  125. <Date>2015-12-13</Date>
  126. <Version>0.4.0</Version>
  127. <Comment>First release</Comment>
  128. <Name>Kamil Atlı</Name>
  129. <Email>suvari@pisilinux.org</Email>
  130. </Update>
  131. </History>
  132. </PISI>