pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gtk-doc</Name>
  6. <Homepage>http://www.gtk.org/gtk-doc</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <License>FDL-1.1</License>
  13. <IsA>app:console</IsA>
  14. <Summary>GTK+ API documentation generator</Summary>
  15. <Description>Gtk-Doc is typically used to document the public API of GTK+ and GNOME libraries, but it can also be used to document application code.</Description>
  16. <Archive sha1sum="4f8ae8921f474601f2f2023fc836fe7ca23cccfd" type="tarxz">mirrors://gnome/gtk-doc/1.27/gtk-doc-1.27.tar.xz</Archive>
  17. <BuildDependencies>
  18. <!--<Dependency>rarian</Dependency>-->
  19. <Dependency>itstool</Dependency>
  20. <Dependency>openjade</Dependency>
  21. <Dependency>sgml-common</Dependency>
  22. <Dependency>docbook-xml</Dependency>
  23. <Dependency>docbook-xsl</Dependency>
  24. <Dependency>libxslt-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>gtk-doc</Name>
  29. <RuntimeDependencies>
  30. <!--<Dependency>rarian</Dependency>-->
  31. <Dependency>docbook-xml</Dependency>
  32. <Dependency>sgml-common</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. <Path fileType="doc">/usr/share/omf</Path>
  40. <Path fileType="data">/var/lib</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="4">
  45. <Date>2018-01-09</Date>
  46. <Version>1.27</Version>
  47. <Comment>Version Bump</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="3">
  52. <Date>2017-02-06</Date>
  53. <Version>1.25</Version>
  54. <Comment>Version Bump</Comment>
  55. <Name>Pisi Linux Community</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2016-06-09</Date>
  60. <Version>1.21</Version>
  61. <Comment>Release Bump</Comment>
  62. <Name>Pisi Linux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2015-04-06</Date>
  67. <Version>1.21</Version>
  68. <Comment>First release</Comment>
  69. <Name>Ayhan Yalçınsoy</Name>
  70. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  71. </Update>
  72. </History>
  73. </PISI>