pspec.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>GPL-2</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. It uses a notebook to provide several terminals in one window and allows to change configuration options via a contextual menu. No more no less.</Description>
  16. <Archive sha1sum="7fc4c9b11cace1ee52b318457def3de9e6b91b99" type="tarbz2">
  17. https://launchpad.net/sakura/trunk/3.8.8/+download/sakura-3.8.8.tar.bz2
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>vte-devel</Dependency>
  22. <Dependency>gtk3-devel</Dependency>
  23. <Dependency>libpcre2-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>sakura</Name>
  28. <RuntimeDependencies>
  29. <Dependency>vte</Dependency>
  30. <Dependency>gtk3</Dependency>
  31. <Dependency>glib2</Dependency>
  32. <Dependency>pango</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="3">
  41. <Date>2024-08-18</Date>
  42. <Version>3.8.8</Version>
  43. <Comment>Version bump.</Comment>
  44. <Name>fury</Name>
  45. <Email>uglyside@yandex.ru</Email>
  46. </Update>
  47. <Update release="2">
  48. <Date>2022-11-13</Date>
  49. <Version>3.8.6</Version>
  50. <Comment>Version bump.</Comment>
  51. <Name>fury</Name>
  52. <Email>uglyside@yandex.ru</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2022-08-20</Date>
  56. <Version>3.8.5</Version>
  57. <Comment>First build.</Comment>
  58. <Name>fury</Name>
  59. <Email>uglyside@yandex.ru</Email>
  60. </Update>
  61. </History>
  62. </PISI>