pspec.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>hexchat</Name>
  6. <Homepage>https://hexchat.github.io/</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>network.chat</PartOf>
  14. <Summary>GTK+ IRC client.</Summary>
  15. <Description>A popular and easy to use graphical IRC client.</Description>
  16. <Archive sha1sum="16c407c580e0f86762f928c4893d43df186f1df5" type="tarxz">
  17. https://dl.hexchat.net/hexchat/hexchat-2.16.1.tar.xz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>meson</Dependency>
  22. <Dependency>gtk2-devel</Dependency>
  23. <Dependency>glib2-devel</Dependency>
  24. <Dependency>luajit-devel</Dependency>
  25. <Dependency>python3-cffi</Dependency>
  26. <Dependency>python3-devel</Dependency>
  27. <Dependency>openssl-devel</Dependency>
  28. <Dependency>enchant-devel</Dependency>
  29. <Dependency>libXext-devel</Dependency>
  30. <Dependency>libproxy-devel</Dependency>
  31. <Dependency>pciutils-devel</Dependency>
  32. <Dependency>dbus-glib-devel</Dependency>
  33. <Dependency>libnotify-devel</Dependency>
  34. <Dependency>iso-codes-devel</Dependency>
  35. <Dependency>python3-pycparser</Dependency>
  36. <Dependency>libcanberra-devel</Dependency>
  37. <Dependency>desktop-file-utils</Dependency>
  38. <Dependency>appstream-glib-devel</Dependency>
  39. </BuildDependencies>
  40. <Patches>
  41. <!-- <Patch level="1">missing.patch</Patch> -->
  42. </Patches>
  43. </Source>
  44. <Package>
  45. <Name>hexchat</Name>
  46. <RuntimeDependencies>
  47. <Dependency>perl</Dependency>
  48. <Dependency>gtk2</Dependency>
  49. <Dependency>glib2</Dependency>
  50. <Dependency>luajit</Dependency>
  51. <Dependency>openssl</Dependency>
  52. <Dependency>python3</Dependency>
  53. <Dependency>libproxy</Dependency>
  54. <Dependency>pciutils</Dependency>
  55. <Dependency>libnotify</Dependency>
  56. <Dependency>libcanberra</Dependency>
  57. <Dependency>python3-cffi</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="executable">/usr/bin</Path>
  61. <Path fileType="config">/etc</Path>
  62. <Path fileType="library">/usr/lib</Path>
  63. <Path fileType="data">/usr/share</Path>
  64. <Path fileType="localedata">/usr/share/locale</Path>
  65. <Path fileType="man">/usr/share/man</Path>
  66. <Path fileType="info">/usr/share/info</Path>
  67. <Path fileType="doc">/usr/share/doc</Path>
  68. </Files>
  69. </Package>
  70. <Package>
  71. <Name>hexchat-devel</Name>
  72. <Summary>Development files for hexchat</Summary>
  73. <RuntimeDependencies>
  74. <Dependency release="current">hexchat</Dependency>
  75. </RuntimeDependencies>
  76. <Files>
  77. <Path fileType="header">/usr/include</Path>
  78. <Path fileType="data">/usr/lib/pkgconfig</Path>
  79. </Files>
  80. </Package>
  81. <History>
  82. <Update release="3">
  83. <Date>2023-11-03</Date>
  84. <Version>2.16.1</Version>
  85. <Comment>Rebuild.</Comment>
  86. <Name>fury</Name>
  87. <Email>uglyside@yandex.ru</Email>
  88. </Update>
  89. <Update release="2">
  90. <Date>2022-08-07</Date>
  91. <Version>2.16.1</Version>
  92. <Comment>Version bump.</Comment>
  93. <Name>fury</Name>
  94. <Email>uglyside@yandex.ru</Email>
  95. </Update>
  96. <Update release="1">
  97. <Date>2021-11-22</Date>
  98. <Version>2.16.0</Version>
  99. <Comment>First build</Comment>
  100. <Name>fury</Name>
  101. <Email>uglyside@yandex.ru</Email>
  102. </Update>
  103. </History>
  104. </PISI>