pspec.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>terminator</Name>
  6. <Homepage>https://gnome-terminator.org/</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>Multiple terminals in one window.</Summary>
  15. <Description>In April of 2020 we started moving Terminator to GitHub. A new team wanted to continue the work of the original authors.</Description>
  16. <Archive sha1sum="8a6400b33103ab9c284c2f0ed1c80c1fe0088560" type="targz">
  17. https://github.com/gnome-terminator/terminator/releases/download/v2.1.3/terminator-2.1.3.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>vte-devel</Dependency>
  22. <Dependency>gtk3-devel</Dependency>
  23. <Dependency>gnutls-devel</Dependency>
  24. <Dependency>dbus-python3</Dependency>
  25. <Dependency>python3-devel</Dependency>
  26. <Dependency>python3-wheel</Dependency>
  27. <Dependency>gettext-devel</Dependency>
  28. <Dependency>libpcre2-devel</Dependency>
  29. <Dependency>python3-psutil</Dependency>
  30. <Dependency>dbus-glib-devel</Dependency>
  31. <Dependency>keybinder-devel</Dependency>
  32. <Dependency>python3-setuptools</Dependency>
  33. <Dependency>python3-pytest-runner</Dependency>
  34. <Dependency>python3-pygobject3-devel</Dependency>
  35. <Dependency>gsettings-desktop-schemas-devel</Dependency>
  36. </BuildDependencies>
  37. </Source>
  38. <Package>
  39. <Name>terminator</Name>
  40. <RuntimeDependencies>
  41. <Dependency>vte</Dependency>
  42. <Dependency>gtk3</Dependency>
  43. <Dependency>gnutls</Dependency>
  44. <Dependency>python3</Dependency>
  45. <Dependency>libpcre2</Dependency>
  46. <Dependency>keybinder</Dependency>
  47. <Dependency>dbus-glib</Dependency>
  48. <Dependency>python3-six</Dependency>
  49. <Dependency>dbus-python3</Dependency>
  50. <Dependency>python3-psutil</Dependency>
  51. <Dependency>python3-configobj</Dependency>
  52. <Dependency>python3-pygobject3</Dependency>
  53. <Dependency>gsettings-desktop-schemas</Dependency>
  54. </RuntimeDependencies>
  55. <Files>
  56. <Path fileType="executable">/usr/bin</Path>
  57. <Path fileType="library">/usr/lib</Path>
  58. <Path fileType="data">/usr/share</Path>
  59. <Path fileType="man">/usr/share/man</Path>
  60. <Path fileType="doc">/usr/share/doc</Path>
  61. </Files>
  62. </Package>
  63. <History>
  64. <Update release="4">
  65. <Date>2023-11-04</Date>
  66. <Version>2.1.3</Version>
  67. <Comment>Rebuild.</Comment>
  68. <Name>fury</Name>
  69. <Email>uglyside@yandex.ru</Email>
  70. </Update>
  71. <Update release="3">
  72. <Date>2023-03-07</Date>
  73. <Version>2.1.3</Version>
  74. <Comment>Version bump.</Comment>
  75. <Name>fury</Name>
  76. <Email>uglyside@yandex.ru</Email>
  77. </Update>
  78. <Update release="2">
  79. <Date>2022-11-10</Date>
  80. <Version>2.1.2</Version>
  81. <Comment>Version bump.</Comment>
  82. <Name>fury</Name>
  83. <Email>uglyside@yandex.ru</Email>
  84. </Update>
  85. <Update release="1">
  86. <Date>2021-11-04</Date>
  87. <Version>2.1.1</Version>
  88. <Comment>First build</Comment>
  89. <Name>fury</Name>
  90. <Email>uglyside@yandex.ru</Email>
  91. </Update>
  92. </History>
  93. </PISI>