From 9e7b7e002bf5808716021b8cf4c53b438afacbb6 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 22 Nov 2021 03:57:34 +0300 Subject: [PATCH] add hexchat. --- network/chat/hexchat/actions.py | 16 ++++++ network/chat/hexchat/pspec.xml | 93 +++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) create mode 100644 network/chat/hexchat/actions.py create mode 100644 network/chat/hexchat/pspec.xml diff --git a/network/chat/hexchat/actions.py b/network/chat/hexchat/actions.py new file mode 100644 index 0000000000..c0a7c919fd --- /dev/null +++ b/network/chat/hexchat/actions.py @@ -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() diff --git a/network/chat/hexchat/pspec.xml b/network/chat/hexchat/pspec.xml new file mode 100644 index 0000000000..ab02a4c6f0 --- /dev/null +++ b/network/chat/hexchat/pspec.xml @@ -0,0 +1,93 @@ + + + + + hexchat + https://hexchat.github.io/ + + PisiLinux Community + admins@pisilinux.org + + GPL-2 + app:gui + network.chat + GTK+ IRC client. + A popular and easy to use graphical IRC client. + + https://dl.hexchat.net/hexchat/hexchat-2.16.0.tar.xz + + + cmake + meson + gtk2-devel + glib2-devel + luajit-devel + python3-cffi + python3-devel + openssl-devel + enchant-devel + libXext-devel + libproxy-devel + pciutils-devel + dbus-glib-devel + libnotify-devel + iso-codes-devel + python3-pycparser + libcanberra-devel + desktop-file-utils + appstream-glib-devel + + + + + + + + hexchat + + perl + gtk2 + glib2 + luajit + openssl + python3 + libproxy + pciutils + libnotify + libcanberra + python3-cffi + + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/info + /usr/share/doc + + + + + hexchat-devel + Development files for hexchat + + hexchat + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2021-11-22 + 2.16.0 + First build. + fury + uglyside@yandex.ru + + +