pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pcb</Name>
  6. <Homepage>http://pcb.gpleda.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Printed circuit board editor</Summary>
  14. <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>
  15. <Archive sha1sum="ac158161dd5a10215cece3e405aa9e06e92e7109" type="targz">https://sourceforge.net/projects/pcb/files/pcb/pcb-4.1.2/pcb-4.1.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>intltool</Dependency>
  18. <Dependency>dbus-devel</Dependency>
  19. <Dependency>mesa-glu-devel</Dependency>
  20. <Dependency>gtk2-devel</Dependency>
  21. <Dependency>tcltk-devel</Dependency>
  22. <Dependency>gd-devel</Dependency>
  23. <Dependency>gdk-pixbuf-devel</Dependency>
  24. <Dependency>gtkglext-devel</Dependency>
  25. </BuildDependencies>
  26. <Patches>
  27. <Patch>desktop_file.patch</Patch>
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>pcb</Name>
  32. <RuntimeDependencies>
  33. <Dependency>gtk2</Dependency>
  34. <Dependency>dbus</Dependency>
  35. <Dependency>glib2</Dependency>
  36. <Dependency>mesa</Dependency>
  37. <Dependency>cairo</Dependency>
  38. <Dependency>tcltk</Dependency>
  39. <Dependency>mesa-glu</Dependency>
  40. <Dependency>gtkglext</Dependency>
  41. <Dependency>gd</Dependency>
  42. <Dependency>gdk-pixbuf</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="executable">/usr/bin</Path>
  46. <Path fileType="doc">/usr/share/doc/pcb</Path>
  47. <Path fileType="info">/usr/share/info</Path>
  48. <Path fileType="man">/usr/share/man</Path>
  49. <Path fileType="data">/usr/share/pcb</Path>
  50. <Path fileType="data">/usr/share/icons</Path>
  51. <Path fileType="data">/usr/share/mime</Path>
  52. <Path fileType="data">/usr/share/mimelnk</Path>
  53. <Path fileType="data">/usr/share/gEDA/scheme</Path>
  54. <Path fileType="data">/usr/share/appdata</Path>
  55. <Path fileType="header">/usr/include</Path>
  56. <Path fileType="library">/usr/lib</Path>
  57. <Path fileType="data">/usr/share/applications</Path>
  58. <Path fileType="localedata">/usr/share/locale</Path>
  59. <Path fileType="data">/usr/share/metainfo/pcb.appdata.xml</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="2">
  64. <Date>2018-09-07</Date>
  65. <Version>4.1.2</Version>
  66. <Comment>Version Bump.</Comment>
  67. <Name>Mustafa Cinasal</Name>
  68. <Email>muscnsl@gmail.com</Email>
  69. </Update>
  70. <Update release="1">
  71. <Date>2018-04-04</Date>
  72. <Version>4.1.0</Version>
  73. <Comment>First release</Comment>
  74. <Name>Osman Erkan</Name>
  75. <Email>osman.erkan@pisilinux.org</Email>
  76. </Update>
  77. </History>
  78. </PISI>