123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>pcb</Name>
- <Homepage>http://pcb.gpleda.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Summary>Printed circuit board editor</Summary>
- <Description> PCB is an interactive printed circuit board editor for the X11 window system. PCB includes a rats nest feature, design rule checking, and can provide industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can tremendously reduce layout time.</Description>
- <Archive sha1sum="ac158161dd5a10215cece3e405aa9e06e92e7109" type="targz">https://sourceforge.net/projects/pcb/files/pcb/pcb-4.1.2/pcb-4.1.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>intltool</Dependency>
- <Dependency>dbus-devel</Dependency>
- <Dependency>mesa-glu-devel</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>tcltk-devel</Dependency>
- <Dependency>gd-devel</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- <Dependency>gtkglext-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch>desktop_file.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>pcb</Name>
- <RuntimeDependencies>
- <Dependency>gtk2</Dependency>
- <Dependency>dbus</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>mesa</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>tcltk</Dependency>
- <Dependency>mesa-glu</Dependency>
- <Dependency>gtkglext</Dependency>
- <Dependency>gd</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc/pcb</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/pcb</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/mime</Path>
- <Path fileType="data">/usr/share/mimelnk</Path>
- <Path fileType="data">/usr/share/gEDA/scheme</Path>
- <Path fileType="data">/usr/share/appdata</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="data">/usr/share/metainfo/pcb.appdata.xml</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2018-09-07</Date>
- <Version>4.1.2</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2018-04-04</Date>
- <Version>4.1.0</Version>
- <Comment>First release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|