12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>qdirstat</Name>
- <Homepage>https://github.com/shundhammer/qdirstat</Homepage>
- <Packager>
- <Name>Stefan Gronewold (groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Summary>QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.</Summary>
- <Description>This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux.</Description>
- <Archive sha1sum="d59985680a650a4f63dbdc63bbf10560a596c82d" type="targz">https://github.com/shundhammer/qdirstat/archive/1.4.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt5-assistant-devel</Dependency>
- <Dependency>qt5-designer-devel</Dependency>
- <Dependency>qt5-linguist</Dependency>
- <Dependency>qt5-qdbusviewer</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>desktop-file-utils</Dependency>
- <Dependency>xdg-utils</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>qdirstat</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>qt5-base</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-08-10</Date>
- <Version>1.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2018-01-14</Date>
- <Version>1.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2017-01-25</Date>
- <Version>1.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-08-04</Date>
- <Version>1.0</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold (groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|