pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>thunar-vcs-plugin</Name>
  6. <Homepage>https://docs.xfce.org/xfce/thunar/thunar-vcs-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>An SVN integration and GIT integration to Thunar</Summary>
  15. <Description>
  16. The Thunar VCS Plugin adds Subversion and GIT actions to the context menu of thunar. This gives a SVN integration and GIT integration to Thunar.
  17. </Description>
  18. <Archive sha1sum="72ab35ad6f8467b45c7f00cfb3457bb210038978" type="tarbz2">https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.3/thunar-vcs-plugin-0.3.0.tar.bz2</Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>exo-devel</Dependency>
  22. <Dependency>thunar-devel</Dependency>
  23. <Dependency>subversion-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>thunar-vcs-plugin</Name>
  28. <RuntimeDependencies>
  29. <Dependency>apr</Dependency>
  30. <Dependency>exo</Dependency>
  31. <Dependency>atk</Dependency>
  32. <Dependency>gtk3</Dependency>
  33. <Dependency>cairo</Dependency>
  34. <Dependency>pango</Dependency>
  35. <Dependency>glib2</Dependency>
  36. <Dependency>thunar</Dependency>
  37. <Dependency>harfbuzz</Dependency>
  38. <Dependency>subversion</Dependency>
  39. <Dependency>gdk-pixbuf</Dependency>
  40. <Dependency>libxfce4util</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/libexec</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="doc">/usr/share</Path>
  46. <Path fileType="localedata">/usr/share/locale</Path>
  47. <Path fileType="doc">/usr/share/doc</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="3">
  52. <Date>2024-12-31</Date>
  53. <Version>0.3.0</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Pisi Linux Community</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2023-05-24</Date>
  60. <Version>0.2.0</Version>
  61. <Comment>Rebuild</Comment>
  62. <Name>Ali Cengiz Kurt</Name>
  63. <Email>alicengizkurt@gmail.com</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2020-12-05</Date>
  67. <Version>0.2.0</Version>
  68. <Comment>First Release For Beta</Comment>
  69. <Name>Ali Cengiz Kurt</Name>
  70. <Email>alicengizkurt@gmail.com</Email>
  71. </Update>
  72. </History>
  73. </PISI>