pspec.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cppcheck</Name>
  6. <Homepage>https://cppcheck.sourceforge.io/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:gui</IsA>
  13. <IsA>app:console</IsA>
  14. <PartOf>programming.tool</PartOf>
  15. <Summary>static analysis of C/C++ code.</Summary>
  16. <Description>
  17. Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives).
  18. </Description>
  19. <Archive sha1sum="5fe86ab7ea59d5b9680cd5dc80f13528bc1771c2" type="tarbz2">https://sourceforge.net/projects/cppcheck/files/cppcheck/2.12/cppcheck-2.12.0.tar.bz2/download</Archive>
  20. <BuildDependencies>
  21. <Dependency>cmake</Dependency>
  22. <Dependency>ninja</Dependency>
  23. <Dependency>z3-devel</Dependency>
  24. <Dependency>zlib-devel</Dependency>
  25. <Dependency>boost-devel</Dependency>
  26. <Dependency>docbook-xsl</Dependency>
  27. <Dependency>qt6-sql-odbc</Dependency>
  28. <Dependency>qt6-linguist</Dependency>
  29. <Dependency>libxslt-devel</Dependency>
  30. <Dependency>libpcre-devel</Dependency>
  31. <Dependency>python3-devel</Dependency>
  32. <Dependency>qt6-sql-mysql</Dependency>
  33. <Dependency>qt6-sql-sqlite</Dependency>
  34. <Dependency>qt6-base-devel</Dependency>
  35. <Dependency>tinyxml2-devel</Dependency>
  36. <Dependency>qt6-charts-devel</Dependency>
  37. <Dependency>qt6-sql-postgresql</Dependency>
  38. <Dependency>python3-setuptools</Dependency>
  39. <Dependency>qt6-assistant-devel</Dependency>
  40. </BuildDependencies>
  41. <Patches>
  42. <!-- <Patch level="1">htmlreport_py3.patch</Patch> -->
  43. <Patch level="1">qm_install_path.patch</Patch>
  44. <!-- <Patch level="1">Buffer_is_accessed_out_of_bounds.patch</Patch> -->
  45. </Patches>
  46. </Source>
  47. <Package>
  48. <Name>cppcheck</Name>
  49. <RuntimeDependencies>
  50. <Dependency>z3</Dependency>
  51. <Dependency>libgcc</Dependency>
  52. <Dependency>libpcre</Dependency>
  53. <Dependency>python3</Dependency>
  54. <Dependency>tinyxml2</Dependency>
  55. <Dependency>qt6-base</Dependency>
  56. <Dependency>qt6-charts</Dependency>
  57. <Dependency>qt6-assistant</Dependency>
  58. <Dependency>python3-Pygments</Dependency>
  59. </RuntimeDependencies>
  60. <Files>
  61. <Path fileType="executable">/usr/bin</Path>
  62. <Path fileType="data">/usr/share</Path>
  63. <Path fileType="data">/usr/share/Cppcheck</Path>
  64. <Path fileType="localedata">/usr/share/Cppcheck/lang</Path>
  65. <Path fileType="man">/usr/share/man</Path>
  66. <Path fileType="doc">/usr/share/doc</Path>
  67. </Files>
  68. </Package>
  69. <History>
  70. <Update release="14">
  71. <Date>2023-11-01</Date>
  72. <Version>2.12.0</Version>
  73. <Comment>Version bump.</Comment>
  74. <Name>fury</Name>
  75. <Email>uglyside@yandex.ru</Email>
  76. </Update>
  77. <Update release="13">
  78. <Date>2023-02-02</Date>
  79. <Version>2.10</Version>
  80. <Comment>Rebuild.</Comment>
  81. <Name>fury</Name>
  82. <Email>uglyside@yandex.ru</Email>
  83. </Update>
  84. <Update release="12">
  85. <Date>2023-01-28</Date>
  86. <Version>2.10</Version>
  87. <Comment>Version bump.</Comment>
  88. <Name>fury</Name>
  89. <Email>uglyside@yandex.ru</Email>
  90. </Update>
  91. <Update release="11">
  92. <Date>2022-09-05</Date>
  93. <Version>2.9</Version>
  94. <Comment>Ver. bump</Comment>
  95. <Name>fury</Name>
  96. <Email>uglyside@yandex.ru</Email>
  97. </Update>
  98. <Update release="10">
  99. <Date>2022-05-28</Date>
  100. <Version>2.8</Version>
  101. <Comment>Ver. bump</Comment>
  102. <Name>fury</Name>
  103. <Email>uglyside@yandex.ru</Email>
  104. </Update>
  105. <Update release="9">
  106. <Date>2022-02-05</Date>
  107. <Version>2.7</Version>
  108. <Comment>Ver. bump</Comment>
  109. <Name>fury</Name>
  110. <Email>uglyside@yandex.ru</Email>
  111. </Update>
  112. <Update release="8">
  113. <Date>2021-10-11</Date>
  114. <Version>2.6</Version>
  115. <Comment>Ver. bump</Comment>
  116. <Name>fury</Name>
  117. <Email>uglyside@yandex.ru</Email>
  118. </Update>
  119. <Update release="7">
  120. <Date>2021-07-05</Date>
  121. <Version>2.5</Version>
  122. <Comment>Ver. bump</Comment>
  123. <Name>fury</Name>
  124. <Email>uglyside@yandex.ru</Email>
  125. </Update>
  126. <Update release="6">
  127. <Date>2021-03-24</Date>
  128. <Version>2.4</Version>
  129. <Comment>Ver. bump</Comment>
  130. <Name>fury</Name>
  131. <Email>uglyside@yandex.ru</Email>
  132. </Update>
  133. <Update release="5">
  134. <Date>2020-12-20</Date>
  135. <Version>2.3</Version>
  136. <Comment>Ver. bump</Comment>
  137. <Name>fury</Name>
  138. <Email>uglyside@yandex.ru</Email>
  139. </Update>
  140. <Update release="4">
  141. <Date>2020-10-06</Date>
  142. <Version>2.2</Version>
  143. <Comment>Ver. bump</Comment>
  144. <Name>fury</Name>
  145. <Email>uglyside@yandex.ru</Email>
  146. </Update>
  147. <Update release="3">
  148. <Date>2020-06-27</Date>
  149. <Version>2.1</Version>
  150. <Comment>Ver. bump</Comment>
  151. <Name>fury</Name>
  152. <Email>uglyside@yandex.ru</Email>
  153. </Update>
  154. <Update release="2">
  155. <Date>2020-04-16</Date>
  156. <Version>1.90</Version>
  157. <Comment>Version Bump</Comment>
  158. <Name>Erkan IŞIK</Name>
  159. <Email>erkanisik@pisilinux.org</Email>
  160. </Update>
  161. <Update release="1">
  162. <Date>2019-12-19</Date>
  163. <Version>1.89</Version>
  164. <Comment>First build.</Comment>
  165. <Name>fury</Name>
  166. <Email>uglyside@yandex.ru</Email>
  167. </Update>
  168. </History>
  169. </PISI>