pspec.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>thunarx-python</Name>
  6. <Homepage>https://goodies.xfce.org/projects/bindings/thunarx-python</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>Thunarx Python bindings</Summary>
  15. <Description>thunarx-python is Python binding for Thunar</Description>
  16. <Archive sha1sum="a8c89282e105aa5d86fad34c4839b83e1e087fa0" type="tarbz2">https://archive.xfce.org/src/bindings/thunarx-python/0.5/thunarx-python-0.5.2.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>gtk3-devel</Dependency>
  19. <Dependency>thunar-devel</Dependency>
  20. <Dependency>python3-devel</Dependency>
  21. <Dependency>python-gtk-devel</Dependency>
  22. <!-- <Dependency>python-pygobject-devel</Dependency> -->
  23. <!-- <Dependency>python-pygobject3-devel</Dependency> -->
  24. <Dependency>python3-pygobject3-devel</Dependency>
  25. <Dependency>python-pygobject3-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <!-- <Patch level="1">thunarx-python-0.5.1-py38.patch</Patch> -->
  29. <!-- <Patch level="1">thunarx-python-0.5.1-fno-common.patch</Patch> -->
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>thunarx-python</Name>
  34. <RuntimeDependencies>
  35. <Dependency>gtk3</Dependency>
  36. <Dependency>glib2</Dependency>
  37. <Dependency>thunar</Dependency>
  38. <Dependency>python3</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="library">/usr/lib</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. <Path fileType="doc">/usr/share/gtk-doc</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="4">
  48. <Date>2023-10-24</Date>
  49. <Version>0.5.2</Version>
  50. <Comment>Rebuild.</Comment>
  51. <Name>Mustafa Cinasal</Name>
  52. <Email>muscnsl@gmail.com</Email>
  53. </Update>
  54. <Update release="3">
  55. <Date>2021-10-24</Date>
  56. <Version>0.5.2</Version>
  57. <Comment>Rebuild.</Comment>
  58. <Name>Mustafa Cinasal</Name>
  59. <Email>muscnsl@gmail.com</Email>
  60. </Update>
  61. <Update release="2">
  62. <Date>2021-06-20</Date>
  63. <Version>0.5.2</Version>
  64. <Comment>Version bump.</Comment>
  65. <Name>Mustafa Cinasal</Name>
  66. <Email>muscnsl@gmail.com</Email>
  67. </Update>
  68. <Update release="1">
  69. <Date>2020-12-05</Date>
  70. <Version>0.5.1</Version>
  71. <Comment>First Release For Beta</Comment>
  72. <Name>Ali Cengiz Kurt</Name>
  73. <Email>alicengizkurt@gmail.com</Email>
  74. </Update>
  75. </History>
  76. </PISI>