pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>udisks</Name>
  6. <Homepage>http://udisks.freedesktop.org</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Disk Management Service</Summary>
  15. <Description>udisks provides a daemon, API and command line tools for managing disk devices attached to the system.</Description>
  16. <Archive sha1sum="d904eaeeb6af1ad7c4246d7fa879f80849f6c0f2" type="tarbz2">https://github.com/storaged-project/udisks/releases/download/udisks-2.8.4/udisks-2.8.4.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>gtk-doc</Dependency>
  19. <Dependency>lvm2</Dependency>
  20. <Dependency>parted</Dependency>
  21. <Dependency>sg3_utils</Dependency>
  22. <Dependency>libatasmart</Dependency>
  23. <Dependency>libblockdev-devel</Dependency>
  24. <Dependency>gobject-introspection</Dependency>
  25. <Dependency>docbook-xsl</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>udisks</Name>
  30. <RuntimeDependencies>
  31. <Dependency>parted</Dependency>
  32. <Dependency>mtools</Dependency>
  33. <Dependency>xfsprogs</Dependency>
  34. <Dependency>btrfs-progs</Dependency>
  35. <Dependency>ntfs-3g</Dependency>
  36. <Dependency>dosfstools</Dependency>
  37. <Dependency>libblockdev</Dependency>
  38. <Dependency>libatasmart</Dependency>
  39. <Dependency>libgudev</Dependency>
  40. <Dependency>sg3_utils</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="executable">/usr/libexec</Path>
  45. <Path fileType="executable">/usr/sbin/umount.udisks2</Path>
  46. <Path fileType="data">/usr/share/dbus-1</Path>
  47. <Path fileType="data">/usr/share/gir-1.0/UDisks-2.0.gir</Path>
  48. <Path fileType="data">/usr/share/bash-completion/completions/udisksctl</Path>
  49. <Path fileType="data">/usr/share/polkit-1/</Path>
  50. <Path fileType="localedata">/usr/share/locale</Path>
  51. <Path fileType="man">/usr/share/man</Path>
  52. <Path fileType="library">/lib/udev</Path>
  53. <Path fileType="library">/usr/lib</Path>
  54. <Path fileType="data">/var/lib/</Path>
  55. <Path fileType="data">/run/udisks</Path>
  56. <Path fileType="data">/etc/profile.d</Path>
  57. <Path fileType="data">/etc/dbus-1</Path>
  58. <Path fileType="data">/etc/udisks2</Path>
  59. <Path fileType="data">/etc/avahi/services</Path>
  60. <Path fileType="header">/usr/include</Path>
  61. <Path fileType="man">/usr/share/man/man3</Path>
  62. <Path fileType="data">/usr/share/dbus-1/interfaces/*.xml</Path>
  63. <Path fileType="data">/usr/share/pkgconfig</Path>
  64. </Files>
  65. </Package>
  66. <Package>
  67. <Name>udisks-doc</Name>
  68. <RuntimeDependencies>
  69. <Dependency release="current">udisks</Dependency>
  70. </RuntimeDependencies>
  71. <Files>
  72. <Path fileType="doc">/usr/share/doc</Path>
  73. <Path fileType="doc">/usr/share/gtk-doc</Path>
  74. </Files>
  75. </Package>
  76. <History>
  77. <Update release="1">
  78. <Date>2020-04-24</Date>
  79. <Version>2.8.4</Version>
  80. <Comment>First release for SulinOS 2021</Comment>
  81. <Name>Suleyman Poyraz</Name>
  82. <Email>zaryob.dev@gmail.com</Email>
  83. </Update>
  84. </History>
  85. </INARY>