112 lines
4.5 KiB
XML
112 lines
4.5 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>codeblocks</Name>
|
|
<Homepage>http://www.codeblocks.org/</Homepage>
|
|
<Packager>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<PartOf>programming.environment</PartOf>
|
|
<License>GPLv3</License>
|
|
<Icon>codeblocks</Icon>
|
|
<IsA>app:gui</IsA>
|
|
<Summary>A free C++ IDE built to meet the most demanding needs of its users</Summary>
|
|
<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>
|
|
<Archive sha1sum="ccd9e13d271a4d1ce7ebed8c0e6d4b45fb6e927d" type="tarxz">https://downloads.sourceforge.net/codeblocks/codeblocks_17.12.tar.xz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>fontconfig-devel</Dependency>
|
|
<Dependency>hunspell-devel</Dependency>
|
|
<Dependency>boost-devel</Dependency>
|
|
<Dependency>gamin-devel</Dependency>
|
|
<Dependency>wxGTK-devel</Dependency>
|
|
<Dependency>glib2-devel</Dependency>
|
|
<Dependency>gtk3-devel</Dependency>
|
|
<Dependency>wxGTK3</Dependency>
|
|
<!--
|
|
<Dependency>imagemagick-devel</Dependency>
|
|
<Dependency>wxGTK2.8-devel</Dependency>
|
|
<Dependency>tinyxml-devel</Dependency>
|
|
<Dependency>wxBase-devel</Dependency>
|
|
<Dependency>xterm</Dependency>
|
|
-->
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<!-- https://sourceforge.net/p/codeblocks/code/11739/ -->
|
|
<Patch level="1">codeblocks-17.12-scripting.patch</Patch>
|
|
<!--
|
|
<Patch>desktop.patch</Patch>
|
|
<Patch level="1">codeblocks-tinyxml.patch</Patch>
|
|
<Patch level="1">codeblocks-dso.patch</Patch>
|
|
<Patch level="1">codeblocks-tinyxml-26.patch</Patch>
|
|
<Patch level="1">pisilinux-debuggergdb.patch</Patch>
|
|
<Patch level="1">pisilinux-plugin-wx.patch</Patch>
|
|
<Patch level="0">pisilinux-wx.patch</Patch>
|
|
-->
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>codeblocks</Name>
|
|
<Summary>A free C++ IDE built to meet the most demanding needs of its users</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>wxGTK-common</Dependency>
|
|
<Dependency>fontconfig</Dependency>
|
|
<Dependency>hunspell</Dependency>
|
|
<Dependency>wxBase</Dependency>
|
|
<Dependency>wxGTK3</Dependency>
|
|
<Dependency>wxGTK</Dependency>
|
|
<Dependency>gamin</Dependency>
|
|
<Dependency>glib2</Dependency>
|
|
<Dependency>gtk3</Dependency>
|
|
<!--
|
|
<Dependency>libgcc</Dependency>
|
|
<Dependency>bzip2</Dependency>
|
|
<Dependency>zlib</Dependency>
|
|
-->
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="data">/usr/share/applications</Path>
|
|
<Path fileType="data">/usr/share/codeblocks</Path>
|
|
<Path fileType="data">/usr/share/appdata</Path>
|
|
<Path fileType="data">/usr/share/pixmaps</Path>
|
|
<Path fileType="data">/usr/share/icons</Path>
|
|
<Path fileType="data">/usr/share/mime</Path>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>codeblocks-devel</Name>
|
|
<Summary>Development files of codeblocks</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>codeblocks</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2020-02-24</Date>
|
|
<Version>17.12</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2017-05-10</Date>
|
|
<Version>16.01</Version>
|
|
<Comment>First release.</Comment>
|
|
<Name>Erdinç Gültekin</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|