From 5273cd50027cd475fd71dfd3d6c3bc63c84ece82 Mon Sep 17 00:00:00 2001 From: PearrGirl <155414469+PearrGirl@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:02:53 +0300 Subject: [PATCH 1/3] toxcore-c update from git. --- network/chat/toxcore-c/pspec.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/network/chat/toxcore-c/pspec.xml b/network/chat/toxcore-c/pspec.xml index 042462fef7..7308dc00ad 100644 --- a/network/chat/toxcore-c/pspec.xml +++ b/network/chat/toxcore-c/pspec.xml @@ -13,10 +13,10 @@ network.chat This is an experimental cryptographic network library. Tox is a peer to peer (serverless) instant messenger aimed at making security and privacy easy to obtain for regular users. It uses NaCl for its encryption and authentication. - - https://github.com/TokTok/c-toxcore/archive/172f279dc0647a538b30e62c96bab8bb1b0c8960.zip + + https://github.com/TokTok/c-toxcore/archive/0c05566e5857ea730d47a151626bec082267578a.zip - + https://github.com/camgunz/cmp/archive/e836703291392aba9db92b46fb47929521fac71f.zip @@ -68,6 +68,13 @@ + + 2024-02-02 + 0.2.18 + Rebuild from git for newest toxic. + fury + uglyside@yandex.ru + 2023-03-06 0.2.18 From 956aff3fe1017834c2f4a62d065070707fdf0b94 Mon Sep 17 00:00:00 2001 From: PearrGirl <155414469+PearrGirl@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:10:26 +0300 Subject: [PATCH 2/3] toxic 0.14.1 --- network/chat/toxic/pspec.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/network/chat/toxic/pspec.xml b/network/chat/toxic/pspec.xml index eb66589930..03124d9424 100644 --- a/network/chat/toxic/pspec.xml +++ b/network/chat/toxic/pspec.xml @@ -13,8 +13,8 @@ app A Tox-based instant messaging and video chat client. Toxic is a Tox-based instant messaging and video chat client. - - https://github.com/JFreegman/toxic/archive/refs/tags/v0.12.0.tar.gz + + https://github.com/JFreegman/toxic/archive/refs/tags/v0.14.1.tar.gz curl-devel @@ -53,15 +53,17 @@ /usr/bin - /usr/share/applications - /usr/share/man/man1 - /usr/share/man/man5 - /usr/share/toxic - /usr/share/toxic/sounds + /usr/share + + 2024-02-02 + 0.14.1 + fury + uglyside@yandex.ru + 2023-10-03 0.12.0 From 2cd956d09365211daedc0d328ce0bd5c7ddbd4c3 Mon Sep 17 00:00:00 2001 From: PearrGirl <155414469+PearrGirl@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:11:28 +0300 Subject: [PATCH 3/3] toxic build. --- network/chat/toxic/actions.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/network/chat/toxic/actions.py b/network/chat/toxic/actions.py index ed6edc4c9c..e00e701037 100644 --- a/network/chat/toxic/actions.py +++ b/network/chat/toxic/actions.py @@ -8,10 +8,11 @@ from pisi.actionsapi import autotools, get j = ''.join([ ' PREFIX=/usr', - ' ENABLE_ASAN=0', + ' DISABLE_DESKTOP_NOTIFY=0', + ' DISABLE_SOUND_NOTIFY=1', ' DISABLE_AV=0', ' DISABLE_X11=0', - ' DISABLE_GAMES=1 ' + ' DISABLE_GAMES=0 ' ]) def build():