pspec.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>codeblocks</Name>
  6. <Homepage>http://www.codeblocks.org/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Icon>codeblocks</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>A free C++ IDE built to meet the most demanding needs of its users</Summary>
  15. <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>
  16. <Archive sha1sum="70aabe8a948dbaa919eb4b87bc74a600e0d93516" type="targz">https://netix.dl.sourceforge.net/project/codeblocks/Sources/16.01/codeblocks_16.01.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>wxGTK-devel</Dependency>
  19. <Dependency>wxBase-devel</Dependency>
  20. <Dependency>xterm</Dependency>
  21. <Dependency>gtk2-devel</Dependency>
  22. <Dependency>tinyxml-devel</Dependency>
  23. <Dependency>imagemagick-devel</Dependency>
  24. <Dependency>fontconfig-devel</Dependency>
  25. <Dependency>wxGTK2.8-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <Patch>desktop.patch</Patch>
  29. <!--<Patch level="1">codeblocks-tinyxml.patch</Patch>
  30. <Patch level="1">codeblocks-dso.patch</Patch>
  31. <Patch level="1">codeblocks-tinyxml-26.patch</Patch>
  32. <Patch level="1">pisilinux-debuggergdb.patch</Patch>
  33. <Patch level="1">pisilinux-plugin-wx.patch</Patch>-->
  34. <Patch level="0">pisilinux-wx.patch</Patch>
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>codeblocks</Name>
  39. <RuntimeDependencies>
  40. <Dependency>wxBase</Dependency>
  41. <Dependency>gtk2</Dependency>
  42. <Dependency>fontconfig</Dependency>
  43. <Dependency>zlib</Dependency>
  44. <Dependency>bzip2</Dependency>
  45. <Dependency>glib2</Dependency>
  46. <Dependency>libgcc</Dependency>
  47. <Dependency>wxGTK2.8</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="executable">/usr/bin</Path>
  51. <Path fileType="data">/usr/share/applications</Path>
  52. <Path fileType="data">/usr/share/codeblocks</Path>
  53. <Path fileType="doc">/usr/share/doc</Path>
  54. <Path fileType="data">/usr/share/icons</Path>
  55. <Path fileType="man">/usr/share/man</Path>
  56. <Path fileType="data">/usr/share/mime</Path>
  57. <Path fileType="data">/usr/share/pixmaps</Path>
  58. <Path fileType="library">/usr/lib</Path>
  59. </Files>
  60. </Package>
  61. <Package>
  62. <Name>codeblocks-devel</Name>
  63. <Summary>Development files of codeblocks</Summary>
  64. <RuntimeDependencies>
  65. <Dependency>codeblocks</Dependency>
  66. </RuntimeDependencies>
  67. <Files>
  68. <Path fileType="header">/usr/include</Path>
  69. <Path fileType="data">/usr/lib/pkgconfig</Path>
  70. </Files>
  71. </Package>
  72. <History>
  73. <Update release="1">
  74. <Date>2017-05-10</Date>
  75. <Version>16.01</Version>
  76. <Comment>First release.</Comment>
  77. <Name>Erdinç Gültekin</Name>
  78. <Email>admins@pisilinux.org</Email>
  79. </Update>
  80. </History>
  81. </PISI>