123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>hexchat</Name>
- <Homepage>https://hexchat.github.io/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-2</License>
- <IsA>app:gui</IsA>
- <PartOf>network.chat</PartOf>
- <Summary>GTK+ IRC client.</Summary>
- <Description>A popular and easy to use graphical IRC client.</Description>
- <Archive sha1sum="16c407c580e0f86762f928c4893d43df186f1df5" type="tarxz">
- https://dl.hexchat.net/hexchat/hexchat-2.16.1.tar.xz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>meson</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>luajit-devel</Dependency>
- <Dependency>python3-cffi</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>enchant-devel</Dependency>
- <Dependency>libXext-devel</Dependency>
- <Dependency>libproxy-devel</Dependency>
- <Dependency>pciutils-devel</Dependency>
- <Dependency>dbus-glib-devel</Dependency>
- <Dependency>libnotify-devel</Dependency>
- <Dependency>iso-codes-devel</Dependency>
- <Dependency>python3-pycparser</Dependency>
- <Dependency>libcanberra-devel</Dependency>
- <Dependency>desktop-file-utils</Dependency>
- <Dependency>appstream-glib-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">missing.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>hexchat</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- <Dependency>gtk2</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>luajit</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>libproxy</Dependency>
- <Dependency>pciutils</Dependency>
- <Dependency>libnotify</Dependency>
- <Dependency>libcanberra</Dependency>
- <Dependency>python3-cffi</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="config">/etc</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>hexchat-devel</Name>
- <Summary>Development files for hexchat</Summary>
- <RuntimeDependencies>
- <Dependency release="current">hexchat</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2023-11-03</Date>
- <Version>2.16.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2022-08-07</Date>
- <Version>2.16.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-11-22</Date>
- <Version>2.16.0</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|