pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xfce4-mount-plugin</Name>
  6. <Homepage>https://docs.xfce.org/panel-plugins/xfce4-mount-plugin</Homepage>
  7. <Packager>
  8. <Name>Ayhan Yalçınsoy</Name>
  9. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <PartOf>desktop.xfce.addon</PartOf>
  14. <Summary>A mount/umount utility</Summary>
  15. <Description>
  16. xfce4-mount-plugin is a mount/umount utility for the panel.
  17. </Description>
  18. <Archive sha1sum="8450755adbdc03188b2c7f37870b234e78f96ff0" type="tarbz2">
  19. https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/xfce4-mount-plugin-1.1.5.tar.bz2
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>intltool</Dependency>
  23. <Dependency>libxfce4ui-devel</Dependency>
  24. <Dependency>xfce4-panel-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>xfce4-mount-plugin</Name>
  29. <RuntimeDependencies>
  30. <Dependency>atk</Dependency>
  31. <Dependency>gtk3</Dependency>
  32. <Dependency>glib2</Dependency>
  33. <Dependency>cairo</Dependency>
  34. <Dependency>pango</Dependency>
  35. <Dependency>gdk-pixbuf</Dependency>
  36. <Dependency>fontconfig</Dependency>
  37. <Dependency>libxfce4ui</Dependency>
  38. <Dependency>xfce4-panel</Dependency>
  39. <Dependency>libxfce4util</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="data">/usr/lib</Path>
  43. <Path fileType="data">/usr/share</Path>
  44. <Path fileType="localedata">/usr/share/locale</Path>
  45. <Path fileType="doc">/usr/share/doc</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="2">
  50. <Date>2021-01-17</Date>
  51. <Version>1.1.5</Version>
  52. <Comment>Ver. bump</Comment>
  53. <Name>fury</Name>
  54. <Email>uglyside@yandex.ru</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2020-06-25</Date>
  58. <Version>1.1.3</Version>
  59. <Comment>Rebuild.</Comment>
  60. <Name>fury</Name>
  61. <Email>uglyside@yandex.ru</Email>
  62. </Update>
  63. </History>
  64. </PISI>