pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>thunar-shares-plugin</Name>
  6. <Homepage>https://docs.xfce.org/xfce/thunar/thunar-shares-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>Thunar Shares Plugin</Summary>
  15. <Description>
  16. The Thunar Shares Plugin (thunar-shares-plugin) allows you to quickly share a folder using Samba from Thunar (the XFCE file manager) without requiring root access.
  17. </Description>
  18. <Archive sha1sum="fb41eae712bdf91ba52b7d10f6513444dd88569e" type="tarbz2">https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin/0.3/thunar-shares-plugin-0.3.2.tar.bz2</Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>gtk3-devel</Dependency>
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>samba-devel</Dependency>
  24. <Dependency>thunar-devel</Dependency>
  25. <!-- <Dependency>xfce4-dev-tools</Dependency> -->
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>thunar-shares-plugin</Name>
  30. <RuntimeDependencies>
  31. <Dependency>thunar</Dependency>
  32. <Dependency>glib2</Dependency>
  33. <Dependency>gtk3</Dependency>
  34. <Dependency>samba</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="locale">/usr/share/locale</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="2">
  44. <Date>2023-01-04</Date>
  45. <Version>0.3.2</Version>
  46. <Comment>Version bump</Comment>
  47. <Name>Mustafa Cinasal</Name>
  48. <Email>muscnsl@gmail.com</Email>
  49. </Update>
  50. <Update release="1">
  51. <Date>2020-12-05</Date>
  52. <Version>0.3.1</Version>
  53. <Comment>First Release For Beta</Comment>
  54. <Name>Ali Cengiz Kurt</Name>
  55. <Email>alicengizkurt@gmail.com</Email>
  56. </Update>
  57. </History>
  58. </PISI>