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 + + +