pspec.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>udiskie</Name>
  6. <Homepage>https://pypi.python.org/pypi/udiskie</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Removable disk automounter using udisks2</Summary>
  14. <Description>Udiskie is a udisks2 front-end that allows to manage removeable media such as CDs or flash drives from userspace.</Description>
  15. <Archive sha1sum="a4c21fe64e4a68ab9a4c38d0091a70b3c71e3105" type="targz">https://github.com/coldfix/udiskie/archive/refs/tags/v2.5.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>pip3</Dependency>
  18. <Dependency>keyutils</Dependency>
  19. <Dependency>asciidoc</Dependency>
  20. <Dependency>gtk3-devel</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>udisks2-devel</Dependency>
  23. <Dependency>python3-wheel</Dependency>
  24. <Dependency>python3-PyYAML</Dependency>
  25. <Dependency>python-keyutils</Dependency>
  26. <Dependency>libnotify-devel</Dependency>
  27. <Dependency>python3-setuptools</Dependency>
  28. <Dependency>python3-pygobject3-devel</Dependency>
  29. </BuildDependencies>
  30. </Source>
  31. <Package>
  32. <Name>udiskie</Name>
  33. <RuntimeDependencies>
  34. <Dependency>gtk3</Dependency>
  35. <Dependency>python3</Dependency>
  36. <Dependency>udisks2</Dependency>
  37. <Dependency>libnotify</Dependency>
  38. <Dependency>python-docopt</Dependency>
  39. <Dependency>python3-PyYAML</Dependency>
  40. <Dependency>python-keyutils</Dependency>
  41. <Dependency>python3-pygobject3</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="executable">/usr/bin</Path>
  45. <Path fileType="data">/usr/lib/python3*/site-packages/udiskie*</Path>
  46. <Path fileType="data">/usr/share/zsh/site-functions</Path>
  47. <Path fileType="localedata">/usr/share/locale</Path>
  48. <Path fileType="doc">/usr/share/doc/udiskie</Path>
  49. <Path fileType="data">/usr/share/bash-completions</Path>
  50. <Path fileType="data">/usr/share/bash-completion/completions</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="3">
  55. <Date>2024-11-29</Date>
  56. <Version>2.5.3</Version>
  57. <Comment>Version bump.</Comment>
  58. <Name>Ümit Solmaz</Name>
  59. <Email>admins@pisilinux.org</Email>
  60. </Update>
  61. <Update release="2">
  62. <Date>2023-11-03</Date>
  63. <Version>2.5.0</Version>
  64. <Comment>Version bump.</Comment>
  65. <Name>Mustafa Cinasal</Name>
  66. <Email>muscnsl@gmail.com</Email>
  67. </Update>
  68. <Update release="1">
  69. <Date>2021-09-25</Date>
  70. <Version>2.3.3</Version>
  71. <Comment>First release</Comment>
  72. <Name>Kamil Atlı</Name>
  73. <Email>suvari@pisilinux.org</Email>
  74. </Update>
  75. </History>
  76. </PISI>