123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>geda</Name>
- <Homepage>http://geda-project.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <PartOf>science.electronics</PartOf>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Summary>gEDA contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project.</Summary>
- <Description>The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools.</Description>
- <Archive sha1sum="aa8e3901fc439440e9b5e847734ecdc6e99e5fe8" type="targz">http://ftp.geda-project.org/geda-gaf/stable/v1.10/1.10.0/geda-gaf-1.10.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>flex</Dependency>
- <Dependency>gawk</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>pkgconfig</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>guile-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>geda</Name>
- <RuntimeDependencies>
- <Dependency>gtk2</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>guile</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/gEDA</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="data">/usr/share/mime</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
- <Package>
- <Name>geda-devel</Name>
- <Summary>Development files for geda</Summary>
- <RuntimeDependencies>
- <Dependency>glib2-devel</Dependency>
- <Dependency>guile-devel</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- <Dependency version="current">geda</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2020-09-29</Date>
- <Version>1.10.0</Version>
- <Comment>Minor version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-09-16</Date>
- <Version>1.8.2</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2018-04-03</Date>
- <Version>1.8.2</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|