pspec.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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="bf94601c450165e63267343f9460367883b84c5a" type="tarbz2">
  19. https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>intltool</Dependency>
  23. <Dependency>exo-devel</Dependency>
  24. <Dependency>thunar-devel</Dependency>
  25. <Dependency>subversion-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>thunar-vcs-plugin</Name>
  30. <RuntimeDependencies>
  31. <Dependency>apr</Dependency>
  32. <Dependency>exo</Dependency>
  33. <Dependency>atk</Dependency>
  34. <Dependency>gtk3</Dependency>
  35. <Dependency>cairo</Dependency>
  36. <Dependency>pango</Dependency>
  37. <Dependency>glib2</Dependency>
  38. <Dependency>thunar</Dependency>
  39. <Dependency>harfbuzz</Dependency>
  40. <Dependency>subversion</Dependency>
  41. <Dependency>gdk-pixbuf</Dependency>
  42. <Dependency>libxfce4util</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="executable">/usr/libexec</Path>
  46. <Path fileType="library">/usr/lib</Path>
  47. <Path fileType="doc">/usr/share</Path>
  48. <Path fileType="localedata">/usr/share/locale</Path>
  49. <Path fileType="doc">/usr/share/doc</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="2">
  54. <Date>2023-05-24</Date>
  55. <Version>0.2.0</Version>
  56. <Comment>Rebuild</Comment>
  57. <Name>Ali Cengiz Kurt</Name>
  58. <Email>alicengizkurt@gmail.com</Email>
  59. </Update>
  60. <Update release="1">
  61. <Date>2020-12-05</Date>
  62. <Version>0.2.0</Version>
  63. <Comment>First Release For Beta</Comment>
  64. <Name>Ali Cengiz Kurt</Name>
  65. <Email>alicengizkurt@gmail.com</Email>
  66. </Update>
  67. </History>
  68. </PISI>