From c8760cd150e752d7bfc61f07260b3e4512232088 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 16 Apr 2022 02:54:56 +0300 Subject: [PATCH] qTox is a GUI Tox client --- network/chat/qtox/actions.py | 24 +++++++++++++ network/chat/qtox/pspec.xml | 70 ++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 network/chat/qtox/actions.py create mode 100644 network/chat/qtox/pspec.xml diff --git a/network/chat/qtox/actions.py b/network/chat/qtox/actions.py new file mode 100644 index 0000000000..9a2f44132c --- /dev/null +++ b/network/chat/qtox/actions.py @@ -0,0 +1,24 @@ +#!/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 shelltools, cmaketools, pisitools, get + +j = ''.join([ + ' -DSTRICT_OPTIONS=ON', + ' -DCMAKE_BUILD_TYPE=Release', + ' -DUPDATE_CHECK=OFF ' + ]) + +def setup(): + cmaketools.configure("-B_build %s -L" % j) + +def build(): + shelltools.cd("_build") + cmaketools.make() + +def install(): + shelltools.cd("_build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/network/chat/qtox/pspec.xml b/network/chat/qtox/pspec.xml new file mode 100644 index 0000000000..490ecb3128 --- /dev/null +++ b/network/chat/qtox/pspec.xml @@ -0,0 +1,70 @@ + + + + + qtox + https://qtox.github.io/ + + fury + uglyside@yandex.ru + + GPL-3 + app:gui + network.chat + Instant messaging, video conferencing, and more. + qTox is a chat, voice, video, and file transfer instant messaging client using the encrypted peer-to-peer Tox protocol. + + https://github.com/qTox/qTox/releases/download/v1.17.6/v1.17.6.tar.gz + + + cmake + ccache + mesa-devel + ffmpeg-devel + openal-devel + qt5-linguist + libexif-devel + qt5-svg-devel + qt5-base-devel + qrencode-devel + libglvnd-devel + toxcore-c-devel + sqlcipher-devel + libXScrnSaver-devel + + + + + qtox + + libgcc + libX11 + ffmpeg + openal + libexif + qt5-svg + qt5-base + qrencode + libsodium + toxcore-c + sqlcipher + libXScrnSaver + + + /usr/bin + /usr/share/applications + /usr/share/icons/hicolor + /usr/share/metainfo + + + + + + 2022-04-14 + 1.17.6 + First build. + fury + uglyside@yandex.ru + + +