12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>kdiskmark</Name>
- <Homepage>https://www.kdiskmark.org</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Packager>
- <License>GPL3</License>
- <Icon>kdiskmark</Icon>
- <Summary>A simple open-source disk benchmark tool for Linux distros</Summary>
- <Description>KDiskMark is an HDD and SSD benchmark tool with a very friendly graphical user interface. KDiskMark with its presets and powerful GUI calls Flexible I/O Tester and handles the output to provide an easy to view and interpret comprehensive benchmark result.</Description>
- <Archive type="targz" sha1sum="e03fd6f0053b55e45dabdba7ffe47347c51a6df6">https://github.com/JonMagon/KDiskMark/releases/download/3.1.4/KDiskMark-3.1.4-source.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gcc</Dependency>
- <Dependency>fio</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>libaio-devel</Dependency>
- <Dependency>qt5-linguist</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>polkit-qt-devel</Dependency>
- <Dependency>extra-cmake-modules</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>kdiskmark</Name>
- <RuntimeDependencies>
- <Dependency>fio</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>polkit-qt</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/libexec</Path>
- <Path fileType="config">/usr/share/dbus-1</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/kdiskmark</Path>
- <Path fileType="data">/usr/share/polkit-1</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/applications</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2024-02-25</Date>
- <Version>3.1.4</Version>
- <Comment>First Release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|