Files
main/programming/library/qcoro-qt5/pspec.xml
T
2023-12-06 14:48:19 +03:00

76 lines
2.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qcoro-qt5</Name>
<Homepage>https://github.com/danvratil/qcoro</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>C++ Coroutines for Qt</Summary>
<Icon>qcoro-qt5</Icon>
<Description>C++ Coroutines for Qt</Description>
<Archive sha1sum="50e0ce55e699fe3c0f9337955d12418503cf1be5" type="targz">https://github.com/danvratil/qcoro/archive/refs/tags/v0.10.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-websockets-devel</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>qcoro-qt5.patch</Patch>
<Patch level="1">qcoro-qt5.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>qcoro-qt5</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-websockets</Dependency>
<Dependency>qt5-declarative</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>qcoro-qt5-devel</Name>
<Summary>Development files for qcoro-qt5</Summary>
<RuntimeDependencies>
<Dependency release="current">qcoro-qt5</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-12-06</Date>
<Version>0.10.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2023-04-20</Date>
<Version>0.8.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>