pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>geda</Name>
  6. <Homepage>http://geda-project.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>science.electronics</PartOf>
  12. <License>GPLv2</License>
  13. <IsA>app:gui</IsA>
  14. <Summary>gEDA contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project.</Summary>
  15. <Description>The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools.</Description>
  16. <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>
  17. <BuildDependencies>
  18. <Dependency>flex</Dependency>
  19. <Dependency>gawk</Dependency>
  20. <Dependency>doxygen</Dependency>
  21. <Dependency>pkgconfig</Dependency>
  22. <Dependency>gtk2-devel</Dependency>
  23. <Dependency>guile-devel</Dependency>
  24. <Dependency>glib2-devel</Dependency>
  25. <Dependency>python-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>geda</Name>
  30. <RuntimeDependencies>
  31. <Dependency>gtk2</Dependency>
  32. <Dependency>cairo</Dependency>
  33. <Dependency>guile</Dependency>
  34. <Dependency>glib2</Dependency>
  35. <Dependency>pango</Dependency>
  36. <Dependency>gdk-pixbuf</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="data">/usr/share</Path>
  40. <Path fileType="library">/usr/lib</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. <Path fileType="man">/usr/share/man</Path>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="data">/usr/share/gEDA</Path>
  45. <Path fileType="info">/usr/share/info</Path>
  46. <Path fileType="data">/usr/share/mime</Path>
  47. <Path fileType="data">/usr/share/icons</Path>
  48. <Path fileType="data">/usr/share/applications</Path>
  49. <Path fileType="localedata">/usr/share/locale</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>geda-devel</Name>
  54. <Summary>Development files for geda</Summary>
  55. <RuntimeDependencies>
  56. <Dependency>glib2-devel</Dependency>
  57. <Dependency>guile-devel</Dependency>
  58. <Dependency>gdk-pixbuf-devel</Dependency>
  59. <Dependency version="current">geda</Dependency>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="header">/usr/include</Path>
  63. <Path fileType="data">/usr/lib/pkgconfig</Path>
  64. </Files>
  65. </Package>
  66. <History>
  67. <Update release="3">
  68. <Date>2020-09-29</Date>
  69. <Version>1.10.0</Version>
  70. <Comment>Minor version bump.</Comment>
  71. <Name>Blue Devil</Name>
  72. <Email>bluedevil@sctzine.com</Email>
  73. </Update>
  74. <Update release="2">
  75. <Date>2018-09-16</Date>
  76. <Version>1.8.2</Version>
  77. <Comment>First release</Comment>
  78. <Name>PisiLinux Community</Name>
  79. <Email>admins@pisilinux.org</Email>
  80. </Update>
  81. <Update release="1">
  82. <Date>2018-04-03</Date>
  83. <Version>1.8.2</Version>
  84. <Comment>First release</Comment>
  85. <Name>PisiLinux Community</Name>
  86. <Email>admins@pisilinux.org</Email>
  87. </Update>
  88. </History>
  89. </PISI>