pspec.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gcap</Name>
  6. <Homepage>https://wiki.gnome.org/msitools</Homepage>
  7. <Packager>
  8. <Name>Ertuğrul Erata</Name>
  9. <Email>ertugrulerata@gmail.com</Email>
  10. </Packager>
  11. <License>LGPL2.1</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Library and tool for working with Microsoft Cabinet (CAB) files</Summary>
  14. <Description>Library and tool for working with Microsoft Cabinet (CAB) files</Description>
  15. <Archive sha1sum="d3ea32a236858d5e48af979b020a6588987a318c" type="tarxz">http://ftp.gnome.org/pub/GNOME/sources/gcab/1.5/gcab-1.5.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-six</Dependency>
  18. <Dependency>glib2-devel</Dependency>
  19. <Dependency>vala-devel</Dependency>
  20. <Dependency>zlib-devel</Dependency>
  21. <Dependency>intltool</Dependency>
  22. <Dependency>gtk-doc</Dependency>
  23. <Dependency>gobject-introspection-devel</Dependency>
  24. <Dependency>meson</Dependency>
  25. <Dependency>docbook-xsl</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>gcap</Name>
  30. <RuntimeDependencies>
  31. <Dependency>zlib</Dependency>
  32. <Dependency>glib2</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="localedata">/usr/share/locale</Path>
  38. <Path fileType="doc">/usr/share/gtk-doc</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. <Path fileType="man">/usr/share/man</Path>
  41. <Path fileType="data">/usr/share/gir-1.0/GCab-1.0.gir</Path>
  42. <Path fileType="data">/usr/share/vala</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>gcap-devel</Name>
  47. <RuntimeDependencies>
  48. <Dependency release="current">gcap</Dependency>
  49. <Dependency>zlib-devel</Dependency>
  50. <Dependency>glib2-devel</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="header">/usr/include</Path>
  54. <Path fileType="library">/usr/lib/pkgconfig</Path>
  55. </Files>
  56. </Package>
  57. <History>
  58. <Update release="4">
  59. <Date>2022-08-05</Date>
  60. <Version>1.5</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Mustafa Cinasal</Name>
  63. <Email>muscnsl@gmail.com</Email>
  64. </Update>
  65. <Update release="3">
  66. <Date>2020-02-02</Date>
  67. <Version>1.4</Version>
  68. <Comment>Version bump</Comment>
  69. <Name>Kamil Atlı</Name>
  70. <Email>suvari@pisilinux.org</Email>
  71. </Update>
  72. <Update release="2">
  73. <Date>2018-08-10</Date>
  74. <Version>0.7</Version>
  75. <Comment>Rebuild New T.</Comment>
  76. <Name>Mustafa Cinasal</Name>
  77. <Email>muscnsl@gmail.com</Email>
  78. </Update>
  79. <Update release="1">
  80. <Date>2017-12-10</Date>
  81. <Version>0.7</Version>
  82. <Comment>First release</Comment>
  83. <Name>Ertuğrul Erata</Name>
  84. <Email>ertugrulerata@gmail.com</Email>
  85. </Update>
  86. </History>
  87. </PISI>