pspec.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libgxps</Name>
  6. <Homepage>https://live.gnome.org/libgxps</Homepage>
  7. <Packager>
  8. <Name>Pisi Gnu/Linux Community</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>XPS Documents library</Summary>
  14. <Description>libgxps is a GObject based library for handling and rendering XPS documents.</Description>
  15. <BuildDependencies>
  16. <Dependency>cairo-devel</Dependency>
  17. <Dependency>lcms2-devel</Dependency>
  18. <Dependency>libarchive-devel</Dependency>
  19. <Dependency>libjpeg-turbo-devel</Dependency>
  20. <Dependency>tiff-devel</Dependency>
  21. <Dependency>glib2-devel</Dependency>
  22. </BuildDependencies>
  23. <Archive sha1sum="2530c89bb8764cb9d39948aa565c1f43dcc7a286" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/libgxps/0.2/libgxps-0.2.5.tar.xz</Archive>
  24. </Source>
  25. <Package>
  26. <Name>libgxps</Name>
  27. <RuntimeDependencies>
  28. <Dependency>cairo</Dependency>
  29. <Dependency>glib2</Dependency>
  30. <Dependency>lcms2</Dependency>
  31. <Dependency>libarchive</Dependency>
  32. <Dependency>libjpeg-turbo</Dependency>
  33. <Dependency>tiff</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="library">/usr/lib/girepository-1.0</Path>
  39. <Path fileType="data">/usr/share/gir-1.0</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>libgxps-devel</Name>
  45. <Summary>Development files for libgxps</Summary>
  46. <RuntimeDependencies>
  47. <Dependency>cairo-devel</Dependency>
  48. <Dependency release="current">libgxps</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="header">/usr/include</Path>
  52. <Path fileType="library">/usr/lib/pkgconfig</Path>
  53. </Files>
  54. </Package>
  55. <Package>
  56. <Name>libgxps-doc</Name>
  57. <Summary>Documentation files for libgxps</Summary>
  58. <Files>
  59. <Path fileType="data">/usr/share/gtk-doc/html</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="3">
  64. <Date>2017-04-04</Date>
  65. <Version>0.2.5</Version>
  66. <Comment>Rebuild with new toolchain</Comment>
  67. <Name>Burak Ertürk</Name>
  68. <Email>burakerturk@pisilinux.org</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2016-09-28</Date>
  72. <Version>0.2.2</Version>
  73. <Comment>Release bump</Comment>
  74. <Name>Burak Ertürk</Name>
  75. <Email>burakerturk@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2016-07-26</Date>
  79. <Version>0.2.2</Version>
  80. <Comment>First Release</Comment>
  81. <Name>Pisi Gnu/Linux Community</Name>
  82. <Email>admin@pisilinux.org</Email>
  83. </Update>
  84. </History>
  85. </PISI>