pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gigolo</Name>
  6. <Homepage>https://www.uvena.de/gigolo/</Homepage>
  7. <Packager>
  8. <Name>Merve Yüzbaşıoğlu</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>desktop.xfce.addon</PartOf>
  14. <Summary>A frontend to easily manage connections to remote filesystems using GIO/GVfs</Summary>
  15. <Description>
  16. Gigolo allows you to quickly connect/mount local and remote filesystems and manage bookmarks of such.
  17. </Description>
  18. <Archive sha1sum="d2ad4e0c07a937869b30647fdb49d0afa081f880" type="tarbz2">https://archive.xfce.org/src/apps/gigolo/0.5/gigolo-0.5.4.tar.bz2</Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>gtk3-devel</Dependency>
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>desktop-file-utils</Dependency>
  24. </BuildDependencies>
  25. <Patches>
  26. <!-- <Patch level="1">gigolo-0.4.2-desktop-icon.patch</Patch> -->
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>gigolo</Name>
  31. <RuntimeDependencies>
  32. <Dependency>gvfs</Dependency>
  33. <Dependency>gtk3</Dependency>
  34. <Dependency>dbus</Dependency>
  35. <Dependency>glib2</Dependency>
  36. <Dependency>libX11</Dependency>
  37. <Dependency>gvfs-fuse</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="executable">/usr/bin</Path>
  41. <Path fileType="data">/usr/share</Path>
  42. <Path fileType="localedata">/usr/share/locale</Path>
  43. <Path fileType="man">/usr/share/man</Path>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="4">
  49. <Date>2024-12-25</Date>
  50. <Version>0.5.4</Version>
  51. <Comment>Version bump.</Comment>
  52. <Name>Pisi Linux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="3">
  56. <Date>2023-11-22</Date>
  57. <Version>0.5.3</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="2">
  63. <Date>2021-03-31</Date>
  64. <Version>0.5.2</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Mustafa Cinasal</Name>
  67. <Email>muscnsl@gmail.com</Email>
  68. </Update>
  69. <Update release="1">
  70. <Date>2020-11-21</Date>
  71. <Version>0.5.1</Version>
  72. <Comment>Rebuild.For Beta System</Comment>
  73. <Name>Ali Cengiz Kurt</Name>
  74. <Email>alicengizkurt@gmail.com</Email>
  75. </Update>
  76. </History>
  77. </PISI>