pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>caja-admin</Name>
  6. <Homepage>https://github.com/infirit/caja-admin</Homepage>
  7. <Packager>
  8. <Name>Ayhan Yalçınsoy</Name>
  9. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Caja Admin is a simple Python extension for the Caja file manager.</Summary>
  14. <Description>Caja Admin is a simple Python extension for the Caja file manager that adds some administrative actions to the right-click menu.</Description>
  15. <Archive sha1sum="fc53c26b76b935a676e396af8c84478cb791c837" type="targz">https://github.com/infirit/caja-admin/archive/0.0.5.tar.gz</Archive>
  16. <AdditionalFiles>
  17. <AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
  18. </AdditionalFiles>
  19. <BuildDependencies>
  20. <Dependency>meson</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>python-caja</Dependency>
  23. <Dependency>extra-cmake-modules</Dependency>
  24. </BuildDependencies>
  25. <Patches>
  26. <!--Patch>python3_support.patch</Patch-->
  27. <Patch>added_tr.patch</Patch>
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>caja-admin</Name>
  32. <RuntimeDependencies>
  33. <Dependency>python-caja</Dependency>
  34. <Dependency>mate-terminal</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="data">/usr/share/caja-python</Path>
  38. <Path fileType="data">/usr/share/doc</Path>
  39. <Path fileType="localedata">/usr/share/locale</Path>
  40. <Path fileType="data">/usr/share/polkit-1</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="4">
  45. <Date>2023-10-24</Date>
  46. <Version>0.0.5</Version>
  47. <Comment>Rebuild.</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="3">
  52. <Date>2021-09-07</Date>
  53. <Version>0.0.5</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2020-06-29</Date>
  60. <Version>0.0.2</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Ayhan Yalçınsoy</Name>
  63. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2020-03-18</Date>
  67. <Version>0.0.1</Version>
  68. <Comment>First release</Comment>
  69. <Name>Ayhan Yalçınsoy</Name>
  70. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  71. </Update>
  72. </History>
  73. </PISI>