add hexchat.

This commit is contained in:
4fury-c3440d8
2021-11-22 03:57:34 +03:00
parent d70c82ce37
commit 9e7b7e002b
2 changed files with 109 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import mesontools
def setup():
mesontools.configure("--prefix=/usr")
def build():
mesontools.build()
def install():
mesontools.install()
+93
View File
@@ -0,0 +1,93 @@
<?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="9867719f068ae867b3ca790dcf15ef3df83c7148" type="tarxz">
https://dl.hexchat.net/hexchat/hexchat-2.16.0.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="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>