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>persepolis</Name>
  6. <Homepage>https://persepolisdm.github.io</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL3</License>
  12. <IsA>library</IsA>
  13. <Summary>Qt front-end for aria2 download manager</Summary>
  14. <Description>Persepolis is a Download Manager and a GUI For aria2.</Description>
  15. <Archive sha1sum="3a71d3b089eb36c8b043bc0ae2cae77eac24a307" type="targz">https://github.com/persepolisdm/persepolis/archive/refs/tags/3.2.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>aria2-devel</Dependency>
  18. <Dependency>ffmpeg-devel</Dependency>
  19. <Dependency>qt5-svg-devel</Dependency>
  20. <Dependency>python3-devel</Dependency>
  21. <Dependency>python3-psutil</Dependency>
  22. <Dependency>libnotify-devel</Dependency>
  23. <Dependency>python3-requests</Dependency>
  24. <Dependency>python3-qt5-devel</Dependency>
  25. <Dependency>python3-setuptools</Dependency>
  26. <Dependency>python3-youtube_dl</Dependency>
  27. <Dependency>python-setproctitle</Dependency>
  28. <Dependency>pulseaudio-libs-devel</Dependency>
  29. <Dependency>sound-theme-freedesktop</Dependency>
  30. </BuildDependencies>
  31. </Source>
  32. <Package>
  33. <Name>persepolis</Name>
  34. <RuntimeDependencies>
  35. <Dependency>aria2</Dependency>
  36. <Dependency>ffmpeg</Dependency>
  37. <Dependency>python3</Dependency>
  38. <Dependency>qt5-svg</Dependency>
  39. <Dependency>python3-qt5</Dependency>
  40. <Dependency>pulseaudio-libs</Dependency>
  41. <Dependency>python3-requests</Dependency>
  42. <Dependency>python3-youtube_dl</Dependency>
  43. <Dependency>python-setproctitle</Dependency>
  44. <Dependency>sound-theme-freedesktop</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="data">/usr/share</Path>
  48. <Path fileType="executable">/usr/bin</Path>
  49. <Path fileType="man">/usr/share/man/man1</Path>
  50. <Path fileType="doc">/usr/share/doc/persepolis</Path>
  51. <Path fileType="library">/usr/lib/python3*/site-packages</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="2">
  56. <Date>2023-11-03</Date>
  57. <Version>3.2.0</Version>
  58. <Comment>Rebuild</Comment>
  59. <Name>Kamil Atlı</Name>
  60. <Email>suvari@pisilinux.org</Email>
  61. </Update>
  62. <Update release="1">
  63. <Date>2022-02-05</Date>
  64. <Version>3.2.0</Version>
  65. <Comment>First release</Comment>
  66. <Name>Kamil Atlı</Name>
  67. <Email>suvari@pisilinux.org</Email>
  68. </Update>
  69. </History>
  70. </PISI>