123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>kicad</Name>
- <Homepage>http://kicad-pcb.org/</Homepage>
- <Packager>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Packager>
- <License>GPLv1</License>
- <IsA>library</IsA>
- <Icon>kicad</Icon>
- <Summary>Electronic schematic and printed circuit board (PCB) design tools</Summary>
- <Description>Electronic schematic and printed circuit board (PCB) design tools</Description>
- <Archive sha1sum="d60b7393617816192c2ddf228e09ebc97421713f" type="tarbz2">https://gitlab.com/kicad/code/kicad/-/archive/6.0.7/kicad-6.0.7.tar.bz2</Archive>
- <!-- <Archive sha1sum="2439effbc7ddd69aba51baee940c152bb1c37227" type="targz" target="kicad-5.1.5">https://github.com/KiCad/kicad-i18n/archive/refs/tags/5.1.5.tar.gz</Archive> -->
- <BuildDependencies>
- <Dependency>glm</Dependency>
- <Dependency>swig</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>wxGTK3</Dependency>
- <Dependency>curl-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>glew-devel</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>wxGTK-devel</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>libSM-devel</Dependency>
- <Dependency>mesa-devel</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>mesa-glu-devel</Dependency>
- <Dependency>ngspice-devel</Dependency>
- <Dependency>opencascade-devel</Dependency>
- <Dependency>desktop-file-utils</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch>boost-1.61.patch</Patch> -->
- <!-- <Patch>CheckCXXSymbolExists.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>kicad</Name>
- <RuntimeDependencies>
- <Dependency>curl</Dependency>
- <Dependency>glew</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>boost</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>wxGTK3</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>pixman</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>libgomp</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>libglvnd</Dependency>
- <Dependency>mesa-glu</Dependency>
- <Dependency>opencascade</Dependency>
- <Dependency>wxGTK-common</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2023-11-01</Date>
- <Version>6.0.7</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2022-07-29</Date>
- <Version>6.0.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2018-09-09</Date>
- <Version>4.0.7</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-05-11</Date>
- <Version>4.0.7</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2018-04-04</Date>
- <Version>4.0.7</Version>
- <Comment>First release</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|