123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libqxp</Name>
- <Homepage>https://wiki.documentfoundation.org/DLP/Libraries/libqxp</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MPL2</License>
- <IsA>library</IsA>
- <Summary>A library that parses the file format of QuarkXPress documents</Summary>
- <Icon>libqxp</Icon>
- <Description>A library that parses the file format of QuarkXPress documents</Description>
- <Archive sha1sum="f0e1b3d7996f2340a95309b61d9b27b596aca3da" type="tarxz">https://dev-www.libreoffice.org/src/libqxp/libqxp-0.0.2.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>doxygen</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>icu4c-devel</Dependency>
- <Dependency>cppunit-devel</Dependency>
- <Dependency>librevenge-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>libqxp.patch</Patch>
- <Patch level="1">libqxp.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>libqxp</Name>
- <RuntimeDependencies>
- <Dependency>icu4c</Dependency>
- <Dependency>librevenge</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libqxp-devel</Name>
- <Summary>Development files for libqxp</Summary>
- <RuntimeDependencies>
- <Dependency>librevenge-devel</Dependency>
- <Dependency release="current">libqxp</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2023-10-28</Date>
- <Version>0.0.2</Version>
- <Comment>Rebuild</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2023-05-17</Date>
- <Version>0.0.2</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|