pspec.xml 2.5 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>sakura</Name>
  6. <Homepage>https://www.pleyades.net/david/projects/sakura</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>x11.terminal</PartOf>
  14. <Summary>Simple but powerful libvte based terminal emulator.</Summary>
  15. <Description>Sakura is a terminal emulator and it's only dependencies are GTK and VTE.</Description>
  16. <Archive sha1sum="73ca49a62d37e133e04a6ae7a5108b448dc9aa26" type="tarbz2">https://launchpad.net/sakura/trunk/3.8.9/+download/sakura-3.8.9.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>vte-devel</Dependency>
  20. <Dependency>gtk3-devel</Dependency>
  21. <Dependency>libpcre2-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>sakura</Name>
  26. <RuntimeDependencies>
  27. <Dependency>vte</Dependency>
  28. <Dependency>gtk3</Dependency>
  29. <Dependency>glib2</Dependency>
  30. <Dependency>pango</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="data">/usr/share</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="4">
  39. <Date>2025-06-21</Date>
  40. <Version>3.8.9</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>PisiLinux Community</Name>
  43. <Email>admins@pisilinux.org</Email>
  44. </Update>
  45. <Update release="3">
  46. <Date>2024-08-18</Date>
  47. <Version>3.8.8</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>fury</Name>
  50. <Email>uglyside@yandex.ru</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2022-11-13</Date>
  54. <Version>3.8.6</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>fury</Name>
  57. <Email>uglyside@yandex.ru</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2022-08-20</Date>
  61. <Version>3.8.5</Version>
  62. <Comment>First build.</Comment>
  63. <Name>fury</Name>
  64. <Email>uglyside@yandex.ru</Email>
  65. </Update>
  66. </History>
  67. </PISI>