123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>qtutilities</Name>
- <Homepage>https://github.com/Martchus/qtutilities</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-2</License>
- <IsA>library</IsA>
- <PartOf>programming.library</PartOf>
- <Summary> Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models.</Summary>
- <Description> Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models.</Description>
- <Archive sha1sum="8c39e50c1de5fb2efef4d0bb1044427309a4267d" type="targz">
- https://github.com/Martchus/qtutilities/archive/refs/tags/v6.11.0.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>qt6-linguist</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- <Dependency>cpp-utilities-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>qtutilities</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- <Dependency>qt6-base</Dependency>
- <Dependency>cpp-utilities</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>qtutilities-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">qtutilities</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/qtutilities/cmake</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2023-03-08</Date>
- <Version>6.11.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="7">
- <Date>2023-02-02</Date>
- <Version>6.10.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="6">
- <Date>2022-11-23</Date>
- <Version>6.10.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="5">
- <Date>2022-09-09</Date>
- <Version>6.8.0</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="4">
- <Date>2022-07-10</Date>
- <Version>6.6.2</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2022-04-14</Date>
- <Version>6.6.0</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2022-01-18</Date>
- <Version>6.5.3</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-11-04</Date>
- <Version>6.5.0</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|