pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libqxp</Name>
  6. <Homepage>https://wiki.documentfoundation.org/DLP/Libraries/libqxp</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MPL2</License>
  12. <IsA>library</IsA>
  13. <Summary>A library that parses the file format of QuarkXPress documents</Summary>
  14. <Icon>libqxp</Icon>
  15. <Description>A library that parses the file format of QuarkXPress documents</Description>
  16. <Archive sha1sum="f0e1b3d7996f2340a95309b61d9b27b596aca3da" type="tarxz">https://dev-www.libreoffice.org/src/libqxp/libqxp-0.0.2.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>doxygen</Dependency>
  19. <Dependency>boost-devel</Dependency>
  20. <Dependency>icu4c-devel</Dependency>
  21. <Dependency>cppunit-devel</Dependency>
  22. <Dependency>librevenge-devel</Dependency>
  23. </BuildDependencies>
  24. <!--
  25. <Patches>
  26. <Patch>libqxp.patch</Patch>
  27. <Patch level="1">libqxp.patch</Patch>
  28. </Patches>
  29. -->
  30. </Source>
  31. <Package>
  32. <Name>libqxp</Name>
  33. <RuntimeDependencies>
  34. <Dependency>icu4c</Dependency>
  35. <Dependency>librevenge</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="executable">/usr/bin</Path>
  39. <Path fileType="library">/usr/lib</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>libqxp-devel</Name>
  45. <Summary>Development files for libqxp</Summary>
  46. <RuntimeDependencies>
  47. <Dependency>librevenge-devel</Dependency>
  48. <Dependency release="current">libqxp</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. <History>
  56. <Update release="2">
  57. <Date>2023-10-28</Date>
  58. <Version>0.0.2</Version>
  59. <Comment>Rebuild</Comment>
  60. <Name>PisiLinux Community</Name>
  61. <Email>admins@pisilinux.org</Email>
  62. </Update>
  63. <Update release="1">
  64. <Date>2023-05-17</Date>
  65. <Version>0.0.2</Version>
  66. <Comment>First release</Comment>
  67. <Name>PisiLinux Community</Name>
  68. <Email>admins@pisilinux.org</Email>
  69. </Update>
  70. </History>
  71. </PISI>