pspec.xml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <PISI>
  2. <Source>
  3. <Name>codeblocks</Name>
  4. <Homepage>http://www.codeblocks.org/</Homepage>
  5. <Packager>
  6. <Name>Mustafa Cinasal</Name>
  7. <Email>muscnsl@gmail.com</Email>
  8. </Packager>
  9. <License>GPLv3</License>
  10. <PartOf>programming.environment</PartOf>
  11. <IsA>app:gui</IsA>
  12. <Icon>codeblocks</Icon>
  13. <Summary>A free C++ IDE built to meet the most demanding needs of its users</Summary>
  14. <Description>Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.</Description>
  15. <Archive sha1sum="d75b2d8820de369be1b574c433a7a6dde7e8b218" type="tarxz">https://sourceforge.net/projects/codeblocks/files/Sources/20.03/codeblocks-20.03.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>bzip2</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. <Dependency>tinyxml-devel</Dependency>
  20. <Dependency>boost-devel</Dependency>
  21. <Dependency>fontconfig-devel</Dependency>
  22. <Dependency>gamin-devel</Dependency>
  23. <Dependency>glib2-devel</Dependency>
  24. <Dependency>gtk3-devel</Dependency>
  25. <Dependency>hunspell-devel</Dependency>
  26. <Dependency>wxGTK-devel</Dependency>
  27. <Dependency>wxGTK3</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <Patch level="1">codeblocks-gcc11.patch</Patch>
  31. <Patch level="1">04b7c50fb8c6a29b2d84579ee448d2498414d855.patch</Patch>
  32. <Patch level="1">2345b020b862ec855038dd32a51ebb072647f28d.patch</Patch>
  33. <Patch level="1">40eb88e3f2b933f19f9933e06c8d0899c54f5e25.patch</Patch>
  34. <Patch level="1">46720043319758cb0e798eb23520063583c40eaa.patch</Patch>
  35. <Patch level="1">8035dfdff321754819f79e3165401aa59bd8c7f7.patch</Patch>
  36. <Patch level="1">a4aacc92640b587ad049cd6aa68c637e536e9ab5.patch</Patch>
  37. <Patch level="1">c28746f4887f10e6f9f10eeafae0fb22ecdbf9c7.patch</Patch>
  38. <Patch level="1">dbdf5c5ea9e3161233f0588a7616b7e4fedc7870.patch</Patch>
  39. <Patch level="1">f2f127cf5cd97c7da6a957a3f7764cb25cc9017e.patch</Patch>
  40. <Patch level="1">29315df024251850832583f73e67e515dae10830.patch</Patch>
  41. <!-- <Patch level="1">56ac0396fad7a5b4bbb40bb8c4b5fe1755078aef.patch</Patch> -->
  42. <Patch level="1">9a9c6a9d5e3e0f6eff5594ecd61a2222f073be9c.patch</Patch>
  43. <Patch level="1">b2e4f1279804e1d11b71bc75eeb37072c3589296.patch</Patch>
  44. <Patch level="1">sc_wxtypes-normalize.patch</Patch>
  45. </Patches>
  46. </Source>
  47. <Package>
  48. <Name>codeblocks</Name>
  49. <Summary>A free C++ IDE built to meet the most demanding needs of its users</Summary>
  50. <RuntimeDependencies>
  51. <Dependency>bzip2</Dependency>
  52. <Dependency>zlib</Dependency>
  53. <Dependency>tinyxml</Dependency>
  54. <Dependency>fontconfig</Dependency>
  55. <Dependency>gamin</Dependency>
  56. <Dependency>glib2</Dependency>
  57. <Dependency>gtk3</Dependency>
  58. <Dependency>hunspell</Dependency>
  59. <Dependency>wxBase</Dependency>
  60. <Dependency>wxGTK</Dependency>
  61. <Dependency>wxGTK-common</Dependency>
  62. <Dependency>wxGTK3</Dependency>
  63. </RuntimeDependencies>
  64. <Files>
  65. <Path fileType="executable">/usr/bin</Path>
  66. <Path fileType="library">/usr/lib</Path>
  67. <Path fileType="data">/usr/share/appdata</Path>
  68. <Path fileType="data">/usr/share/applications</Path>
  69. <Path fileType="data">/usr/share/codeblocks</Path>
  70. <Path fileType="doc">/usr/share/doc</Path>
  71. <Path fileType="data">/usr/share/icons</Path>
  72. <Path fileType="man">/usr/share/man</Path>
  73. <Path fileType="data">/usr/share/mime</Path>
  74. <Path fileType="data">/usr/share/pixmaps</Path>
  75. <Path fileType="data">/usr/share/metainfo</Path>
  76. </Files>
  77. </Package>
  78. <Package>
  79. <Name>codeblocks-devel</Name>
  80. <Summary>Development files of codeblocks</Summary>
  81. <RuntimeDependencies>
  82. <Dependency>codeblocks</Dependency>
  83. </RuntimeDependencies>
  84. <Files>
  85. <Path fileType="header">/usr/include</Path>
  86. <Path fileType="data">/usr/lib/pkgconfig</Path>
  87. </Files>
  88. </Package>
  89. <History>
  90. <Update release="4">
  91. <Date>2023-11-01</Date>
  92. <Version>20.03</Version>
  93. <Comment>Rebuild</Comment>
  94. <Name>Mustafa Cinasal</Name>
  95. <Email>muscnsl@gmail.com</Email>
  96. </Update>
  97. <Update release="3">
  98. <Date>2022-07-28</Date>
  99. <Version>20.03</Version>
  100. <Comment>Version bump</Comment>
  101. <Name>Mustafa Cinasal</Name>
  102. <Email>muscnsl@gmail.com</Email>
  103. </Update>
  104. <Update release="2">
  105. <Date>2020-02-24</Date>
  106. <Version>17.12</Version>
  107. <Comment>Version bump.</Comment>
  108. <Name>Blue Devil</Name>
  109. <Email>bluedevil@sctzine.com</Email>
  110. </Update>
  111. <Update release="1">
  112. <Date>2017-05-10</Date>
  113. <Version>16.01</Version>
  114. <Comment>First release.</Comment>
  115. <Name>Erdinç Gültekin</Name>
  116. <Email>admins@pisilinux.org</Email>
  117. </Update>
  118. </History>
  119. </PISI>