pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>kdiskmark</Name>
  6. <Homepage>https://www.kdiskmark.org</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvarice@gmail.com</Email>
  10. </Packager>
  11. <License>GPL3</License>
  12. <Icon>kdiskmark</Icon>
  13. <Summary>A simple open-source disk benchmark tool for Linux distros</Summary>
  14. <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>
  15. <Archive type="targz" sha1sum="e03fd6f0053b55e45dabdba7ffe47347c51a6df6">https://github.com/JonMagon/KDiskMark/releases/download/3.1.4/KDiskMark-3.1.4-source.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gcc</Dependency>
  18. <Dependency>fio</Dependency>
  19. <Dependency>cmake</Dependency>
  20. <Dependency>libaio-devel</Dependency>
  21. <Dependency>qt5-linguist</Dependency>
  22. <Dependency>qt5-base-devel</Dependency>
  23. <Dependency>polkit-qt-devel</Dependency>
  24. <Dependency>extra-cmake-modules</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>kdiskmark</Name>
  29. <RuntimeDependencies>
  30. <Dependency>fio</Dependency>
  31. <Dependency>libgcc</Dependency>
  32. <Dependency>qt5-base</Dependency>
  33. <Dependency>polkit-qt</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="executable">/usr/libexec</Path>
  38. <Path fileType="config">/usr/share/dbus-1</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. <Path fileType="data">/usr/share/kdiskmark</Path>
  41. <Path fileType="data">/usr/share/polkit-1</Path>
  42. <Path fileType="data">/usr/share/icons</Path>
  43. <Path fileType="data">/usr/share/applications</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="1">
  48. <Date>2024-02-25</Date>
  49. <Version>3.1.4</Version>
  50. <Comment>First Release</Comment>
  51. <Name>Kamil Atlı</Name>
  52. <Email>suvarice@gmail.com</Email>
  53. </Update>
  54. </History>
  55. </PISI>