pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qdirstat</Name>
  6. <Homepage>https://github.com/shundhammer/qdirstat</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold (groni)</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.</Summary>
  14. <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>
  15. <Archive sha1sum="d59985680a650a4f63dbdc63bbf10560a596c82d" type="targz">https://github.com/shundhammer/qdirstat/archive/1.4.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>qt5-base-devel</Dependency>
  18. <Dependency>qt5-assistant-devel</Dependency>
  19. <Dependency>qt5-designer-devel</Dependency>
  20. <Dependency>qt5-linguist</Dependency>
  21. <Dependency>qt5-qdbusviewer</Dependency>
  22. <Dependency>zlib-devel</Dependency>
  23. <Dependency>desktop-file-utils</Dependency>
  24. <Dependency>xdg-utils</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>qdirstat</Name>
  29. <RuntimeDependencies>
  30. <Dependency>zlib</Dependency>
  31. <Dependency>libgcc</Dependency>
  32. <Dependency>qt5-base</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="4">
  42. <Date>2018-08-10</Date>
  43. <Version>1.4</Version>
  44. <Comment>Rebuild.</Comment>
  45. <Name>Mustafa Cinasal</Name>
  46. <Email>muscnsl@gmail.com</Email>
  47. </Update>
  48. <Update release="3">
  49. <Date>2018-01-14</Date>
  50. <Version>1.4</Version>
  51. <Comment>Version bump.</Comment>
  52. <Name>Mustafa Cinasal</Name>
  53. <Email>muscnsl@gmail.com</Email>
  54. </Update>
  55. <Update release="2">
  56. <Date>2017-01-25</Date>
  57. <Version>1.2</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Stefan Gronewold(groni)</Name>
  60. <Email>groni@pisilinux.org</Email>
  61. </Update>
  62. <Update release="1">
  63. <Date>2016-08-04</Date>
  64. <Version>1.0</Version>
  65. <Comment>First release</Comment>
  66. <Name>Stefan Gronewold (groni)</Name>
  67. <Email>groni@pisilinux.org</Email>
  68. </Update>
  69. </History>
  70. </PISI>